Revision: 19228
http://sourceforge.net/p/gate/code/19228
Author: markagreenwood
Date: 2016-04-11 17:15:56 +0000 (Mon, 11 Apr 2016)
Log Message:
-----------
removed the ant build file
Removed Paths:
-------------
gate/branches/sawdust2/plugins/ANNIE/build.xml
Deleted: gate/branches/sawdust2/plugins/ANNIE/build.xml
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE/build.xml 2016-04-11 15:13:57 UTC
(rev 19227)
+++ gate/branches/sawdust2/plugins/ANNIE/build.xml 2016-04-11 17:15:56 UTC
(rev 19228)
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project basedir="." default="all" name="annie">
- <!-- Prevent Ant from warning about includeantruntime not being set -->
- <property name="build.sysclasspath" value="ignore" />
-
- <property file="build.properties" />
- <property name="plugin.name" value="ANNIE" />
-
- <!-- Make environment variables available -->
- <property environment="env" />
-
- <!-- If environment variable GATE_HOME is set, use it for
- gate.home (unless it was already set in build.properties -->
- <condition property="gate.home" value="${env.GATE_HOME}">
- <isset property="env.GATE_HOME" />
- </condition>
-
- <property name="dest" value="classes" />
- <property name="gate.home" value="../.." />
- <property name="buildDir" location="${gate.home}/build" />
- <property name="src" value="src" />
- <property name="doc.dir" location="doc" />
- <property name="javadoc.dir" location="${doc.dir}/javadoc" />
-
- <fileset id="gatelib.classpath" dir="${gate.home}/lib">
- <include name="*.jar" />
- <include name="*.zip" />
- </fileset>
-
- <fileset id="gate.classpath" dir="${gate.home}/bin">
- <include name="*.jar" />
- <include name="*.zip" />
- </fileset>
-
- <path id="compile.classpath">
- <fileset refid="gatelib.classpath" />
- <fileset refid="gate.classpath" />
- </path>
-
- <target name="jar" depends="compile">
- <jar compress="false" destfile="annie.jar">
- <fileset dir="${dest}" />
- </jar>
- </target>
-
- <!-- Rebuild the JAPE file parser -->
- <target name="jape">
- <java classname="javacc" fork="true" spawn="false"
dir="${src}/gate/jape/parser">
- <classpath>
- <pathelement location="${buildDir}/lib/javacc.jar" />
- </classpath>
- <arg value="ParseCpsl.jj" />
- </java>
-
- <java classname="jjdoc" fork="true" spawn="false"
dir="${src}/gate/jape/parser">
- <classpath>
- <pathelement location="${buildDir}/lib/javacc.jar" />
- </classpath>
- <arg value="ParseCpsl.jj" />
- </java>
-
- <move file="${src}/gate/jape/parser/ParseCpsl.html"
toFile="${src}/gate/jape/parser/ParseCpslPlain.html" />
- </target>
-
- <target name="compile" depends="init">
- <javac encoding="utf-8" classpathref="compile.classpath"
debug="true" deprecation="true" destdir="${dest}" nowarn="false" source="1.6"
target="1.6">
- <src path="${src}" />
- <compilerarg value="-Xmaxwarns" />
- <compilerarg value="${gate.compile.maxwarnings}" />
- <compilerarg value="-Xlint:all" />
- </javac>
- </target>
-
- <!-- Build JavaDoc documentation -->
- <target name="doc.prepare">
- <mkdir dir="${javadoc.dir}" />
- </target>
-
- <target name="javadoc" depends="doc.prepare">
- <javadoc destdir="${javadoc.dir}" packagenames="*"
classpathref="compile.classpath" encoding="UTF-8" windowtitle="${plugin.name}
JavaDoc" source="1.6">
- <sourcepath>
- <pathelement location="${src}" />
- </sourcepath>
- <link href="http://docs.oracle.com/javase/6/docs/api/"
/>
- <link href="http://gate.ac.uk/gate/doc/javadoc/" />
- </javadoc>
- </target>
-
- <target name="clean.classes">
- <delete failonerror="false" includeemptydirs="true">
- <fileset dir="${dest}" />
- </delete>
- </target>
-
- <target name="clean" depends="clean.classes">
- <delete file="annie.jar" />
- </target>
-
- <target name="init">
- <mkdir dir="${dest}" />
- </target>
-
- <!-- Build everything - the code and JavaDoc -->
- <target name="all" depends="jar, javadoc" />
-
- <!-- targets required by the top-level build file -->
- <target name="build" depends="jar" />
- <target name="distro.prepare" depends="clean.classes" />
- <target name="test" />
-
-</project>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs