~ubuntu-branches/ubuntu/trusty/libjcalendar-java/trusty

« back to all changes in this revision

Viewing changes to debian/patches/01_build_xml_rm_looks.patch

  • Committer: Bazaar Package Importer
  • Author(s): Hilko Bengen
  • Date: 2005-08-24 12:23:48 UTC
  • Revision ID: james.westby@ubuntu.com-20050824122348-ka2ore06l7rc6vkp
Tags: 1.2.2-6.1
Rebuilt with Java SDK 1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- src/build.xml       2004-09-24 07:20:52.000000000 +0200
 
2
+++ src/build.xml       2005-05-14 16:02:27.347648232 +0200
 
3
@@ -69,7 +69,7 @@
 
4
                </copy>
 
5
                <javac srcdir="${src.dir}"
 
6
                       destdir="${build.dir}"
 
7
-                      classpath="${classpath};lib/looks-1.2.2.jar"
 
8
+                      classpath="${classpath}"
 
9
                       debug="off"
 
10
                       deprecation="on"
 
11
                       optimize="on"
 
12
@@ -98,7 +98,7 @@
 
13
                <mkdir dir="${javadoc.dir}" />
 
14
                <javadoc packagenames="${packages}"
 
15
                         sourcepath="${basedir}/${src.dir}"
 
16
-                        classpath=".;lib/looks-1.2.2.jar"
 
17
+                        classpath="."
 
18
                         destdir="${javadoc.dir}"
 
19
                         author="true"
 
20
                         version="true"
 
21
@@ -177,7 +177,7 @@
 
22
 
 
23
        <target name="runDemo" depends="jar">
 
24
                <echo message="Running JCalendar demo ..." />
 
25
-               <java classpath="lib/jcalendar.jar;lib/looks-1.2.2.jar"
 
26
+               <java classpath="lib/jcalendar.jar"
 
27
                      classname="com.toedter.calendar.JCalendarDemo"
 
28
                      fork="yes"
 
29
                >