Diomidis Spinellis
d46829bb01
Add methods required by Java 1.8
2014-10-28 16:38:14 +02:00
Diomidis Spinellis
ac69e12d7a
Remove obsolete RCS/CVS $Id$
...
Command used:
sed -i '/^# \$Id\$$/d;/^ \* \$Id\$$/d;/^<!-- \$Id\$ -->$/d;/\/\/ \$Id\$/d' $(fgrep -l \$Id $(git ls-files))
2014-10-28 16:29:43 +02:00
Daniel TISCHER
52d95c3cc3
workaround empty label problem
2014-02-10 13:43:08 +01:00
Diomidis Spinellis
bd246d364f
Maven-related changes
2013-08-11 15:28:13 +03:00
Diomidis Spinellis
a54b9bfc40
For Maven to work Version.java must exist
...
New Version.java can be created with "ant version"
2013-05-23 19:44:52 +03:00
Georgios Gousios
f309d89222
Do not autogenerate Version class on every compile.
...
Instead, use a properties template file and Maven filtering
to set the correct version while building the output jar.
At runtime, load the properties file from the classpath and
statically initialize the version parameter.
2012-06-27 18:35:02 +02:00