From: Eric P. <de...@us...> - 2005-05-12 01:02:30
|
dep4b 05/05/11 18:02:19 Modified: . maven.xml Log: add various jars that are required but not on ibiblio. Revision Changes Path 1.28 +10 -3 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- maven.xml 1 Jan 2005 20:44:02 -0000 1.27 +++ maven.xml 12 May 2005 01:02:18 -0000 1.28 @@ -8,13 +8,13 @@ </preGoal> <goal name="create-fake-artifacts"> - <!-- Faking any non-free runtime dependencies --> + <!-- Faking any non-free or not on ibiblio runtime dependencies --> <ant:echo>Creating empty files for non-free runtime dependencies</ant:echo> <!-- for the kodo plugin --> <ant:mkdir dir="${maven.repo.local}/kodo/jars/"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-3.2.3.jar"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.3.jar"/> + <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-3.2.4.jar"/> + <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.4.jar"/> <!-- for the sdocbook plugin --> <ant:mkdir dir="${maven.repo.local}/jimi/jars/"/> @@ -51,6 +51,13 @@ <ant:touch file="${maven.repo.local}/innig/jars/innig-util-0.4.2.jar"/> <ant:touch file="${maven.repo.local}/innig/jars/macker-0.4.2.jar"/> + <!-- for the dotuml plugin --> + <ant:mkdir dir="${maven.repo.local}/umlgraph/jars/"/> + <ant:touch file="${maven.repo.local}/umlgraph/jars/umlgraph-2.8.jar"/> + + <!-- for the strutsdoc plugin --> + <ant:mkdir dir="${maven.repo.local}/strutsdoc/jars/"/> + <ant:touch file="${maven.repo.local}/strutsdoc/jars/strutsdoc-0.5.jar"/> </goal> |