adammurdoch 2002/11/20 21:01:00
Modified: vfs build.xml project.xml
Log:
- Got rid of junit dependency; it seems to be implicit.
- Regenerated build.xml
Revision Changes Path
1.7 +31 -11 jakarta-commons-sandbox/vfs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 27 Oct 2002 08:26:43 -0000 1.6
+++ build.xml 21 Nov 2002 05:01:00 -0000 1.7
@@ -6,6 +6,16 @@
<property name="classesdir" value="target/classes"></property>
<property name="testclassesdir" value="target/test-classes"></property>
<property name="testreportdir" value="target/test-reports"></property>
+
+
+
+
+
+
+
+
+ <property name="resourcedir"
value="C:\user\vfs\jakarta-commons-sandbox\vfs/src/java"></property>
+
<property name="distdir" value="dist"></property>
<property name="javadocdir" value="target/docs/apidocs"></property>
<property name="final.name" value="commons-vfs-1.0-dev"></property>
@@ -33,6 +43,24 @@
</javac>
+
+
+
+ <copy todir="${classesdir}">
+
+ <fileset dir="${resourcedir}">
+
+
+ <include name="**/*.properties"></include>
+
+
+ </fileset>
+ </copy>
+
+
+
+
+
</target>
@@ -61,7 +89,8 @@
<mkdir dir="${testreportdir}"></mkdir>
<junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true"
haltonerror="true">
- <sysproperty key="basedir" value="src/test"></sysproperty>
+
+ <sysproperty key="basedir"
value="C:\user\vfs\jakarta-commons-sandbox\vfs"></sysproperty>
<formatter type="xml"></formatter>
<formatter usefile="true" type="plain"></formatter>
<classpath>
@@ -111,14 +140,6 @@
-
- <copy todir="${testclassesdir}">
- <fileset dir="src/test">
-
-
- </fileset>
- </copy>
-
</target>
@@ -132,7 +153,7 @@
<format pattern="2002-yyyy" property="year"></format>
</tstamp>
- <property name="copyright" value="Copyright &copy; Apache Software
Foundation. All Rights Reserved."></property>
+ <property name="copyright" value="Copyright &copy; Apache Jakarta Project.
All Rights Reserved."></property>
<property name="title" value="commons-vfs 1.0-dev API"></property>
@@ -151,7 +172,6 @@
<get dest="lib/ant-1.5.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar"></get>
- <get dest="lib/junit-3.7.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.7.jar"></get>
<get dest="lib/commons-net-SNAPSHOT.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-net/jars/commons-net-SNAPSHOT.jar"></get>
<get dest="lib/commons-logging-1.0.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.jar"></get>
<get dest="lib/jcifs-0.7.0b5.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/jcifs/jars/jcifs-0.7.0b5.jar"></get>
1.12 +0 -5 jakarta-commons-sandbox/vfs/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 21 Nov 2002 04:18:17 -0000 1.11
+++ project.xml 21 Nov 2002 05:01:00 -0000 1.12
@@ -71,11 +71,6 @@
</dependency>
<dependency>
- <id>junit</id>
- <version>3.8</version>
- </dependency>
-
- <dependency>
<id>commons-net</id>
<version>SNAPSHOT</version>
</dependency>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>