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 2005/03/15 20:37:36 UTC

svn commit: r157577 - in incubator/muse/trunk: maven.xml project.xml

Author: ips
Date: Tue Mar 15 11:37:35 2005
New Revision: 157577

URL: http://svn.apache.org/viewcvs?view=rev&rev=157577
Log:
various minor updates

Modified:
    incubator/muse/trunk/maven.xml
    incubator/muse/trunk/project.xml

Modified: incubator/muse/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/maven.xml?view=diff&r1=157576&r2=157577
==============================================================================
--- incubator/muse/trunk/maven.xml (original)
+++ incubator/muse/trunk/maven.xml Tue Mar 15 11:37:35 2005
@@ -31,12 +31,6 @@
     <copy todir="${maven.test.dest}" verbose="true">
        <fileset dir="${maven.src.dir}/test" excludes="**/*.java, **/package.html" />
     </copy>      
-    <!-- copy wsdl/schemas to classes to ensure it gets into the jar -->
-    <mkdir dir="${maven.build.dir}/classes/wsdl" />
-    <copy todir="${maven.build.dir}/classes/wsdl">
-       <fileset dir="${maven.src.dir}/wsdl" />
-    </copy>
-    
   </postGoal>
   
   <postGoal name="test:test">

Modified: incubator/muse/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?view=diff&r1=157576&r2=157577
==============================================================================
--- incubator/muse/trunk/project.xml (original)
+++ incubator/muse/trunk/project.xml Tue Mar 15 11:37:35 2005
@@ -8,17 +8,17 @@
          xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd">
 
   <pomVersion>3</pomVersion>
-  <id>apache-muse-incubating</id>
+  <id>muse-incubating</id>
   <name>Muse</name>
   <groupId>muse</groupId>
-  <currentVersion>0.5-alpha-snapshot</currentVersion>
+  <currentVersion>1.0-alpha-SNAPSHOT</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
   </organization>
   <inceptionYear>2004</inceptionYear>
-  <package>org.apache.ws</package>
-  <description>A robust Java implementation of the OASIS WSDM, Management using Web Services (MuWS) 0.5 specification and the underlying WS-* specifications it is based upon.</description>
+  <package>org.apache.ws.muws</package>
+  <description>a robust Java implementation of the OASIS WSDM, Management using Web Services (MUWS) 1.0 specification</description>
   <shortDescription>Muse Project</shortDescription>
   <url>http://incubator.apache.org/muse/</url>
   <issueTrackingUrl>http://nagoya.apache.org/jira/browse/Muse</issueTrackingUrl>
@@ -31,8 +31,8 @@
 
   <versions>
     <version>
-      <id>0.5-alpha</id>
-      <name>0.5-alpha</name>
+      <id>1.0-alpha</id>
+      <name>1.0-alpha</name>
       <tag>HEAD</tag>
     </version>
   </versions>
@@ -60,17 +60,6 @@
     </developer>
 
     <developer>
-      <name>Bill Reichardt</name>
-      <id>wire</id>
-      <email>william.reichardt@hp.com</email>
-      <organization>Hewlett-Packard Company</organization>
-      <roles>
-        <role>Developer</role>
-      </roles>
-      <timezone>-5</timezone>
-    </developer>
-
-    <developer>
       <name>Ian Springer</name>
       <id>ips</id>
       <email>ian DOT springer AT hp DOT com</email>
@@ -282,18 +271,6 @@
 	<properties>
 	    <license>ApacheLicense-2.0.txt</license>
 	    <usage>XMLBeans for WSN spec types</usage>
-	    <war.bundle>true</war.bundle>
-	</properties>
-    </dependency>
-
-    <dependency> 
-	<groupId>hermes</groupId>
-	<artifactId>wse-xbeans</artifactId>
-	<version>SNAPSHOT</version>
-	<url>http://incubator.apache.org/hermes/</url>
-	<properties>
-	    <license>ApacheLicense-2.0.txt</license>
-	    <usage>XMLBeans for WS-Eventing spec types</usage>
 	    <war.bundle>true</war.bundle>
 	</properties>
     </dependency>



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