create changelog entry
[debian/openrocket] / debian / patches / use-system-libs.diff
index 3bdcbb4345feca9572a757b331e9b20318a8378a..0ea303c2f9d8abd7f8789c87f1e26e4f199a7fd4 100644 (file)
@@ -1,7 +1,7 @@
-diff --git a/build.xml b/build.xml
-index 0ebe470..fc12040 100644
---- a/build.xml
-+++ b/build.xml
+diff --git a/core/build.xml b/core/build.xml
+index 0e57a6b..0a3c045 100644
+--- a/core/build.xml
++++ b/core/build.xml
 @@ -13,7 +13,6 @@
        
        <property name="classes.dir" value="${dist.dir}"/>      <!-- Directory for classes -->
@@ -33,7 +33,7 @@ index 0ebe470..fc12040 100644
        </path>
        
  
-@@ -70,11 +74,8 @@
+@@ -68,11 +72,8 @@
                        <manifest>
                                <attribute name="Main-Class" value="${main-class}"/>
                                <attribute name="SplashScreen-Image" value="pix/splashscreen.png"/>
@@ -46,16 +46,16 @@ index 0ebe470..fc12040 100644
                </jar>
        </target>
        
-@@ -90,7 +91,7 @@
+@@ -88,7 +89,7 @@
                        <fileset dir="." includes="*" excludes="*.log">
                                <type type="file"/>
                        </fileset>
--                      <fileset dir="." includes="datafiles/ lib/ lib-test/ pix/ src/ test/ l10n/"/>
-+                      <fileset dir="." includes="datafiles/ pix/ src/ test/ l10n/"/>
+-                      <fileset dir="." includes="resources/ lib/ lib-test/ src/ test/"/>
++                      <fileset dir="." includes="resources/ src/ test/"/>
                </copy>
                <zip destfile="${dist.src}" basedir="${build.dir}" includes="${pkgname}/"/>
                <delete dir="${build.dir}/${pkgname}"/>
-@@ -214,4 +215,4 @@ ${nonascii}</fail>
+@@ -212,4 +213,4 @@ ${nonascii}</fail>
                </echo>
        </target>