[wsas-java-dev] svn commit r454 - in wsas/java/trunk: . modules/www
svn at wso2.com
svn at wso2.com
Tue Jan 16 04:23:01 PST 2007
Author: saminda
Date: Tue Jan 16 04:22:51 2007
New Revision: 454
Added:
wsas/java/trunk/modules/www/pom.xml
Modified:
wsas/java/trunk/pom.xml
Log:
added a pom.xml to www
Added: wsas/java/trunk/modules/www/pom.xml
==============================================================================
--- (empty file)
+++ wsas/java/trunk/modules/www/pom.xml Tue Jan 16 04:22:51 2007
@@ -0,0 +1,18 @@
+<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.wso2.wsas</groupId>
+ <artifactId>org.wso2.wsas</artifactId>
+ <version>1.2-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wso2wsas-www</artifactId>
+ <packaging>pom</packaging>
+ <version>1.2-SNAPSHOT</version>
+ <name>WSO2 Web Services Application Server - Web Application Resources</name>
+ <!-- This pom do nothing but to take www under mvn module dependencies -->
+
+</project>
Modified: wsas/java/trunk/pom.xml
==============================================================================
--- wsas/java/trunk/pom.xml (original)
+++ wsas/java/trunk/pom.xml Tue Jan 16 04:22:51 2007
@@ -824,6 +824,7 @@
<include>src/org/wso2/wsas/admin/service/logging/LoggingServiceSkeletonInterface.java</include>
<include>src/org/wso2/wsas/admin/service/logging/GetLogsRequest.java</include>
<include>test-resources/repository/modules/addressing-1.1.1-SNAPSHOT.mar</include>
+ <include>test-resources/repository/modules/wso2throttle-1.2-SNAPSHOT.mar</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
@@ -850,6 +851,7 @@
<module>modules/servlet-edition</module>
<module>modules/samples</module>
<module>modules/integration</module>
+ <module>modules/www</module>
<module>modules/distribution</module>
</modules>
More information about the Wsas-java-dev
mailing list