You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/10/03 11:19:59 UTC

svn commit: r293283 - in /webservices/axis2/trunk/c/modules/test: om/project.xml project.xml

Author: samisa
Date: Mon Oct  3 02:19:50 2005
New Revision: 293283

URL: http://svn.apache.org/viewcvs?rev=293283&view=rev
Log:
Fixed id problem

Modified:
    webservices/axis2/trunk/c/modules/test/om/project.xml
    webservices/axis2/trunk/c/modules/test/project.xml

Modified: webservices/axis2/trunk/c/modules/test/om/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/test/om/project.xml?rev=293283&r1=293282&r2=293283&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/test/om/project.xml (original)
+++ webservices/axis2/trunk/c/modules/test/om/project.xml Mon Oct  3 02:19:50 2005
@@ -19,11 +19,11 @@
 
 <project>
   <extend>../../../project.xml</extend>
-  <id>axis2-xml-om</id>
-  <name>OM Framework</name>
+  <id>axis2-test-om</id>
+  <name>OM Test Framework</name>
   <package>axis2.xml.om.*</package>
-  <description>OM project.</description>
-  <shortDescription>OM project</shortDescription>
+  <description>OM Test project.</description>
+  <shortDescription>OM Test project</shortDescription>
 
   <dependencies>
      <!--dependency>

Modified: webservices/axis2/trunk/c/modules/test/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/test/project.xml?rev=293283&r1=293282&r2=293283&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/test/project.xml (original)
+++ webservices/axis2/trunk/c/modules/test/project.xml Mon Oct  3 02:19:50 2005
@@ -19,8 +19,8 @@
 
 <project>
   <extend>../../project.xml</extend>
-  <id>axis2-xml</id>
-  <name>XML module</name>
+  <id>axis2-test</id>
+  <name>Test module</name>
   <package>axis2.xml.*</package>
   <description>XML module project.</description>
   <shortDescription>XML module project</shortDescription>