[med-svn] [mauve] 03/03: Remove appbundler
Andreas Tille
tille at debian.org
Mon Apr 27 14:31:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository mauve.
commit c7f6291ddd9d874c44745aac4a305229f3860b31
Author: Andreas Tille <tille at debian.org>
Date: Mon Apr 27 16:31:32 2015 +0200
Remove appbundler
---
debian/patches/build_xml.patch | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/debian/patches/build_xml.patch b/debian/patches/build_xml.patch
index a7fbd35..c3c83b8 100644
--- a/debian/patches/build_xml.patch
+++ b/debian/patches/build_xml.patch
@@ -37,10 +37,14 @@ Description: Drop OSX specific things from build.xml,
<!-- Create the distribution directory -->
<mkdir dir="${dist}" />
-@@ -225,141 +216,6 @@
- classname="com.oracle.appbundler.AppBundlerTask"
- classpath="build_support/appbundler-1.0.jar" />
+@@ -221,146 +212,6 @@
+ </tar>
+ </target>
+- <taskdef name="bundleapp"
+- classname="com.oracle.appbundler.AppBundlerTask"
+- classpath="build_support/appbundler-1.0.jar" />
+-
-<!-- Create a DMG - This only works on MacOSX (requires hdiutil) -->
-<target name="dmg" depends="macdist" description="Create a DMG package for MacOSX (only works on MacOSX)">
-
@@ -176,10 +180,11 @@ Description: Drop OSX specific things from build.xml,
-
-<!-- <dmg destfile="${dist}/Mauve-${release.version}.dmg" name="Mauve ${release.version}" srcdir="staging" compressed="true"/> -->
- </target>
-
+-
<target name="srcdist" depends="init" description="package a source distribution">
<tar destfile="${dist}/mauve_source_${datestamp}.tar.gz" compression="gzip">
-@@ -384,27 +240,6 @@
+ <!-- Copy support files into the dist directory-->
+@@ -384,27 +235,6 @@
</tar>
</target>
@@ -207,7 +212,7 @@ Description: Drop OSX specific things from build.xml,
<target name="run" depends="jar" description="run Mauve">
<java jar="Mauve.jar" fork="true" />
</target>
-@@ -439,68 +274,8 @@
+@@ -439,68 +269,8 @@
</filterset>
</copy>
@@ -258,7 +263,7 @@ Description: Drop OSX specific things from build.xml,
- </sftp>
- <exec cmd="cp ${deploy.serverdir}/mauve_installer_${release.version}.exe ${deploy.serverdir}/mauve_installer_${datestamp}.exe"/>
- </ssh>
-- </target>
+ </target>
-
- <!-- assumes that passwordless ssh authentication has been configured to the web server -->
- <target name="deployMacOSX" depends="dmg">
@@ -271,7 +276,7 @@ Description: Drop OSX specific things from build.xml,
- <arg value="${dist}/latest.mac" />
- <arg value="${deploy.address}:${deploy.serverdir}" />
- </exec>
- </target>
+- </target>
-
+
<!-- assumes that passwordless ssh authentication has been configured to the web server -->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mauve.git
More information about the debian-med-commit
mailing list