Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-validator/files: validator-1.3.build.xml.patch
Date: Sat, 05 Apr 2008 00:57:06
Message-Id: E1JhwiN-0002s2-UZ@stork.gentoo.org
1 betelgeuse 08/04/05 00:57:03
2
3 Added: validator-1.3.build.xml.patch
4 Log:
5 Version bump. Fixes bug #152269.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-java/commons-validator/files/validator-1.3.build.xml.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-validator/files/validator-1.3.build.xml.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-validator/files/validator-1.3.build.xml.patch?rev=1.1&content-type=text/plain
13
14 Index: validator-1.3.build.xml.patch
15 ===================================================================
16 --- build.xml.o 2006-10-21 18:12:49.000000000 +0200
17 +++ build.xml 2006-10-21 18:29:18.000000000 +0200
18 @@ -122,11 +122,12 @@
19
20 <!-- Construct compile classpath -->
21 <path id="compile.classpath">
22 - <pathelement location="${build.home}/classes"/>
23 - <pathelement location="${commons-beanutils.jar}"/>
24 - <pathelement location="${commons-digester.jar}"/>
25 - <pathelement location="${commons-logging.jar}"/>
26 - <pathelement location="${oro.jar}"/>
27 + <pathelement path="${build.home}/classes"/>
28 + <pathelement path="${commons-beanutils.jar}"/>
29 + <pathelement path="${commons-digester.jar}"/>
30 + <pathelement path="${commons-logging.jar}"/>
31 + <pathelement path="${commons-collections.jar}"/>
32 + <pathelement path="${oro.jar}"/>
33 <path refid="downloaded.lib.classpath"/>
34 </path>
35
36 @@ -204,7 +205,7 @@
37 </target>
38
39
40 - <target name="compile" depends="static"
41 + <target name="compile" depends="prepare"
42 description="Compile shareable components">
43 <javac srcdir="${source.home}"
44 destdir="${build.home}/classes"
45 @@ -278,7 +279,7 @@
46 </exec>
47 </target>
48
49 - <target name="javadoc" depends="compile, javadoc.js"
50 + <target name="javadoc" depends="compile"
51 description="Create component Javadoc documentation">
52 <javadoc sourcepath="${source.home}"
53 destdir="${dist.home}/docs/apidocs"
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list