Diomidis Spinellis
93e69a4e24
Make umlgraph shell script work under Cygwin
2015-10-05 14:23:19 +03:00
Diomidis Spinellis
17ab5f89f2
Update version
2014-10-29 00:19:04 +02:00
Diomidis Spinellis
691cf7fe69
Add Version.java
...
Although it's auto-generated Maven wants it under SCM.
2014-10-29 00:03:19 +02:00
Diomidis Spinellis
a8b1f1ff46
Remove auto-generated file
2014-10-28 17:07:14 +02:00
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