added src.example.dir property for example app source
authormaxcooper <maxcooper>
Mon, 9 Jun 2003 11:01:46 +0000 (11:01 +0000)
committermaxcooper <maxcooper>
Mon, 9 Jun 2003 11:01:46 +0000 (11:01 +0000)
build-webapps.xml
properties.xml

index d3cc33b..e9f95e5 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 
 <!--
-$Id: build-webapps.xml,v 1.5 2003/05/26 11:14:51 maxcooper Exp $
-$Revision: 1.5 $
-$Date: 2003/05/26 11:14:51 $
+$Id: build-webapps.xml,v 1.6 2003/06/09 11:01:46 maxcooper Exp $
+$Revision: 1.6 $
+$Date: 2003/06/09 11:01:46 $
 -->
 
 <!DOCTYPE project [
@@ -46,7 +46,7 @@ $Date: 2003/05/26 11:14:51 $
 
    <!-- ========== example web app ================================================================================= -->
 
-   <path id="example.src.path" path="${src.dir}/example"/>
+   <path id="example.src.path" path="${src.example.dir}"/>
 
    <fileset id="example.lib.files" dir="${build.lib.dir}">
       <patternset refid="common.lib.files"/>
index 6eca785..63950a3 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-$Id: properties.xml,v 1.6 2003/05/26 11:14:51 maxcooper Exp $
-$Revision: 1.6 $
-$Date: 2003/05/26 11:14:51 $
+$Id: properties.xml,v 1.7 2003/06/09 11:01:46 maxcooper Exp $
+$Revision: 1.7 $
+$Date: 2003/06/09 11:01:46 $
 -->
 
 <!--
@@ -82,6 +82,7 @@ $Date: 2003/05/26 11:14:51 $
 <property name="src.dir" location="src"/>
 <property name="src.test.dir" location="${src.dir}/test"/>
 <property name="src.share.dir" location="${src.dir}/share"/>
+<property name="src.example.dir" location="${src.dir}/example"/>
 <property name="src.catalina.dir" location="${src.dir}/catalina"/>
 
 <property name="dist.dir" location="dist"/>
@@ -114,6 +115,7 @@ $Date: 2003/05/26 11:14:51 $
    <path refid="compile.classpath"/>
    <pathelement location="${junit.jar}"/>
    <pathelement location="${httpunit.jar}"/>
+   <pathelement location="${build.webapps.dir}/example/WEB-INF/classes"/>
 </path>
 
 <!-- test run classpath -->