[jboss-svn-commits] JBoss Common SVN: r2042 - build/tags/2.0.0

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 18 10:41:14 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-18 10:41:13 -0400 (Mon, 18 Sep 2006)
New Revision: 2042

Modified:
   build/tags/2.0.0/pom.xml
Log:
Update the included project locations to expect a structure like:
2.0.0/
  + build/pom.xml
  + common-core/pom.xml
  + common-logging-spi/pom.xml
  + common-logging-log4j/pom.xmljdk
  + common-logging-/pom.xml



Modified: build/tags/2.0.0/pom.xml
===================================================================
--- build/tags/2.0.0/pom.xml	2006-09-18 14:30:43 UTC (rev 2041)
+++ build/tags/2.0.0/pom.xml	2006-09-18 14:41:13 UTC (rev 2042)
@@ -20,10 +20,10 @@
 
   <packaging>pom</packaging>
   <modules>
-    <module>../../common-core/trunk</module>
-    <module>../../common-logging-spi/trunk</module>
-    <module>../../common-logging-log4j/trunk</module>
-    <module>../../common-logging-jdk/trunk</module>
+    <module>../common-core</module>
+    <module>../common-logging-spi</module>
+    <module>../common-logging-log4j</module>
+    <module>../common-logging-jdk</module>
   </modules>
 </project>
 




More information about the jboss-svn-commits mailing list