diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-05 10:19:19 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-05 10:19:19 +0000 |
commit | ef61e7c9b4591f65ebe9abf6afad51999136e41c (patch) | |
tree | 9685b0eafa4f3793f02c96c2999fa1603fbc9e85 /spss.iaiklibsupdate/build.xml | |
parent | 15ff0aeee18b4f7774d65b3b6b4fdba04996efe9 (diff) | |
download | moa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.tar.gz moa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.tar.bz2 moa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.zip |
removed obsolete files
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@992 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.iaiklibsupdate/build.xml')
-rw-r--r-- | spss.iaiklibsupdate/build.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/spss.iaiklibsupdate/build.xml b/spss.iaiklibsupdate/build.xml deleted file mode 100644 index 3169be320..000000000 --- a/spss.iaiklibsupdate/build.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0"?> -<!-- - - Ant Buildfile for IAIK libraries Update ZIPs - - Author: Gregor Karlinger - - $Id$ - ---> -<project name="moa-spss-iaiklibs-update-zipbuilder" default="build-all" basedir="."> - <property environment="env"/> - - <property name="zipname.eval" value="dist/${env.ZIPFILE_EVAL}"/> - <property name="zipname.prod" value="dist/${env.ZIPFILE_PROD}"/> - - <target name="init"> - <description>set up directories etc.</description> - <mkdir dir="dist"/> - </target> - - <target name="build-eval" depends="init"> - <description>Generates a zip containing the IAIK evaluation library update</description> - <zip destfile="${zipname.eval}"> - <fileset dir="." includes="ant.1-6-5/**, iaiklibs.eval/**, setEnvironment.bat, update.eval.bat, update.xml, readme.eval.txt"/> - </zip> - </target> - - <target name="build-prod" depends="init"> - <description>Generates a zip containing the IAIK production library update</description> - <zip destfile="${zipname.prod}"> - <fileset dir="." includes="ant.1-6-5/**, iaiklibs.prod/**, setEnvironment.bat, update.prod.bat, update.xml, readme.prod.txt"/> - </zip> - </target> - - <target name="build-all" depends="build-eval, build-prod"/> -</project> |