You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/01/11 14:00:05 UTC

svn commit: r368019 - in /webservices/axis2/trunk/java: etc/project.xml maven.xml modules/addressing/project.properties modules/codegen/readme.txt modules/samples/xdocs/readme.txt

Author: chinthaka
Date: Wed Jan 11 04:59:54 2006
New Revision: 368019

URL: http://svn.apache.org/viewcvs?rev=368019&view=rev
Log:
Adding the missing project.properties to addressing modules
deleting un-necessary readme.txt files

Added:
    webservices/axis2/trunk/java/modules/addressing/project.properties
Removed:
    webservices/axis2/trunk/java/modules/codegen/readme.txt
    webservices/axis2/trunk/java/modules/samples/xdocs/readme.txt
Modified:
    webservices/axis2/trunk/java/etc/project.xml
    webservices/axis2/trunk/java/maven.xml

Modified: webservices/axis2/trunk/java/etc/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/etc/project.xml?rev=368019&r1=368018&r2=368019&view=diff
==============================================================================
--- webservices/axis2/trunk/java/etc/project.xml (original)
+++ webservices/axis2/trunk/java/etc/project.xml Wed Jan 11 04:59:54 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by Eran Chinthaka (W3C) -->
+
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * 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>
 	<name>Axis2.0</name>
 	<pomVersion>3</pomVersion>

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/maven.xml?rev=368019&r1=368018&r2=368019&view=diff
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Wed Jan 11 04:59:54 2006
@@ -402,6 +402,7 @@
                 <ant:exclude name="project.xml"/>
                 <ant:exclude name="**/*.iml"/>
                 <ant:exclude name="**/.*"/>
+                <ant:exclude name="**/conf/**"/>
             </ant:fileset>
             <ant:lib dir="target/temp/war/lib">
                 <ant:include name="**"/>

Added: webservices/axis2/trunk/java/modules/addressing/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/addressing/project.properties?rev=368019&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/project.properties (added)
+++ webservices/axis2/trunk/java/modules/addressing/project.properties Wed Jan 11 04:59:54 2006
@@ -0,0 +1,17 @@
+# -------------------------------------------------------------------
+# Copyright 2001-2004 The Apache Software Foundation.
+#
+# 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.
+# -------------------------------------------------------------------
+
+maven.multiproject.type=jar