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 ba...@apache.org on 2007/07/10 20:11:36 UTC

svn commit: r555023 - /webservices/axis2/trunk/java/modules/scripting/pom.xml

Author: barrettj
Date: Tue Jul 10 11:11:35 2007
New Revision: 555023

URL: http://svn.apache.org/viewvc?view=rev&rev=555023
Log:
Make the output for scripting a mar instead of a jar.  Revision 553720 change the integration module to expect a mar, but
it is still being built as a jar.

Modified:
    webservices/axis2/trunk/java/modules/scripting/pom.xml

Modified: webservices/axis2/trunk/java/modules/scripting/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/scripting/pom.xml?view=diff&rev=555023&r1=555022&r2=555023
==============================================================================
--- webservices/axis2/trunk/java/modules/scripting/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/scripting/pom.xml Tue Jul 10 11:11:35 2007
@@ -26,6 +26,7 @@
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-scripting</artifactId>
+	<packaging>mar</packaging>
 	<name>Apache Axis 2.0 - Scripting</name>
 	<description>Axis2 scripting support for services implemented with scripting languages</description>
 	<dependencies>



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