Revision: 19229
http://sourceforge.net/p/gate/code/19229
Author: markagreenwood
Date: 2016-04-11 17:16:13 +0000 (Mon, 11 Apr 2016)
Log Message:
-----------
removed the ant build file
Removed Paths:
-------------
gate/branches/sawdust2/plugins/Tools/build.xml
Deleted: gate/branches/sawdust2/plugins/Tools/build.xml
===================================================================
--- gate/branches/sawdust2/plugins/Tools/build.xml 2016-04-11 17:15:56 UTC
(rev 19228)
+++ gate/branches/sawdust2/plugins/Tools/build.xml 2016-04-11 17:16:13 UTC
(rev 19229)
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project basedir="." default="all" name="tools">
- <!-- Prevent Ant from warning about includeantruntime not being set -->
- <property name="build.sysclasspath" value="ignore" />
-
- <property file="build.properties" />
- <property name="plugin.name" value="Tools" />
-
- <!-- 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="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" />
- <pathelement location="../ANNIE/annie.jar" />
- </path>
-
- <target name="jar" depends="compile">
- <jar compress="false" destfile="tools.jar">
- <fileset dir="${dest}" />
- </jar>
- </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="tools.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