You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ews-dev@ws.apache.org by gu...@apache.org on 2005/05/27 16:11:13 UTC

svn commit: r178780 - /webservices/ews/trunk/project.properties /webservices/ews/trunk/project.xml

Author: guillaume
Date: Fri May 27 07:11:11 2005
New Revision: 178780

URL: http://svn.apache.org/viewcvs?rev=178780&view=rev
Log:
Prepare EWS Release 1.0

Modified:
    webservices/ews/trunk/project.properties
    webservices/ews/trunk/project.xml

Modified: webservices/ews/trunk/project.properties
URL: http://svn.apache.org/viewcvs/webservices/ews/trunk/project.properties?rev=178780&r1=178779&r2=178780&view=diff
==============================================================================
--- webservices/ews/trunk/project.properties (original)
+++ webservices/ews/trunk/project.properties Fri May 27 07:11:11 2005
@@ -2,8 +2,10 @@
 ## $Revision: 1.3 $ $Date$
 ##
 
-maven.repo.remote=http://cvs.apache.org/repository/, http://www.ibiblio.org/maven, 
+maven.repo.remote=http://people.apache.org/~guillaume/maven,http://cvs.apache.org/repository/,http://www.ibiblio.org/maven 
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
+
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.jar.excludes=**/jndi.properties

Modified: webservices/ews/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/ews/trunk/project.xml?rev=178780&r1=178779&r2=178780&view=diff
==============================================================================
--- webservices/ews/trunk/project.xml (original)
+++ webservices/ews/trunk/project.xml Fri May 27 07:11:11 2005
@@ -1,54 +1,83 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <project>
-
   <!-- the version of maven's project object model -->
   <pomVersion>3</pomVersion>
-  
   <!-- a unique name for this project -->
+  <artifactId>ews</artifactId>
+  <groupId>ews</groupId>
+  <versions>
+    <version>
+      <id>1.0</id>
+      <name>ews</name>
+      <tag>EWS_1_0</tag>
+    </version>
+  </versions>
+  <licenses>
+    <license>
+      <name>Apache License v2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <reports>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-pmd-plugin</report>
+    <report>maven-linkcheck-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-changes-plugin</report>
+    <report>maven-changelog-plugin</report>
+    <report>maven-developer-activity-plugin</report>
+    <report>maven-file-activity-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-license-plugin</report>
+    <report>maven-tasklist-plugin</report>
+  </reports>
   <id>ews</id>
-  
   <!-- a short but descriptive name for the project -->
   <name>Enterprise Web Services</name>
-  
   <!-- The version of the project under development, e.g.
        1.1, 1.2, 2.0-SNAPSHOT -->
   <currentVersion>1.0</currentVersion>
-  
   <!-- details about the organization that 'owns' the project -->
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
-    <logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
+    <logo>http://ws.apache.org/images/project-logo.jpg</logo>
   </organization>
-  
   <!-- the year the project started -->
   <inceptionYear>2003</inceptionYear>
   <package>org.apache.geronimo.ews</package>
-  <logo>http://maven.apache.org/images/maven.jpg</logo>
-  <description>
-    Web Services and the J2EE are two technologies that support the Distributed Services. 
-         With the J2EE 1.4 and J2EE web Service specifications the Web Services has been defined as the part of the Java 2 Enterprise Edition.   
-         The EWS (Enterprise Web Service) is an effort to merge these two technologies. 
-  </description>
+  <logo>http://people.apache.org/~guillaume/ews-logo.jpg</logo>
+  <description> Web Services and the J2EE are two technologies that support the 
+    Distributed Services.&lt;br/&gt; With the J2EE 1.4 and J2EE Web Service 
+    specifications the Web Services has been defined as the part of the Java 2 
+    Enterprise Edition.&lt;br/&gt; The EWS (Enterprise Web Service) is an 
+    effort to merge these two technologies. </description>
   <!-- a short description of what the project does -->
