Author: noel
Date: Thu Aug 10 00:00:08 2006
New Revision: 430288
URL: http://svn.apache.org/viewvc?rev=430288&view=rev
Log:
Remove -- characters that were reported as invalid within a comment. Add the
build/lib directory that holds the required jars. Adjust the path to match the
svn directory structure. And modify the path to refer to the v2.3 branch,
since postage is not updated to work with trunk.
Modified:
james/postage/trunk/build.xml
Modified: james/postage/trunk/build.xml
URL:
http://svn.apache.org/viewvc/james/postage/trunk/build.xml?rev=430288&r1=430287&r2=430288&view=diff
==============================================================================
--- james/postage/trunk/build.xml (original)
+++ james/postage/trunk/build.xml Thu Aug 10 00:00:08 2006
@@ -1,6 +1,6 @@
<project name="James Postage" default="build" basedir=".">
-<!---------------------------------------------------------------
+<!--
! Licensed to the Apache Software Foundation (ASF) under one !
! or more contributor license agreements. See the NOTICE file !
! distributed with this work for additional information !
@@ -17,7 +17,7 @@
! KIND, either express or implied. See the License for the !
! specific language governing permissions and limitations !
! under the License. !
- ---------------------------------------------------------------->
+ -->
<description>James Postage Testing Tool</description>
@@ -33,7 +33,7 @@
<property name="dir.source.classes" value="${basedir}/src/main/java/"/>
<!-- TODO change this to a James Distribution based on a JAMES_HOME
variable, or let maven do the job -->
- <property name="dir.james.basedir"
value="${basedir}/../../../apache/james/trunk/"/>
+ <property name="dir.james.basedir"
value="${basedir}/../../server/branches/v2.3"/>
<property name="force.java1_4.support" value="false"/>
@@ -47,6 +47,9 @@
<fileset dir="${dir.james.basedir}/lib/">
<include name="*.jar"/>
</fileset>
+ <fileset dir="${dir.james.basedir}/build/lib/">
+ <include name="*.jar"/>
+ </fileset>
</path>
<path id="java.run.classpath">
@@ -59,7 +62,9 @@
<fileset dir="${dir.james.basedir}/lib/">
<include name="*.jar"/>
</fileset>
-
+ <fileset dir="${dir.james.basedir}/build/lib/">
+ <include name="*.jar"/>
+ </fileset>
</path>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]