File: 02_classpath.patch

package info (click to toggle)
libjakarta-poi-java 3.6%2Bdfsg-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 22,764 kB
  • ctags: 33,642
  • sloc: java: 203,142; xml: 21,549; makefile: 231; jsp: 85; ruby: 78; sh: 39; cpp: 17
file content (19 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: define classpath of build (using properties from
 debian/ant.properties)
Author: Damien Raude-Morvan <drazzib@debian.org>
Forwarded: no
Last-Update:2009-10-01
--- a/build.xml
+++ b/build.xml
@@ -166,9 +166,8 @@
     </propertyset>
 
     <path id="main.classpath">
-        <fileset dir="${main.lib}">
-            <include name="*.jar"/>
-        </fileset>
+       <pathelement location="${main.commons-logging.jar}"/>
+       <pathelement location="${main.log4j.jar}"/>
     </path>
 
     <path id="scratchpad.classpath">