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/08/08 11:23:57 UTC

svn commit: r230777 - in /webservices/ews/trunk: docs/ maven.xml project.properties project.xml samples/ src/ test/

Author: guillaume
Date: Mon Aug  8 02:23:37 2005
New Revision: 230777

URL: http://svn.apache.org/viewcvs?rev=230777&view=rev
Log: (empty)

Removed:
    webservices/ews/trunk/docs/
    webservices/ews/trunk/maven.xml
    webservices/ews/trunk/samples/
    webservices/ews/trunk/src/
    webservices/ews/trunk/test/
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=230777&r1=230776&r2=230777&view=diff
==============================================================================
--- webservices/ews/trunk/project.properties (original)
+++ webservices/ews/trunk/project.properties Mon Aug  8 02:23:37 2005
@@ -9,3 +9,8 @@
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.jar.excludes=**/jndi.properties
+
+axis.version 1.2.1
+xbeans.version 1.0.4
+ews.version 1.1
+discovery.version 0.3
\ No newline at end of file

Modified: webservices/ews/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/ews/trunk/project.xml?rev=230777&r1=230776&r2=230777&view=diff
==============================================================================
--- webservices/ews/trunk/project.xml (original)
+++ webservices/ews/trunk/project.xml Mon Aug  8 02:23:37 2005
@@ -3,8 +3,7 @@
   <!-- the version of maven's project object model -->
   <pomVersion>3</pomVersion>
   <!-- a unique name for this project -->
-  <artifactId>ews</artifactId>
-  <groupId>ews</groupId>
+    <groupId>ews</groupId>
   <versions>
     <version>
       <id>1.0</id>
@@ -38,7 +37,7 @@
   <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>
+  <currentVersion>1.1</currentVersion>
   <!-- details about the organization that 'owns' the project -->
   <organization>
     <name>Apache Software Foundation</name>
@@ -47,20 +46,18 @@
   </organization>
   <!-- the year the project started -->
   <inceptionYear>2003</inceptionYear>
-  <package>org.apache.geronimo.ews</package>
-  <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>
+    <logo>http://people.apache.org/~guillaume/ews-logo.jpg</logo>
+  <description><![CDATA[Web Services and the J2EE are two technologies that support the
+    Distributed Services.<br/> 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.<br/> 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 
+  <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://issues.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>
@@ -68,12 +65,9 @@
   <!--    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>
+    <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 -->
@@ -147,147 +141,63 @@
       <email>rmonson@apache.org</email>
     </developer>
   </developers>
-  <!-- who the developers are for the project -->
-  <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>
-    </unitTest>
-    <resources>
-      <resource>
-        <directory>target/src</directory>
-        <includes>
-          <include>**/*.properties</include>
-          <include>**/*.ser</include>
-          <include>**</include>
-        </includes>
-        <excludes>
-          <exclude>**/org/apache/geronimo/ews/ws4j2ee/**</exclude>
-        </excludes>
-        <filtering>false</filtering>
-      </resource>
-      <resource>
-        <directory>conf</directory>
-        <includes>
-          <include>**/*Provider</include>
-          <include>**/*.properties</include>
-        </includes>
-        <filtering>false</filtering>
-      </resource>
-      <resource>
-        <directory>schema</directory>
-        <includes>
-          <include>*.dtd</include>
-          <include>*.xsd</include>
-        </includes>
-        <filtering>false</filtering>
-      </resource>
-    </resources>
-  </build>
-  <!-- ============ -->
-  <!-- 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>
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+    <dependencies>
+      <!-- Module Dependencies -->
+        <dependency>
+          <groupId>axis</groupId>
+          <artifactId>axis</artifactId>
+          <version>${axis.version}</version>
+          <properties>
+            <module>true</module>
+          </properties>
+          <type>jar</type>
+        </dependency>
+        <dependency>
+          <groupId>axis</groupId>
+          <artifactId>axis-jaxrpc</artifactId>
+          <version>${axis.version}</version>
+          <type>jar</type>
+          <properties>
+            <module>true</module>
+          </properties>
+        </dependency>
+        <dependency>
+          <groupId>axis</groupId>
+          <artifactId>axis-wsdl4j</artifactId>
+          <version>${axis.version}</version>
+          <type>jar</type>
+          <properties>
+            <module>true</module>
+          </properties>
+        </dependency>
+      <dependency>
+        <groupId>axis</groupId>
+        <artifactId>axis-saaj</artifactId>
+        <version>${axis.version}</version>
+        <type>jar</type>
+        <properties>
+          <module>true</module>
+        </properties>
+      </dependency>
+        <dependency>
+          <groupId>xmlbeans</groupId>
+          <artifactId>xbean</artifactId>
+          <version>${xbeans.version}</version>
+          <type>jar</type>
+          <properties>
+            <module>true</module>
+          </properties>
+        </dependency>
+        <dependency>
+            <groupId>commons-discovery</groupId>
+            <artifactId>commons-discovery</artifactId>
+            <version>${discovery.version}</version>
+            <type>jar</type>
+        </dependency>
+
+    </dependencies>
+
 </project>



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