blob: 0a304d58a244ec5af2d504920007112a768a1c65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- build.xml.orig Mon Oct 10 15:59:00 2005
+++ build.xml Tue Oct 18 09:45:11 2005
@@ -60,12 +60,13 @@
</path>
<path id="project.build.classpath">
- <fileset dir="${buildDir}/${fullProdName}/lib-nodist">
+ <fileset dir="${buildDir}/${fullProdName}/lib">
<include name="**/*.jar"/>
</fileset>
- <fileset dir="${buildDir}/${fullProdName}/lib">
- <include name="**/*.jar"/>
+ <fileset dir="${javalibdir}">
+ <include name="junit.jar"/>
+ <include name="log4j.jar"/>
</fileset>
<pathelement location="${buildDir}/${fullProdName}" />
|