Author: keith
Date: Sat Jun 21 07:38:36 2008
New Revision: 18533
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18533

Log:
Commiting missing poms


Added:
   trunk/mashup/java/modules/patches/axis2/pom.xml
   trunk/mashup/java/modules/patches/pom.xml

Added: trunk/mashup/java/modules/patches/axis2/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/patches/axis2/pom.xml?pathrev=18533
==============================================================================
--- (empty file)
+++ trunk/mashup/java/modules/patches/axis2/pom.xml     Sat Jun 21 07:38:36 2008
@@ -0,0 +1,45 @@
+<!--
+  ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY 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";>
+
+    <parent>
+        <groupId>org.wso2.mashup</groupId>
+        <artifactId>org.wso2.mashup</artifactId>
+        <version>SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>wso2mashup-axis2-patches</artifactId>
+    <packaging>jar</packaging>
+    <version>SNAPSHOT</version>
+    <name>WSO2 Mashup Server - Axis2 Patches</name>
+    <build>
+        <sourceDirectory>src</sourceDirectory>
+        <testSourceDirectory>test</testSourceDirectory>
+        <resources>
+            <resource>
+                <directory>src</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                    <include>**/*.xml</include>
+                    <include>**/*.xsl</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+</project>

Added: trunk/mashup/java/modules/patches/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/patches/pom.xml?pathrev=18533
==============================================================================
--- (empty file)
+++ trunk/mashup/java/modules/patches/pom.xml   Sat Jun 21 07:38:36 2008
@@ -0,0 +1,35 @@
+<!--
+  ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY 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";>
+
+    <parent>
+        <groupId>org.wso2.mashup</groupId>
+        <artifactId>org.wso2.mashup</artifactId>
+        <version>SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>wso2mashup-patches</artifactId>
+    <packaging>pom</packaging>
+    <version>SNAPSHOT</version>
+    <name>WSO2 Mashup Server - Patches</name>
+
+    <modules>
+        <module>axis2</module>
+    </modules>
+</project>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to