diff options
author | Ekin Akoglu <ekinakoglu@gmail.com> | 2017-04-28 20:40:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-28 20:40:08 +0700 |
commit | 66d8cce42df58486fbe132d8ec00963f6ba39456 (patch) | |
tree | 37f194774da27ddafd8e9bc0cdf424f553d1124a /office/ganttproject/build.xml.patch | |
parent | ad728c94e148b43d0dafc0493406f765e1de9ea3 (diff) |
office/ganttproject: Updated for version 2.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 4c9e3866425db..e21d7c09cb9e5 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>
|