Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/glazedlists/files: glazedlists-1.7.0-build.xml.patch
Date: Sat, 11 Oct 2008 22:01:22
Message-Id: E1KomWU-0006Bd-TG@stork.gentoo.org
1 caster 08/10/11 22:01:18
2
3 Added: glazedlists-1.7.0-build.xml.patch
4 Log:
5 Version bump, bug #198101. Only minimal version with java5 support for now, to allow bumping jabref. Some extensions supported by ebuild in java-experimental overlay. Thanks to Bernhard Frauendienst <gentoo@×××××××.de>.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1-perfctr x86_64)
7
8 Revision Changes Path
9 1.1 dev-java/glazedlists/files/glazedlists-1.7.0-build.xml.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/glazedlists/files/glazedlists-1.7.0-build.xml.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/glazedlists/files/glazedlists-1.7.0-build.xml.patch?rev=1.1&content-type=text/plain
13
14 Index: glazedlists-1.7.0-build.xml.patch
15 ===================================================================
16 --- build.xml.orig 2007-11-04 23:22:54.000000000 +0100
17 +++ build.xml 2007-11-04 23:23:58.000000000 +0100
18 @@ -84,7 +84,7 @@
19 <link href="http://help.eclipse.org/help31/nftopic/org.eclipse.platform.doc.isv/reference/api/"/>
20 <link href="http://www.jdocs.com/formlayout/1.0.4/api/" packagelistloc="extensions/jgoodiesforms/lib"/>
21 <link href="http://nachocalendar.sourceforge.net/doc/"/>
22 - <link href="http://www.jfree.org/jfreechart/javadoc/"/>
23 + <link href="http://www.jfree.org/jfreechart/api/javadoc/"/>
24 <link href="http://download.java.net/javadesktop/swinglabs/releases/0.8/docs/api/"/>
25
26 <doctitle><![CDATA[<h1>Glazed Lists 1.7.0</h1>]]></doctitle>
27 @@ -130,7 +130,7 @@
28 description="Compile the default components of the source.">
29 </target>
30
31 - <target name="compileall" depends="core,migrationkit,swing,io,swt,ktable,jfreechart,issuesbrowser,swinglabs,treetable"
32 + <target name="compileall" depends="core,migrationkit,swing,io,treetable"
33 description="Compile all components of the source.">
34 </target>
35
36 @@ -178,11 +178,13 @@
37
38 <target name="swt" depends="core">
39 <mkdir dir="extensions/swt/lib"/>
40 + <!--
41 <java classname="ca.odell.glazedlists.impl.HttpClient">
42 <classpath path="${classes.dir}"/>
43 <arg value="https://glazedlists.dev.java.net/files/documents/1073/25145/swt-api.jar"/>
44 <arg value="extensions/swt/lib/swt-api.jar"/>
45 </java>
46 + -->
47 <javac destdir="${classes.dir}" srcdir="extensions/swt/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
48 <classpath>
49 <fileset dir="extensions/swt/lib/" includes="*.jar"/>
50 @@ -207,11 +209,13 @@
51
52 <target name="jgoodiesforms" depends="core,swing">
53 <mkdir dir="extensions/jgoodiesforms/lib"/>
54 + <!--
55 <java classname="ca.odell.glazedlists.impl.HttpClient">
56 <classpath path="${classes.dir}"/>
57 <arg value="https://glazedlists.dev.java.net/files/documents/1073/27334/forms.jar"/>
58 <arg value="extensions/jgoodiesforms/lib/forms.jar"/>
59 </java>
60 + -->
61 <javac destdir="${classes.dir}" srcdir="extensions/jgoodiesforms/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
62 <classpath>
63 <fileset dir="extensions/jgoodiesforms/lib/" includes="*.jar"/>
64 @@ -223,11 +227,13 @@
65 <!-- the swinglabs .jar is Java 1.5+ only, so we do not bother to run
66 this code through our Java 1.5 to Java 1.4 source code translator -->
67 <mkdir dir="extensions/swinglabs/lib"/>
68 + <!--
69 <java classname="ca.odell.glazedlists.impl.HttpClient">
70 <classpath path="${classes.dir}"/>
71 <arg value="https://glazedlists.dev.java.net/files/documents/1073/32966/swingx.jar"/>
72 <arg value="extensions/swinglabs/lib/swingx.jar"/>
73 </java>
74 + -->
75 <javac destdir="${classes.dir}" srcdir="extensions/swinglabs/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
76 <classpath>
77 <fileset dir="extensions/swinglabs/lib/" includes="*.jar"/>
78 @@ -237,11 +243,13 @@
79
80 <target name="nachocalendar" depends="core,swing">
81 <mkdir dir="extensions/nachocalendar/lib"/>
82 + <!--
83 <java classname="ca.odell.glazedlists.impl.HttpClient">
84 <classpath path="${classes.dir}"/>
85 <arg value="https://glazedlists.dev.java.net/files/documents/1073/29958/nachocalendar.jar"/>
86 <arg value="extensions/nachocalendar/lib/nachocalendar.jar"/>
87 </java>
88 + -->
89 <javac destdir="${classes.dir}" srcdir="extensions/nachocalendar/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
90 <classpath>
91 <fileset dir="extensions/nachocalendar/lib/" includes="*.jar"/>
92 @@ -255,6 +263,7 @@
93
94 <target name="jfreechart" depends="swing">
95 <mkdir dir="extensions/jfreechart/lib"/>
96 + <!--
97 <java classname="ca.odell.glazedlists.impl.HttpClient">
98 <classpath path="${classes.dir}"/>
99 <arg value="https://glazedlists.dev.java.net/files/documents/1073/26197/jcommon.jar"/>
100 @@ -265,6 +274,7 @@
101 <arg value="https://glazedlists.dev.java.net/files/documents/1073/26198/jfreechart.jar"/>
102 <arg value="extensions/jfreechart/lib/jfreechart.jar"/>
103 </java>
104 + -->
105 <javac destdir="${classes.dir}" srcdir="extensions/jfreechart/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
106 <classpath>
107 <fileset dir="extensions/jfreechart/lib/" includes="*.jar"/>
108 @@ -535,7 +545,6 @@
109 <pathelement location="${classes.dir}"/>
110 <pathelement location="${testclasses.dir}"/>
111 <fileset dir="extensions" includes="**/*.jar"/>
112 - <fileset file="${ant.home}/lib/junit.jar"/>
113 </classpath>
114 <formatter type="brief" usefile="false"/>
115 <batchtest>
116 @@ -546,15 +555,11 @@
117 </target>
118
119 <target name="compiletests" depends="compileall">
120 - <!-- Verify that JUnit is available on the classpath -->
121 - <available classname="junit.framework.TestCase" property="junit.present"/>
122 - <fail unless="junit.present" message="To run this task, install junit.jar and optional.jar into ${ant.home}/lib/ JUnit is available free at http://www.junit.org"/>
123 <mkdir dir="${testclasses.dir}"/>
124 <javac destdir="${testclasses.dir}" srcdir="test" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
125 <classpath>
126 <pathelement location="${classes.dir}"/>
127 <fileset dir="extensions" includes="**/*.jar"/>
128 - <fileset file="${ant.home}/lib/junit.jar"/>
129 </classpath>
130 </javac>
131 </target>