Commit Graph

533 Commits

Author SHA1 Message Date
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
Jose Antonio Santos Cadenas 6c630e04b6 Fix package insertion point Patter for java 7 2012-11-07 11:32:46 +01:00
Diomidis Spinellis b91039f798 Add pointer to Sketchlet 2012-09-02 17:44:22 +03:00
Georgios Gousios 0508d2e2e8 Add developerConnection link 2012-06-27 20:43:36 +02:00
Georgios Gousios 72a7eef460 Correctly formatted SCM URL 2012-06-27 19:35:13 +02:00
Georgios Gousios a000667eac Include main class in jar manifest file 2012-06-27 19:32:24 +02:00
Georgios Gousios 841067cda1 Generate UmlGraph-based Javadoc 2012-06-27 19:32:07 +02:00
Georgios Gousios ce821892f2 Don't ignore Version.java. Ignore Intellij project files. 2012-06-27 18:39:54 +02: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
Georgios Gousios 381301b1e3 Move test sources to Maven standard test dir 2012-06-27 18:31:33 +02:00
Georgios Gousios 897edbda76 Produce Javadoc and src jars 2012-06-27 17:55:57 +02:00
Georgios Gousios b8a974e20f Make UMLGraph maven compatible 2012-06-27 17:46:47 +02:00
Diomidis Spinellis c3fe00bb0c Merge pull request #5 from jean/master
Drive-by typo fix
2012-06-04 00:04:36 -07:00
Jean Jordaan 8d63c48637 Fix typo 2012-06-04 13:24:25 +07:00
Diomidis Spinellis 402d57a502 Add Maven artifact deployment
Issue: #1
2012-05-31 19:04:17 +03:00
Diomidis Spinellis 8c637cf8d8 Make version compatible with Maven's conventions 2012-05-30 17:29:45 +03:00
Diomidis Spinellis 49fb9100a2 Fix javadoc parameter documentation 2012-05-27 14:58:12 +03:00
Diomidis Spinellis 3a599f0be9 Adjust last-modified timestamp to git 2012-05-18 11:48:07 +03:00
Diomidis Spinellis c19d24b5db Add UML Distilled book image 2012-05-18 11:40:56 +03:00
Diomidis Spinellis 24a435a751 Create static-web rule 2012-05-18 11:15:44 +03:00
Diomidis Spinellis 0fd6bc912a Correct file's location 2012-05-18 11:15:29 +03:00