You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ma...@apache.org on 2010/01/13 12:11:53 UTC

svn commit: r898717 - /incubator/aries/trunk/pom.xml

Author: mahrwald
Date: Wed Jan 13 11:11:53 2010
New Revision: 898717

URL: http://svn.apache.org/viewvc?rev=898717&view=rev
Log:
ARIES-114 Add web project to root

Modified:
    incubator/aries/trunk/pom.xml

Modified: incubator/aries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/pom.xml?rev=898717&r1=898716&r2=898717&view=diff
==============================================================================
--- incubator/aries/trunk/pom.xml (original)
+++ incubator/aries/trunk/pom.xml Wed Jan 13 11:11:53 2010
@@ -16,9 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
--->
-
-<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">
+--><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">
 
     <parent>
         <groupId>org.apache</groupId>
@@ -42,9 +40,10 @@
         <module>blueprint</module>
         <module>jndi</module>
         <module>transaction</module>
+        <module>web</module>
         <module>application</module>
         <module>jmx</module>
         <module>jpa</module>
-    </modules>
+  </modules>
 
-</project>
+</project>
\ No newline at end of file