|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<!-- WARNING: Eclipse auto-generated file. |
| 3 | + Any modifications will be overwritten. |
| 4 | + To include a user specific buildfile here, simply create one in the same |
| 5 | + directory with the processing instruction <?eclipse.ant.import?> |
| 6 | + as the first entry and export the buildfile again. --><project basedir="." default="build" name="Vue GWT"> |
| 7 | + <property environment="env"/> |
| 8 | + <property name="ECLIPSE_HOME" value="../../Applications/eclipse/"/> |
| 9 | + <property name="debuglevel" value="source,lines,vars"/> |
| 10 | + <property name="target" value="1.8"/> |
| 11 | + <property name="source" value="1.8"/> |
| 12 | + <path id="Plug-in Dependencies.libraryclasspath"> |
| 13 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.core.resources_3.12.0.v20170417-1558.jar"/> |
| 14 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar"/> |
| 15 | + <pathelement location="${ECLIPSE_HOME}plugins/javax.inject_1.0.0.v20091030.jar"/> |
| 16 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar"/> |
| 17 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar"/> |
| 18 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar"/> |
| 19 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar"/> |
| 20 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar"/> |
| 21 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar"/> |
| 22 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar"/> |
| 23 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar"/> |
| 24 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.ui_3.109.0.v20170411-1742.jar"/> |
| 25 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.swt_3.106.2.v20171129-0543.jar"/> |
| 26 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.swt.win32.win32.x86_64_3.106.2.v20171129-0543.jar"/> |
| 27 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.jface_3.13.2.v20171022-1656.jar"/> |
| 28 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.core.commands_3.9.0.v20170530-1048.jar"/> |
| 29 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar"/> |
| 30 | + <pathelement location="${ECLIPSE_HOME}plugins/org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar"/> |
| 31 | + </path> |
| 32 | + <path id="Vue GWT.classpath"> |
| 33 | + <path refid="Plug-in Dependencies.libraryclasspath"/> |
| 34 | + <pathelement location="bin"/> |
| 35 | + </path> |
| 36 | + <target name="init"> |
| 37 | + <mkdir dir="bin"/> |
| 38 | + <copy includeemptydirs="false" todir="bin"> |
| 39 | + <fileset dir="src"> |
| 40 | + <exclude name="**/*.java"/> |
| 41 | + </fileset> |
| 42 | + </copy> |
| 43 | + </target> |
| 44 | + <target name="clean"> |
| 45 | + <delete dir="bin"/> |
| 46 | + </target> |
| 47 | + <target depends="clean" name="cleanall"/> |
| 48 | + <target depends="build-subprojects,build-project" name="build"/> |
| 49 | + <target name="build-subprojects"/> |
| 50 | + <target depends="init" name="build-project"> |
| 51 | + <echo message="${ant.project.name}: ${ant.file}"/> |
| 52 | + <javac debug="true" debuglevel="${debuglevel}" destdir="bin" includeantruntime="false" source="${source}" target="${target}"> |
| 53 | + <src path="src"/> |
| 54 | + <classpath refid="Vue GWT.classpath"/> |
| 55 | + </javac> |
| 56 | + </target> |
| 57 | + <target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/> |
| 58 | + <target description="copy Eclipse compiler jars to ant lib directory" name="init-eclipse-compiler"> |
| 59 | + <copy todir="${ant.library.dir}"> |
| 60 | + <fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/> |
| 61 | + </copy> |
| 62 | + <unzip dest="${ant.library.dir}"> |
| 63 | + <patternset includes="jdtCompilerAdapter.jar"/> |
| 64 | + <fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/> |
| 65 | + </unzip> |
| 66 | + </target> |
| 67 | + <target description="compile project with Eclipse compiler" name="build-eclipse-compiler"> |
| 68 | + <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/> |
| 69 | + <antcall target="build"/> |
| 70 | + </target> |
| 71 | +</project> |
0 commit comments