-  <shortDescription>
-    EWS provides a tool that enables the Web Services modules to be deployed in a J2EE Continaer.
-  </shortDescription>
-
+  <shortDescription>EWS provides a tool that enables the Web Services modules 
+    to be deployed in a J2EE Container.</shortDescription>
   <!-- the project home page -->
   <url>http://ws.apache.org/ews/</url>
-  <issueTrackingUrl>http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10620</issueTrackingUrl>
+  <issueTrackingUrl> 
+    http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10620</issueTrackingUrl>
   <siteAddress>ws.apache.org</siteAddress>
   <siteDirectory>/www/ews.ws.apache.org/</siteDirectory>
   <distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
-
-	<repository>
-        <connection>scm:subversion:http://svn.apache.org/repos/asf/webservices/ews/trunk</connection>
-        <developerConnection>scm:subversion:https://svn.apache.org/repos/asf/webservices/ews/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/webservices/ews/trunk/?root=Apache-SVN</url>
-    </repository>
-    
+  <!-- ================ -->
+  <!--    Repository    -->
+  <!-- ================= -->
+  <repository>
+    <connection> 
+      scm:subversion:http://svn.apache.org/repos/asf/webservices/ews/trunk</connection>
+    <developerConnection> 
+      scm:subversion:https://svn.apache.org/repos/asf/webservices/ews/trunk</developerConnection>
+    <url> 
+      http://svn.apache.org/viewcvs.cgi/webservices/ews/trunk/?root=Apache-SVN</url>
+  </repository>
+  <!-- ================================= -->
   <!-- any mailing lists for the project -->
+  <!-- ================================= -->
   <mailingLists>
     <mailingList>
       <name>Axis Developer List</name>
@@ -61,111 +90,91 @@
       <unsubscribe>dev-unsubscribe@geronimo.apache.org</unsubscribe>
     </mailingList>
   </mailingLists>
-
   <!-- ========== -->
   <!-- Developers -->
   <!-- ========== -->
-  
   <developers>
-
     <developer>
       <name>Srinath Perera</name>
       <id>hemapani</id>
       <email>hemapani@apache.org</email>
       <organization>Lanka Software Foundation</organization>
     </developer>
-
     <developer>
       <name>Chathura Herath</name>
       <id>chathura</id>
       <email>chathura@opensource.lk</email>
-      <organization></organization>
     </developer>
     <developer>
       <name>Davanum Srinivas</name>
       <id>dims</id>
       <email>dims@apache.org</email>
-      <organization></organization>
     </developer>
     <developer>
       <name>Ranjit Priyanga</name>
       <id>priyanga</id>
       <email>priyanga@opensource.lk</email>
-      <organization></organization>
     </developer>
-
     <developer>
       <name>Ias</name>
       <id>ias</id>
       <email>iasandcb@tmax.co.kr</email>
-      <organization></organization>
     </developer>
-
     <developer>
       <name>Luis Avila</name>
       <id>lavila</id>
       <email>lavila@axer.cl</email>
-      <organization></organization>
     </developer>
-
     <developer>
       <name>Jeremy Lemaire</name>
       <id>Jeremy.Lemaire</id>
       <email>Jeremy.Lemaire@online.fr</email>
-      <organization></organization>
     </developer>
-
     <developer>
       <name>Guillaume Sauthier</name>
       <id>Guillaume</id>
       <email>Guillaume.Sauthier@Objectweb.org</email>
-      <organization></organization>
+      <organization>Objectweb</organization>
     </developer>
-
     <developer>
       <name>Dasarath Weerathunge</name>
       <id>dasaru</id>
       <email>dasaru@opensource.lk</email>
-      <organization></organization>
     </developer>
-
     <developer>
       <name>Richard Monson-Haefel</name>
       <id>rmonson</id>
       <email>rmonson@apache.org</email>
-      <organization></organization>
     </developer>
   </developers>
-
-  
   <!-- who the developers are for the project -->
