You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/06/10 00:55:29 UTC

svn commit: r189848 - in /incubator/beehive/trunk/wsm/drt: build.xml negative/WEB-INF/build-dist.xml negative/WEB-INF/build-svn.xml negative/WEB-INF/src/build.xml

Author: ekoneil
Date: Thu Jun  9 15:55:28 2005
New Revision: 189848

URL: http://svn.apache.org/viewcvs?rev=189848&view=rev
Log:
Fixup some build stuff in the WSM DRTs.

- move the output directory of the logs
- move the negative webapp build files into WEB-INF/src and remove some unnecessary ones

BB: self
DRT: WSM pass


Added:
    incubator/beehive/trunk/wsm/drt/negative/WEB-INF/src/build.xml
      - copied unchanged from r189802, incubator/beehive/trunk/wsm/drt/negative/WEB-INF/build-svn.xml
Removed:
    incubator/beehive/trunk/wsm/drt/negative/WEB-INF/build-dist.xml
    incubator/beehive/trunk/wsm/drt/negative/WEB-INF/build-svn.xml
Modified:
    incubator/beehive/trunk/wsm/drt/build.xml

Modified: incubator/beehive/trunk/wsm/drt/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/build.xml?rev=189848&r1=189847&r2=189848&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/build.xml (original)
+++ incubator/beehive/trunk/wsm/drt/build.xml Thu Jun  9 15:55:28 2005
@@ -6,10 +6,10 @@
     <import file="../../ant/beehive-tools.xml"/>
 
     <property name="drt.root" location="${basedir}"/>
-    <property name="drt.logs" location="${drt.root}/logs"/>
+    <property name="build.dir" location="${drt.root}/build"/>
+    <property name="drt.logs" location="${build.dir}/logs"/>
     <property name="drt.src" location="${drt.root}/tests"/>
     <property name="drt.schemas" location="${drt.src}/schemas"/>
-    <property name="build.dir" location="${drt.root}/build"/>
     <property name="build.classes" location="${build.dir}/classes"/>
     <property name="build.gen-src-wsdl" location="${build.dir}/gen-src-wsdl"/>
     <property name="build.gen-src-apt" location="${build.dir}/gen-src-apt"/>