From: Eric L. <ele...@us...> - 2004-10-01 22:40:14
|
elegoubin 04/10/01 15:38:15 Modified: . maven.xml Log: Updates for the jdo plugin. Updates for the middlegen plugin. Revision Changes Path 1.24 +9 -0 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- maven.xml 1 Oct 2004 22:10:36 -0000 1.23 +++ maven.xml 1 Oct 2004 22:38:14 -0000 1.24 @@ -24,6 +24,9 @@ <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0.jar"/> <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0.jar"/> + + <!-- for the jdo plugin --> + <ant:mkdir dir="${maven.repo.local}/jdo/jars/"/> <ant:touch file="${maven.repo.local}/jdo/jars/jdo-1.0.1.jar"/> <!-- for the jaxb plugin --> @@ -37,6 +40,12 @@ <ant:mkdir dir="${maven.repo.local}/jaxrpc/jars/"/> <ant:touch file="${maven.repo.local}/jaxrpc/jars/jaxrpc-1.0.jar"/> + <!-- for the middlegen plugin --> + <ant:mkdir dir="${maven.repo.local}/middlegen/jars/"/> + <ant:touch file="${maven.repo.local}/middlegen/jars/middlegen-2.0-vo.jar"/> + <ant:touch file="${maven.repo.local}/middlegen/jars/middlegen-hibernate-plugin-2.0-vo.jar"/> + <ant:touch file="${maven.repo.local}/hibernate/jars/hibernate-tools-2.1.2.jar"/> + <!-- for the macker plugin --> <ant:mkdir dir="${maven.repo.local}/innig/jars/"/> <ant:touch file="${maven.repo.local}/innig/jars/innig-util-0.4.2.jar"/> |