actually deliver the classpath definition in the manifest file!
authorBdale Garbee <bdale@gag.com>
Mon, 22 Mar 2010 22:06:34 +0000 (16:06 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 22 Mar 2010 22:06:34 +0000 (16:06 -0600)
debian/patches/use-system-libs.diff

index 9a57cc4fa91ef8a1bfa347b8a2d0706fdd84aa28..2ba3e46ddc5a3d3e939285f79df8358869ba7c77 100644 (file)
@@ -1,5 +1,5 @@
 diff --git a/build.xml b/build.xml
-index 394aea4..bf3d92f 100644
+index 394aea4..38b7a89 100644
 --- a/build.xml
 +++ b/build.xml
 @@ -28,7 +28,9 @@
@@ -13,9 +13,11 @@ index 394aea4..bf3d92f 100644
        </path>
        
        <path id="test-classpath">
-@@ -72,9 +72,6 @@
+@@ -71,10 +73,8 @@
+                       <manifest>
                                <attribute name="Main-Class" value="${main-class}"/>
                                <attribute name="SplashScreen-Image" value="pix/splashscreen.png"/>
++                              <attribute name="Class-Path" value="${classpath}"/>
                        </manifest>
 -                      <zipfileset src="lib/miglayout15-swing.jar" />
 -                      <zipfileset src="lib/jcommon-1.0.16.jar" />
@@ -23,7 +25,7 @@ index 394aea4..bf3d92f 100644
                </jar>
        </target>
        
-@@ -213,4 +215,4 @@ ${nonascii}</fail>
+@@ -213,4 +213,4 @@ ${nonascii}</fail>
                </echo>
        </target>