Mac ant task according to r7023

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7080 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
lotus 2010-08-27 18:40:32 +00:00
parent 93d2c22e60
commit e9160ea1e5

View File

@ -55,6 +55,7 @@
<property name="htdocsWWW" location="${data}/HTDOCS/www"/> <property name="htdocsWWW" location="${data}/HTDOCS/www"/>
<property name="release_main" location="${release}/MAIN"/> <property name="release_main" location="${release}/MAIN"/>
<property name="release_windows" location="${release}/WINDOWS"/> <property name="release_windows" location="${release}/WINDOWS"/>
<property name="release_mac" location="addon/YaCy.app/Contents/Resources/Java"/>
<property name="svnEntriesFile" location=".svn/entries"/> <property name="svnEntriesFile" location=".svn/entries"/>
<property name="defaults" location="defaults"/> <property name="defaults" location="defaults"/>
<!-- variables for installonlinux target--> <!-- variables for installonlinux target-->
@ -700,6 +701,11 @@
<delete dir="${release_windows}" failonerror="false" /> <delete dir="${release_windows}" failonerror="false" />
</target> </target>
<target name="distMacApp" depends="copyMain4Dist" description="Creates a YaCy.app">
<delete dir="${release_mac}" failonerror="false" verbose="false"/>
<move file="${release_main}" tofile="${release_mac}" verbose="true" />
</target>
<target name="deb" depends="init" description="Creates a debian package"> <target name="deb" depends="init" description="Creates a debian package">
<!-- replacing the old with the new revision number --> <!-- replacing the old with the new revision number -->
<replaceregexp file="debian/changelog" <replaceregexp file="debian/changelog"