[jboss-cvs] JBossAS SVN: r84897 - in trunk: client and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 27 17:51:59 EST 2009


Author: pgier
Date: 2009-02-27 17:51:58 -0500 (Fri, 27 Feb 2009)
New Revision: 84897

Modified:
   trunk/build/pom.xml
   trunk/client/pom.xml
   trunk/console/pom.xml
   trunk/embedded/pom.xml
   trunk/main/pom.xml
   trunk/management/pom.xml
Log:
[JBAS-6171] Update bootstrap to new groupId and artifactId.

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2009-02-27 21:31:16 UTC (rev 84896)
+++ trunk/build/pom.xml	2009-02-27 22:51:58 UTC (rev 84897)
@@ -21,8 +21,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     
     <dependency>

Modified: trunk/client/pom.xml
===================================================================
--- trunk/client/pom.xml	2009-02-27 21:31:16 UTC (rev 84896)
+++ trunk/client/pom.xml	2009-02-27 22:51:58 UTC (rev 84897)
@@ -244,11 +244,6 @@
       <artifactId>slf4j-jboss-logging</artifactId>
     </dependency>
     
-    <dependency>
-      <groupId>xml-security</groupId>
-      <artifactId>xmlsec</artifactId>
-    </dependency>
-    
   </dependencies>
   
 </project>

Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml	2009-02-27 21:31:16 UTC (rev 84896)
+++ trunk/console/pom.xml	2009-02-27 22:51:58 UTC (rev 84897)
@@ -107,8 +107,8 @@
       <artifactId>jboss-aop</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbossas</groupId>

Modified: trunk/embedded/pom.xml
===================================================================
--- trunk/embedded/pom.xml	2009-02-27 21:31:16 UTC (rev 84896)
+++ trunk/embedded/pom.xml	2009-02-27 22:51:58 UTC (rev 84897)
@@ -173,8 +173,8 @@
       <artifactId>jboss-deployers-core-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss</groupId>

Modified: trunk/main/pom.xml
===================================================================
--- trunk/main/pom.xml	2009-02-27 21:31:16 UTC (rev 84896)
+++ trunk/main/pom.xml	2009-02-27 22:51:58 UTC (rev 84897)
@@ -92,6 +92,12 @@
                 <filter token="os.arch" value="${os.arch}"/>
                 <filter token="os.version" value="${os.version}"/>
                                 
+                <mkdir dir="output/etc"/>
+                <copy todir="output/etc" filtering="yes">
+                  <fileset dir="src/etc">
+                  </fileset>
+                </copy>
+
                 <mkdir dir="output/resources"/>
                 <copy todir="output/resources" filtering="yes">
                   <fileset dir="src/resources">

Modified: trunk/management/pom.xml
===================================================================
--- trunk/management/pom.xml	2009-02-27 21:31:16 UTC (rev 84896)
+++ trunk/management/pom.xml	2009-02-27 22:51:58 UTC (rev 84897)
@@ -104,8 +104,8 @@
       <artifactId>jboss-j2se</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     <dependency>
       <groupId>oswego-concurrent</groupId>




More information about the jboss-cvs-commits mailing list