diff options
Diffstat (limited to 'office/ganttproject/build.xml.patch')
-rw-r--r-- | office/ganttproject/build.xml.patch | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/office/ganttproject/build.xml.patch b/office/ganttproject/build.xml.patch index 4c9e386642..e21d7c09cb 100644 --- a/office/ganttproject/build.xml.patch +++ b/office/ganttproject/build.xml.patch @@ -1,6 +1,6 @@ ---- ganttproject-builder/build.xml 2017-03-06 17:21:28.000000000 +0300 -+++ build.xml 2016-07-26 14:21:14.000000000 +0300 -@@ -1,130 +1,370 @@ +--- ganttproject-builder/build.xml 2017-03-24 19:03:16.000000000 +0300 ++++ build.xml 2017-04-27 12:07:19.410170289 +0300 +@@ -1,137 +1,370 @@ -<project name="GanttProject builder">
- <property file="build-deb.properties"/>
- <path id="class.path">
@@ -93,6 +93,7 @@ -
- <target name="distMac" depends="distBin">
- <mkdir dir="${distMacWork}"/>
+-
- <bundleapp outputdirectory="${distMacWork}"
- name="GanttProject"
- displayname="GanttProject"
@@ -103,7 +104,9 @@ - applicationCategory="public.app-category.productivity"
- mainclassname="org.bardsoftware.eclipsito.Boot">
-
-- <classpath file="eclipsito.jar"/>
+- <classpath dir=".">
+- <include name="eclipsito.jar"/>
+- </classpath>
- <argument value="-app"/>
- <argument value="net.sourceforge.ganttproject.GanttProject"/>
- <argument value="-plugins-dir"/>
@@ -123,10 +126,14 @@ - <include name="logging.properties"/>
- </fileset>
- </copy>
+- <copy todir="${distMacWork}" file="HouseBuildingSample.gan"/>
- <patch patchfile="Info.plist.patch" originalfile="${distMacWork}/GanttProject.app/Contents/Info.plist"/>
+-
+- <mkdir dir="${distMacWork}/GanttProject.app/Contents/Java/Classes"/>
+- <copy todir="${distMacWork}/GanttProject.app/Contents/Java/Classes" file="logging.properties"/>
- <chmod perm="a+rx" file="${distMacWork}/GanttProject.app/Contents/MacOS/JavaAppLauncher"></chmod>
- <zip destfile="${distMacZip}">
-- <zipfileset dir="${distMacWork}" includes="GanttProject.app/**">
+- <zipfileset dir="${distMacWork}" includes="**">
- </zipfileset>
- </zip>
- </target>
@@ -206,7 +213,7 @@ + <target name="welcome-message">
+ <echo>
+=======================================================
-+ Compiling GanttProject 2.7
++ Compiling GanttProject 2.8
+=======================================================
+ </echo>
+ </target>
|