-  <developers/>
-  
+  <developers />
   <!-- build information for the project -->
   <build>
     <nagEmailAddress>geronimo-dev@jakarta.apache.org</nagEmailAddress>
     <sourceDirectory>src</sourceDirectory>
-
     <unitTestSourceDirectory>test</unitTestSourceDirectory>
-    
     <unitTest>
-	  <includes>
-	    <include>**/*Test.java</include>
-	  </includes>
-	    <excludes>
-			<exclude>**/WebApplicationTest.java</exclude> 
-			<exclude>**/*MapperTest.java</exclude> 
-		</excludes>
+      <includes>
+        <include>**/*Test.java</include>
+      </includes>
+      <excludes>
+        <exclude>**/WebApplicationTest.java</exclude>
+        <exclude>**/*MapperTest.java</exclude>
+      </excludes>
     </unitTest>
-
     <resources>
       <resource>
         <directory>target/src</directory>
         <includes>
           <include>**/*.properties</include>
-		  <include>**/*.ser</include>
-  		  <include>**</include>
+          <include>**/*.ser</include>
+          <include>**</include>
         </includes>
+        <excludes>
+          <exclude>**/org/apache/geronimo/ews/ws4j2ee/**</exclude>
+        </excludes>
+        <filtering>false</filtering>
       </resource>
       <resource>
         <directory>conf</directory>
@@ -173,105 +182,112 @@
           <include>**/*Provider</include>
           <include>**/*.properties</include>
         </includes>
+        <filtering>false</filtering>
       </resource>
       <resource>
         <directory>schema</directory>
         <includes>
-              <include>*.dtd</include>
-		  <include>*.xsd</include>
+          <include>*.dtd</include>
+          <include>*.xsd</include>
         </includes>
+        <filtering>false</filtering>
       </resource>
     </resources>
   </build>
-
-    <!-- ============ -->
-    <!-- Dependencies -->
-    <!-- ============ -->
-
-    <dependencies>
-        <dependency>
-            <groupId>geronimo-spec</groupId>
-            <artifactId>geronimo-spec-ejb</artifactId>
-            <version>2.1-rc3</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>geronimo-spec</groupId>
-            <artifactId>geronimo-spec-j2ee</artifactId>
-            <version>1.4-rc3</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <!-- Module Dependencies -->
-        <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis</artifactId>
-            <version>1.2-RC3</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-discovery</groupId>
-            <artifactId>commons-discovery</artifactId>
-            <version>SNAPSHOT</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-jaxrpc</artifactId>
-            <version>1.2-RC3</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-saaj</artifactId>
-            <version>1.2-RC3</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-wsdl4j</artifactId>
-            <version>1.2-RC3</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-
-        <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.5.3-1</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean-apache-1.0</artifactId>
-            <version>DEV</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-    </dependencies>
-</project>
-
+  <!-- ============ -->
+  <!-- Dependencies -->
+  <!-- ============ -->
+  <dependencies>
+    <!-- Module Dependencies -->
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis</artifactId>
+      <version>1.2</version>
+      <properties>
+        <module>true</module>
+      </properties>
+      <type>jar</type>
+    </dependency>
+    <dependency>
+      <groupId>commons-discovery</groupId>
+      <artifactId>commons-discovery</artifactId>
+      <version>0.3</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.5.3-1</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>geronimo-spec</groupId>
+      <artifactId>geronimo-spec-ejb</artifactId>
+      <version>2.1-rc3</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>geronimo-spec</groupId>
+      <artifactId>geronimo-spec-j2ee</artifactId>
+      <version>1.4-rc3</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-jaxrpc</artifactId>
+      <version>1.2</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-saaj</artifactId>
+      <version>1.2</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-wsdl4j</artifactId>
+      <version>1.2</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean</artifactId>
+      <version>1.0.4</version>
+      <type>jar</type>
+      <properties>
+        <module>true</module>
+      </properties>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file



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