Diomidis Spinellis
91157698e3
[maven-release-plugin] prepare release R5_7_1
2014-10-28 23:40:37 +02:00
Diomidis Spinellis
d88df8470f
Changes for deployment
...
See http://central.sonatype.org/pages/apache-maven.html
2014-10-28 23:38:59 +02:00
Diomidis Spinellis
e5d0ce31d3
Add tags rule
2014-10-28 22:58:28 +02:00
Diomidis Spinellis
0a8e4a2481
Use OpenSSL for MD5 checksums
2014-10-28 21:54:52 +02:00
Diomidis Spinellis
0bf2c1e440
Use ActiveState Perl for doc building
...
Required for syntax coloring.
2014-10-28 21:53:01 +02:00
Diomidis Spinellis
76c7c6290c
Update regression test reference files
...
Verified with:
for i in `cd dot-ref ; ls *.dot`; do ../tools/viscompare.sh $i; done
Some differences having to do with inference were found. It is not
clear which version is correct.
2014-10-28 20:26:12 +02:00
Diomidis Spinellis
786d98cd71
Do not update files for trivial differences
2014-10-28 20:15:40 +02:00
Diomidis Spinellis
abeb6c22e0
Update reference data test update for git
2014-10-28 20:07:01 +02:00
Diomidis Spinellis
b23a483c1e
Update diff for lowercase tag names
2014-10-28 20:01:04 +02:00
Diomidis Spinellis
f687058ca3
Bring back comma that got lost in 52d95c3c
2014-10-28 19:54:57 +02:00
Diomidis Spinellis
cc22b016ef
Introduce required JavaDoc class path
2014-10-28 19:53:39 +02:00
Diomidis Spinellis
ade4d6dfc6
Fix build/run of regression tests
2014-10-28 19:44:15 +02:00
Diomidis Spinellis
d76d42066a
Remove generics warning
2014-10-28 19:43:55 +02:00
Diomidis Spinellis
7fc14a491e
Fix includeantruntime warning
...
Simple set its value to false.
See http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-was-not-set
2014-10-28 19:25:57 +02:00
Diomidis Spinellis
da4d335f38
Remove obsolete variable
2014-10-28 19:07:44 +02:00
Diomidis Spinellis
de854f562b
Remove obsolete RCS tagging
2014-10-28 17:49:24 +02:00
Diomidis Spinellis
fe9ac58af1
Disable importedClasses deprecation warning
...
In our case an attempt to get the imported classes is justified.
Although they are an implementation detail, we document the
implementation.
2014-10-28 17:23:47 +02:00
Diomidis Spinellis
a8b1f1ff46
Remove auto-generated file
2014-10-28 17:07:14 +02:00
Diomidis Spinellis
fa40aaf731
Get rid of Java generics warning
...
Casts are still needed, because Properties extends
Hashtable<Object, Object> instead of Hashtable<String, String>.
2014-10-28 17:04:59 +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
Diomidis Spinellis
c1d994d650
Merge pull request #18 from tischda/master
...
check if source and dest are not already linked
2014-03-06 09:23:44 +02:00
Daniel TISCHER
52d95c3cc3
workaround empty label problem
2014-02-10 13:43:08 +01:00
Daniel TISCHER
8d77597da5
workaround for http://www.graphviz.org/mantisbt/view.php?id=2421
2014-02-09 11:50:05 +01:00
Daniel TISCHER
a463b627fb
check if source and dest are not already linked
2014-02-09 11:18:57 +01:00
Diomidis Spinellis
3bdff0e55b
Fix float clearing for Chrome
...
Error pointed by: @gousiosg
2013-11-14 03:12:48 +02:00
Diomidis Spinellis
6202d34fa6
Merge pull request #14 from real-prometheus/master
...
Added support for options tags in ContextView and PackageView using the ...
2013-08-23 00:15:57 -07:00
real-prometheus
0435986b92
Added support for options tags in ContextView and PackageView using the UmlGraphDoc docklet for javadoc generation with integrated Uml.
2013-08-23 02:27:53 +02:00
Diomidis Spinellis
bd246d364f
Maven-related changes
2013-08-11 15:28:13 +03:00
Diomidis Spinellis
e8b54cfde9
Add GitHub ribbon
2013-08-11 15:27:36 +03:00
Diomidis Spinellis
9240c4a012
[maven-release-plugin] prepare for next development iteration
2013-05-23 20:32:03 +03:00
Diomidis Spinellis
14fca5b59c
[maven-release-plugin] prepare release R5_6_6
2013-05-23 20:31:53 +03:00
Diomidis Spinellis
c67864269c
[maven-release-plugin] prepare for next development iteration
2013-05-23 20:29:03 +03:00
Diomidis Spinellis
bf757a720a
[maven-release-plugin] prepare release R5_6_5
2013-05-23 20:28:49 +03:00
Diomidis Spinellis
c713061dca
Add dependency versions
2013-05-23 20:22:39 +03:00
Diomidis Spinellis
22f95917f4
Inherit Sonatype's pom
2013-05-23 20:08:50 +03:00
Diomidis Spinellis
ef20511703
Merge branch 'master' of github.com:dspinellis/UMLGraph
...
Conflicts:
src/main/java/org/umlgraph/doclet/Version.java
2013-05-23 19:53:17 +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
Diomidis Spinellis
faedc3f0ff
Correct handling of Version.java
...
It is generated automatically from the version and the git hash.
2013-05-23 19:05:57 +03:00
Diomidis Spinellis
f6e263028a
Merge branch 'master' of https://github.com/Stummi/UMLGraph into Stummi-master
2013-05-23 18:52:27 +03:00
Diomidis Spinellis
af5f800017
Update regression test reference data
...
This matches JDK 1.7 javadoc
2013-05-23 18:45:27 +03:00
Diomidis Spinellis
7621aba4df
Add state-machine reference
2013-05-23 18:45:16 +03:00
Diomidis Spinellis
37cd34d38f
Merge branch 'master' of github.com:dspinellis/UMLGraph
2013-05-23 18:27:05 +03:00
Diomidis Spinellis
f517c8704e
Merge pull request #12 from CyrilDeverson/master
...
Fix a NullPointerException
2013-05-23 08:26:11 -07:00
CyrilDeverson
22d63f06b4
Update ClassGraph.java
2013-05-23 15:54:16 +02:00
Diomidis Spinellis
4fe531b9d0
Add argoumk-graphiviz reference
2012-12-18 17:33:41 +02:00
Michael Stummvoll
6bedd8a96b
changed version to 5.6.5 to be higher than the last 5.6.4
2012-12-17 11:48:45 +01:00
Michael Stummvoll
93b9f60f0d
changes in the pom.xml:
...
- added an configuration for the maven-compiler-plugin
- added project.build.sourceEncoding
- added the dependency for the tools.jar
2012-12-17 09:23:51 +01:00
Michael Stummvoll
22bee0462c
Merge git://github.com/gousiosg/UMLGraph - base for a fixed maven build
2012-12-17 09:21:32 +01:00
Diomidis Spinellis
cdcbba6b74
Merge pull request #8 from jcaden/master
...
Fix package insertion point for Java 7
2012-11-07 02:43:48 -08:00