Author: brett Date: Wed Dec 29 01:42:19 2004 New Revision: 123616 URL: http://svn.apache.org/viewcvs?view=rev&rev=123616 Log: gump updates
Modified: incubator/directory/janus/trunk/example/project.xml incubator/directory/janus/trunk/sandbox/project.xml incubator/directory/janus/trunk/script/project.xml Modified: incubator/directory/janus/trunk/example/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/example/project.xml?view=diff&rev=123616&p1=incubator/directory/janus/trunk/example/project.xml&r1=123615&p2=incubator/directory/janus/trunk/example/project.xml&r2=123616 ============================================================================== --- incubator/directory/janus/trunk/example/project.xml (original) +++ incubator/directory/janus/trunk/example/project.xml Wed Dec 29 01:42:19 2004 @@ -56,6 +56,7 @@ <version>2.6.0</version> <properties> <war.bundle>true</war.bundle> + <gump.project>xml-xerces</gump.project> </properties> </dependency> <dependency> @@ -112,6 +113,8 @@ <version>1.5.2</version> <properties> <war.bundle>true</war.bundle> + <gump.project>asm</gump.project> + <gump.id>asm-util</gump.id> </properties> </dependency> <dependency> @@ -120,6 +123,7 @@ <version>1.4</version> <properties> <war.bundle>true</war.bundle> + <gump.project>jakarta-velocity</gump.project> </properties> </dependency> <dependency> @@ -139,4 +143,4 @@ </properties> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: incubator/directory/janus/trunk/sandbox/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/sandbox/project.xml?view=diff&rev=123616&p1=incubator/directory/janus/trunk/sandbox/project.xml&r1=123615&p2=incubator/directory/janus/trunk/sandbox/project.xml&r2=123616 ============================================================================== --- incubator/directory/janus/trunk/sandbox/project.xml (original) +++ incubator/directory/janus/trunk/sandbox/project.xml Wed Dec 29 01:42:19 2004 @@ -41,6 +41,10 @@ <id>asm+util</id> <version>1.4.1</version> <url>http://asm.objectweb.org/</url> + <properties> + <gump.project>asm</gump.project> + <gump.id>asm-util</gump.id> + </properties> </dependency> <dependency> @@ -56,4 +60,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: incubator/directory/janus/trunk/script/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/script/project.xml?view=diff&rev=123616&p1=incubator/directory/janus/trunk/script/project.xml&r1=123615&p2=incubator/directory/janus/trunk/script/project.xml&r2=123616 ============================================================================== --- incubator/directory/janus/trunk/script/project.xml (original) +++ incubator/directory/janus/trunk/script/project.xml Wed Dec 29 01:42:19 2004 @@ -34,6 +34,9 @@ <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.6.0</version> + <properties> + <gump.project>xml-xerces</gump.project> + </properties> </dependency> <dependency> <groupId>xml-apis</groupId> @@ -41,4 +44,4 @@ <version>1.0.b2</version> </dependency> </dependencies> -</project> \ No newline at end of file +</project>
