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

svn commit: r110006 - in incubator/muse/trunk: . axis-types src/site/content xmlbeans

Author: ips
Date: Mon Dec  6 10:53:04 2004
New Revision: 110006

URL: http://svn.apache.org/viewcvs?view=rev&rev=110006
Log:
renamed wsdm-axis-types dep to wsfx-axis-types; renamed wsdm-xmlbeans dep to wsfx-xmlbeans
Added:
   incubator/muse/trunk/src/site/content/apollo-hermes-muse_overview.ppt   (contents, props changed)
Removed:
   incubator/muse/trunk/src/site/content/apollo-hermes-muse-roadmap.txt
Modified:
   incubator/muse/trunk/axis-types/project.xml
   incubator/muse/trunk/project.xml
   incubator/muse/trunk/xmlbeans/project.xml

Modified: incubator/muse/trunk/axis-types/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/axis-types/project.xml?view=diff&rev=110006&p1=incubator/muse/trunk/axis-types/project.xml&r1=110005&p2=incubator/muse/trunk/axis-types/project.xml&r2=110006
==============================================================================
--- incubator/muse/trunk/axis-types/project.xml	(original)
+++ incubator/muse/trunk/axis-types/project.xml	Mon Dec  6 10:53:04 2004
@@ -10,7 +10,7 @@
 
   <pomVersion>3</pomVersion>
   <name>Axis Types for Spec WSDLs/XSDs</name>
-  <id>wsdm-axis-types</id>
+  <id>wsfx-axis-types</id>
   <groupId>muse</groupId>
   <currentVersion>SNAPSHOT</currentVersion>
   <organization>

Modified: incubator/muse/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?view=diff&rev=110006&p1=incubator/muse/trunk/project.xml&r1=110005&p2=incubator/muse/trunk/project.xml&r2=110006
==============================================================================
--- incubator/muse/trunk/project.xml	(original)
+++ incubator/muse/trunk/project.xml	Mon Dec  6 10:53:04 2004
@@ -107,6 +107,7 @@
   </licenses>
 
   <dependencies>
+  
     <dependency>
       <groupId>addressing</groupId>
       <artifactId>addressing</artifactId>
@@ -118,6 +119,7 @@
         <usage>Provides support for WS-Addressing</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>ant</groupId>
       <artifactId>ant</artifactId>
@@ -129,6 +131,7 @@
         <usage>Needed for custom Ant tasks we've written for updating a Wsdd and running WsdmWsdl2Java</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>axis</groupId>
       <artifactId>axis</artifactId>
@@ -140,6 +143,7 @@
         <usage>Needed for compiling Axis-specific impls in our codebase.  It is also needed for unit tests, etc.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>axis</groupId>
       <artifactId>axis-jaxrpc</artifactId>
@@ -151,6 +155,7 @@
         <usage>Needed for building classes that reference JAX-RPC APIs.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>axis</groupId>
       <artifactId>axis-saaj</artifactId>
@@ -162,6 +167,7 @@
         <usage>Needed for building classes that reference SAAJ APIs.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>axis</groupId>
       <artifactId>axis-wsdl4j</artifactId>
@@ -173,6 +179,7 @@
         <usage>Needed for working with WSDL files as objects.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>commons-discovery</groupId>
       <artifactId>commons-discovery</artifactId>
@@ -184,6 +191,7 @@
         <usage>Needed by Axis.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
@@ -195,6 +203,7 @@
         <usage>Needed for sending HTTP requests, i.e. Notifications.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
@@ -207,6 +216,7 @@
         <usage>Needed for utility classes like StringUtils, ExceptionUtils etc.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
@@ -218,6 +228,7 @@
         <usage>Needed for logging purposes.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
@@ -229,6 +240,7 @@
         <usage>Needed for threading.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>muse</groupId>
       <artifactId>disk-types</artifactId>
@@ -240,9 +252,10 @@
         <usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>ws-fx</groupId>
-      <artifactId>wsdm-xmlbeans</artifactId>
+      <artifactId>wsfx-xmlbeans</artifactId>
       <version>SNAPSHOT</version>
       <url>http://ws.apache.org/ws-fx/</url>
       <properties>
@@ -251,9 +264,10 @@
         <usage>Needed for handling requests. This contains the XmlBean types generated from the spec WSDLs.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>ws-fx</groupId>
-      <artifactId>wsdm-axis-types</artifactId>
+      <artifactId>wsfx-axis-types</artifactId>
       <version>1.2-RC2</version>
       <url>http://ws.apache.org/ws-fx/</url>
       <properties>
@@ -262,6 +276,7 @@
         <usage>Needed for handling Axis requests. This contains the Axis-generated code from the spec wsdls.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
@@ -273,6 +288,7 @@
         <usage>Needed for handling XPath queries with XmlBeans.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -285,6 +301,7 @@
         <usage>Needed for running unit tests.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
@@ -296,6 +313,7 @@
         <usage>Needed (at runtime) for logging.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
@@ -307,6 +325,7 @@
         <usage>Needed to compile our servlet.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
@@ -387,7 +406,7 @@
   <reports>
     <!--<report>maven-checkstyle-plugin</report>-->
     <!--<report>maven-changelog-plugin</report>-->
-    <report>maven-clover-plugin</report>
+    <!--<report>maven-clover-plugin</report>-->
     <!--<report>maven-developer-activity-plugin</report>-->
     <!--<report>maven-file-activity-plugin</report>-->
     <report>maven-javadoc-plugin</report>

Deleted: /incubator/muse/trunk/src/site/content/apollo-hermes-muse-roadmap.txt
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/apollo-hermes-muse-roadmap.txt?view=auto&rev=110005
==============================================================================

Added: incubator/muse/trunk/src/site/content/apollo-hermes-muse_overview.ppt
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/apollo-hermes-muse_overview.ppt?view=auto&rev=110006
==============================================================================
Binary file. No diff available.

Modified: incubator/muse/trunk/xmlbeans/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/xmlbeans/project.xml?view=diff&rev=110006&p1=incubator/muse/trunk/xmlbeans/project.xml&r1=110005&p2=incubator/muse/trunk/xmlbeans/project.xml&r2=110006
==============================================================================
--- incubator/muse/trunk/xmlbeans/project.xml	(original)
+++ incubator/muse/trunk/xmlbeans/project.xml	Mon Dec  6 10:53:04 2004
@@ -10,7 +10,7 @@
 
    <pomVersion>3</pomVersion>
    <name>XMLBeans for Spec WSDLs/XSDs</name>
-   <id>wsdm-xmlbeans</id>
+   <id>wsfx-xmlbeans</id>
    <groupId>muse</groupId>
    <currentVersion>SNAPSHOT</currentVersion>
    <organization>

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