You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2007/04/12 19:06:22 UTC

svn commit: r528039 - in /webservices/commons/trunk/modules/XmlSchema: maven.xml pom.xml project.properties project.xml src/main/assembly/bin.xml src/main/assembly/src.xml

Author: ajith
Date: Thu Apr 12 10:06:21 2007
New Revision: 528039

URL: http://svn.apache.org/viewvc?view=rev&rev=528039
Log:
1. Updated the assemblies to generate proper zip archives for the release
2. removed the redundant maven 1 build as discussed in the list (the ant build.xml seems to be required for the maven 2 build)
3. Updated the POM file to include the right build version for tagging

Removed:
    webservices/commons/trunk/modules/XmlSchema/maven.xml
    webservices/commons/trunk/modules/XmlSchema/project.properties
    webservices/commons/trunk/modules/XmlSchema/project.xml
Modified:
    webservices/commons/trunk/modules/XmlSchema/pom.xml
    webservices/commons/trunk/modules/XmlSchema/src/main/assembly/bin.xml
    webservices/commons/trunk/modules/XmlSchema/src/main/assembly/src.xml

Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?view=diff&rev=528039&r1=528038&r2=528039
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Thu Apr 12 10:06:21 2007
@@ -7,7 +7,7 @@
     <groupId>org.apache.ws.commons.schema</groupId>
     <artifactId>XmlSchema</artifactId>
     <name>XmlSchema</name>
-    <version>SNAPSHOT</version>
+    <version>1.3</version>
     <description>Commons XMLSchema is a light weight schema object model that can be used to manipualte or
         generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project
         since it has almost no dependancies on third party libraries.</description>
@@ -20,10 +20,10 @@
         <system>Continuum</system>
         <url>unknown</url>
         <notifiers>
-            <notifier>
-                <sendOnError>false</sendOnError>
-                <sendOnFailure>false</sendOnFailure>
-                <sendOnSuccess>false</sendOnSuccess>
+            <notifier>
+                <sendOnError>false</sendOnError>
+                <sendOnFailure>false</sendOnFailure>
+                <sendOnSuccess>false</sendOnSuccess>
                 <sendOnWarning>false</sendOnWarning>
                 <configuration>
                     <address>commons-dev@ws.apache.org</address>
@@ -110,7 +110,7 @@
         <developer>
             <id>ajith</id>
             <name>Ajith Ranabahu</name>
-            <email>ajith AT wso2.com</email>
+            <email>ajith AT apache.org</email>
             <url>http://www.apache.org/~ajith</url>
             <organization>WSO2</organization>
         </developer>
@@ -360,9 +360,8 @@
         </dependency>
         <dependency>
           <groupId>org.apache.ws.commons</groupId>
-          <artifactId> ws-commons-java5</artifactId>
+          <artifactId>ws-commons-java5</artifactId>
           <version>1.0.1</version>
-          <scope>provided</scope>
           <optional>true</optional>
         </dependency>
     </dependencies>

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/assembly/bin.xml?view=diff&rev=528039&r1=528038&r2=528039
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/assembly/bin.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/assembly/bin.xml Thu Apr 12 10:06:21 2007
@@ -1,21 +1,33 @@
 <assembly>
-  <id>bin</id>
-  <formats>
-    <format>tar.gz</format>
-  </formats>
-  <includeSiteDirectory>true</includeSiteDirectory>
-  <fileSets>
-    <fileSet>
-      <includes>
-        <include>*.txt</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-      <directory>target</directory>
-      <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-  </fileSets>
+    <id>bin</id>
+    <formats>
+        <format>zip</format>
+    </formats>
+    <includeSiteDirectory>true</includeSiteDirectory>
+    <fileSets>
+        <fileSet>
+            <includes>
+                <include>*.txt</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>target</directory>
+            <outputDirectory></outputDirectory>
+            <includes>
+                <include>*.jar</include>
+            </includes>
+            <!-- exclude sources -->
+             <excludes>
+                <exclude>*-sources.jar</exclude>
+            </excludes>
+        </fileSet>
+    </fileSets>
+    <dependencySets>
+        <dependencySet>
+            <outputDirectory>/lib</outputDirectory>
+            <!--<includes>-->
+                <!--<include>org.apache.ws.commons:ws-commons-java5</include>-->
+            <!--</includes>-->
+        </dependencySet>
+    </dependencySets>
 </assembly>

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/assembly/src.xml?view=diff&rev=528039&r1=528038&r2=528039
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/assembly/src.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/assembly/src.xml Thu Apr 12 10:06:21 2007
@@ -1,7 +1,7 @@
 <assembly>
   <id>src</id>
   <formats>
-    <format>tar.gz</format>
+    <format>zip</format>
   </formats>
   <fileSets>
     <fileSet>
@@ -9,13 +9,13 @@
         <include>*.txt</include>
         <include>*.xml</include>
         <include>*.properties</include>
-        <include>.classpath</include>
-        <include>.project</include>
+        <!--<include>.classpath</include>-->
+        <!--<include>.project</include>-->
       </includes>
     </fileSet>
-    <fileSet>
-      <directory>.settings</directory>
-    </fileSet>
+    <!--<fileSet>-->
+      <!--<directory>.settings</directory>-->
+    <!--</fileSet>-->
     <fileSet>
       <directory>src</directory>
     </fileSet>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org