[jboss-cvs] JBossAS SVN: r61986 - in projects/javaee/trunk/build: assembly and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 2 09:46:48 EDT 2007


Author: wolfc
Date: 2007-04-02 09:46:48 -0400 (Mon, 02 Apr 2007)
New Revision: 61986

Modified:
   projects/javaee/trunk/build/assembly/bin.xml
   projects/javaee/trunk/build/assembly/sources.xml
   projects/javaee/trunk/build/pom.xml
Log:
Add Servlet 2.5

Modified: projects/javaee/trunk/build/assembly/bin.xml
===================================================================
--- projects/javaee/trunk/build/assembly/bin.xml	2007-04-02 13:43:49 UTC (rev 61985)
+++ projects/javaee/trunk/build/assembly/bin.xml	2007-04-02 13:46:48 UTC (rev 61986)
@@ -25,6 +25,10 @@
       <outputDirectory>/</outputDirectory>
     </fileSet>
     <fileSet>
+      <directory>../jboss-servlet-api/target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
       <directory>../jboss-transaction-api/target/classes</directory>
       <outputDirectory>/</outputDirectory>
     </fileSet>

Modified: projects/javaee/trunk/build/assembly/sources.xml
===================================================================
--- projects/javaee/trunk/build/assembly/sources.xml	2007-04-02 13:43:49 UTC (rev 61985)
+++ projects/javaee/trunk/build/assembly/sources.xml	2007-04-02 13:46:48 UTC (rev 61986)
@@ -26,6 +26,10 @@
       <outputDirectory>/</outputDirectory>
     </fileSet>
     <fileSet>
+      <directory>../jboss-servlet-api/src/main</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
       <directory>../jboss-transaction-api/src/main</directory>
       <outputDirectory>/</outputDirectory>
     </fileSet>

Modified: projects/javaee/trunk/build/pom.xml
===================================================================
--- projects/javaee/trunk/build/pom.xml	2007-04-02 13:43:49 UTC (rev 61985)
+++ projects/javaee/trunk/build/pom.xml	2007-04-02 13:46:48 UTC (rev 61986)
@@ -12,6 +12,9 @@
   From the command line run "mvn" from the build directory and "install" will 
   be used as the default goal.  In order to use the "deploy" goal, 
   the mvn.cvs.root should be specified in settings.xml.
+  
+  To add a module edit the modules section and add the module also to 
+  assembly/bin.xml and assembly.sources.xml.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -104,6 +107,7 @@
     <module>../jboss-jca-api</module>
     <module>../jboss-jms-api</module>
     <module>../jboss-persistence-api</module>
+    <module>../jboss-servlet-api</module>
     <module>../jboss-transaction-api</module>
   </modules>
   <reporting>




More information about the jboss-cvs-commits mailing list