You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/08/21 22:43:04 UTC

svn commit: r433351 - in /webservices/muse/trunk/modules: build-all.bat pom.xml

Author: danj
Date: Mon Aug 21 13:43:02 2006
New Revision: 433351

URL: http://svn.apache.org/viewvc?rev=433351&view=rev
Log:
Uncommented the call to update-osgi-samples.bat and removed the POM <description/> element, which was 
turning into an invalid (multi-line) manifest header.

Modified:
    webservices/muse/trunk/modules/build-all.bat
    webservices/muse/trunk/modules/pom.xml

Modified: webservices/muse/trunk/modules/build-all.bat
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/build-all.bat?rev=433351&r1=433350&r2=433351&view=diff
==============================================================================
--- webservices/muse/trunk/modules/build-all.bat (original)
+++ webservices/muse/trunk/modules/build-all.bat Mon Aug 21 13:43:02 2006
@@ -4,9 +4,7 @@
 
 cmd /c mvn -ff -e install
 
-echo FIXME: uncomment update-osgi-samples.bat once osgi-bundles builds again
-
-rem cmd /c update-osgi-samples.bat
+cmd /c update-osgi-samples.bat
 
 cmd /c mvn -ff -e clean
 

Modified: webservices/muse/trunk/modules/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/pom.xml?rev=433351&r1=433350&r2=433351&view=diff
==============================================================================
--- webservices/muse/trunk/modules/pom.xml (original)
+++ webservices/muse/trunk/modules/pom.xml Mon Aug 21 13:43:02 2006
@@ -4,13 +4,6 @@
 	<artifactId>build-all</artifactId>
 	<version>2.0.0-SNAPSHOT</version>
 	<name>Apache Muse</name>
-	<!-- 
-	<description>
-		A Java-based implementation of OASIS web services standards, including 
-		WSRF 1.2, WSN 1.3, and WSDM 1.1, with support for the Apache Axis2 and 
-		OSGi platforms.
-	</description>
-	-->
 	<url>http://ws.apache.org/muse</url>
 	<prerequisites>
 		<maven>2.0.4</maven>
@@ -326,6 +319,9 @@
 			</dependency>
 		</dependencies>
 	</dependencyManagement>
+	<properties>
+		<muse-version>2.0.0-SNAPSHOT</muse-version>
+	</properties>
 	<modules>
 		<module>muse-util-qname</module>
 		<module>muse-util-xml</module>



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