Author: bryanche
Date: Wed Mar 30 14:45:59 2005
New Revision: 159531
URL: http://svn.apache.org/viewcvs?view=rev&rev=159531
Log:
Remove jars from wsm-petstore-dashboard sample app and copy them from
the default locations instead upon building.
Removed:
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/axis-ant.jar
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/axis.jar
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/commons-discovery.jar
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/commons-logging.jar
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/jaxrpc.jar
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/junit.jar
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/log4j-1.2.8.jar
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/saaj.jar
incubator/beehive/trunk/samples/wsm-petstore-dashboard/lib/wsdl4j.jar
Modified:
incubator/beehive/trunk/distribution.xml
Modified: incubator/beehive/trunk/distribution.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?view=diff&r1=159530&r2=159531
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Wed Mar 30 14:45:59 2005
@@ -17,6 +17,7 @@
<project name="Beehive/Distribution" default="usage" basedir=".">
<import file="beehive-imports.xml"/>
+ <import file="ant/axis-import.xml"/>
<property name="dist.src.name" value="${dist.name}-src"/>
<property name="dist.lib.name" value="${dist.name}-lib"/>
@@ -410,6 +411,10 @@
<copy todir="${dist.dir}/samples/wsm-petstore-dashboard"
failOnError="true">
<fileset dir="samples/wsm-petstore-dashboard"/>
</copy>
+
+ <deploy-webservice-runtime
appdir="${dist.dir}/samples/wsm-petstore-dashboard/lib" />
+ <copy-junit todir="${dist.dir}/samples/wsm-petstore-dashboard/lib" />
+ <copy-log4j todir="${dist.dir}/samples/wsm-petstore-dashboard/lib" />
-->
<!-- Build the petstore distro -->