Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-11 19:11:08 +0000
committermkersten2005-10-11 19:11:08 +0000
commitc9b747582f9cc8dcd0b9e9de724966fb87794eeb (patch)
treea26f112ef1618632d3392397d3bd214b7ea39537
parent9b3f831d1a4a293505c930e65d075e9d7c2029f7 (diff)
downloadorg.eclipse.mylyn.tasks-c9b747582f9cc8dcd0b9e9de724966fb87794eeb.tar.gz
org.eclipse.mylyn.tasks-c9b747582f9cc8dcd0b9e9de724966fb87794eeb.tar.xz
org.eclipse.mylyn.tasks-c9b747582f9cc8dcd0b9e9de724966fb87794eeb.zip
Adding build files
-rw-r--r--org.eclipse.mylyn.bugzilla.core/build.xml39
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/build.xml97
-rw-r--r--org.eclipse.mylyn.help.ui/build.xml25
-rw-r--r--org.eclipse.mylyn.tasks.core/build.xml167
-rw-r--r--org.eclipse.mylyn.tasks.ui/build.xml55
5 files changed, 383 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/build.xml b/org.eclipse.mylyn.bugzilla.core/build.xml
new file mode 100644
index 000000000..dc8a522e6
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.core/build.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [<!ENTITY buildfile SYSTEM "file:./build-user.xml">]>
+<!-- WARNING: Eclipse autogenerated file.
+ Any modifications will be overwritten.
+ Please edit build-user.xml instead.
+-->
+<project basedir="." default="build" name="org.eclipse.mylar.bugzilla.core">
+ &buildfile;
+ <path id="project.classpath">
+ <pathelement location="bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.compare_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.search_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.ide_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.update.core_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.update.ui_3.1.0.jar"/>
+ </path>
+ <target name="init">
+ <mkdir dir="bin"/>
+ </target>
+ <target name="clean">
+ <delete dir="bin"/>
+ </target>
+ <target depends="init" name="build">
+ <echo message="${ant.project.name}: ${ant.file}"/>
+ <javac destdir="bin">
+ <src path="src"/>
+ <classpath refid="project.classpath"/>
+ </javac>
+ </target>
+</project>
diff --git a/org.eclipse.mylyn.bugzilla.ui/build.xml b/org.eclipse.mylyn.bugzilla.ui/build.xml
new file mode 100644
index 000000000..e1d6ef784
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.ui/build.xml
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [<!ENTITY buildfile SYSTEM "file:./build-user.xml">]>
+<!-- WARNING: Eclipse autogenerated file.
+ Any modifications will be overwritten.
+ Please edit build-user.xml instead.
+-->
+<project basedir="." default="build" name="org.eclipse.mylar.bugzilla.ui">
+ &buildfile;
+ <property name="org.eclipse.mylar.bugzilla.core.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.bugzilla.core"/>
+ <property name="org.eclipse.mylar.core.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.core"/>
+ <property name="org.eclipse.mylar.tasklist.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.tasklist"/>
+ <path id="project.classpath">
+ <path refid="mainproject.classpath"/>
+ <path refid="org.eclipse.mylar.bugzilla.core.classpath"/>
+ <path refid="org.eclipse.mylar.core.classpath"/>
+ <path refid="org.eclipse.mylar.tasklist.classpath"/>
+ </path>
+ <path id="mainproject.classpath">
+ <pathelement location="bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.compare_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.search_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.views_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.ide_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.forms_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface.text_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.text_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.bugzilla.core.classpath">
+ <pathelement location="${org.eclipse.mylar.bugzilla.core.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.compare_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.search_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.ide_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.update.core_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.update.ui_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.core.classpath">
+ <pathelement location="${org.eclipse.mylar.core.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.tasklist.classpath">
+ <pathelement location="${org.eclipse.mylar.tasklist.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.forms_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.ui_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.pde.ui_3.1.0.jar"/>
+ </path>
+ <target name="init">
+ <mkdir dir="bin"/>
+ </target>
+ <target name="clean">
+ <delete dir="bin"/>
+ </target>
+ <target depends="init" name="build">
+ <ant antfile="${org.eclipse.mylar.bugzilla.core.location}/build.xml" inheritAll="false"/>
+ <ant antfile="${org.eclipse.mylar.core.location}/build.xml" inheritAll="false"/>
+ <ant antfile="${org.eclipse.mylar.tasklist.location}/build.xml" inheritAll="false"/>
+ <echo message="${ant.project.name}: ${ant.file}"/>
+ <javac destdir="bin">
+ <src path="src"/>
+ <classpath refid="project.classpath"/>
+ </javac>
+ </target>
+</project>
diff --git a/org.eclipse.mylyn.help.ui/build.xml b/org.eclipse.mylyn.help.ui/build.xml
new file mode 100644
index 000000000..566838eda
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/build.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [<!ENTITY buildfile SYSTEM "file:./build-user.xml">]>
+<!-- WARNING: Eclipse autogenerated file.
+ Any modifications will be overwritten.
+ Please edit build-user.xml instead.
+-->
+<project basedir="." default="build" name="org.eclipse.mylar.doc">
+ &buildfile;
+ <path id="project.classpath">
+ <pathelement location="bin"/>
+ </path>
+ <target name="init">
+ <mkdir dir="bin"/>
+ </target>
+ <target name="clean">
+ <delete dir="bin"/>
+ </target>
+ <target depends="init" name="build">
+ <echo message="${ant.project.name}: ${ant.file}"/>
+ <javac destdir="bin">
+ <src path="src"/>
+ <classpath refid="project.classpath"/>
+ </javac>
+ </target>
+</project>
diff --git a/org.eclipse.mylyn.tasks.core/build.xml b/org.eclipse.mylyn.tasks.core/build.xml
new file mode 100644
index 000000000..ed9d1ddce
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.core/build.xml
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [<!ENTITY buildfile SYSTEM "file:./build-user.xml">]>
+<!-- WARNING: Eclipse autogenerated file.
+ Any modifications will be overwritten.
+ Please edit build-user.xml instead.
+-->
+<project basedir="." default="build" name="org.eclipse.mylar.bugs">
+ &buildfile;
+ <property name="org.eclipse.mylar.bugzilla.core.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.bugzilla.core"/>
+ <property name="org.eclipse.mylar.bugzilla.ui.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.bugzilla.ui"/>
+ <property name="org.eclipse.mylar.core.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.core"/>
+ <property name="org.eclipse.mylar.java.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.java"/>
+ <property name="org.eclipse.mylar.tasklist.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.tasklist"/>
+ <property name="org.eclipse.mylar.ui.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.ui"/>
+ <path id="project.classpath">
+ <path refid="mainproject.classpath"/>
+ <path refid="org.eclipse.mylar.bugzilla.core.classpath"/>
+ <path refid="org.eclipse.mylar.bugzilla.ui.classpath"/>
+ <path refid="org.eclipse.mylar.core.classpath"/>
+ <path refid="org.eclipse.mylar.java.classpath"/>
+ <path refid="org.eclipse.mylar.tasklist.classpath"/>
+ <path refid="org.eclipse.mylar.ui.classpath"/>
+ </path>
+ <path id="mainproject.classpath">
+ <pathelement location="bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.core_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.ide_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench.texteditor_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface.text_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.text_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.ui_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.editors_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.filebuffers_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.bugzilla.core.classpath">
+ <pathelement location="${org.eclipse.mylar.bugzilla.core.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.compare_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.search_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.ide_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.update.core_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.update.ui_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.bugzilla.ui.classpath">
+ <pathelement location="${org.eclipse.mylar.bugzilla.ui.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.compare_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.search_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.views_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.ide_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.forms_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface.text_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.text_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.core.classpath">
+ <pathelement location="${org.eclipse.mylar.core.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.java.classpath">
+ <pathelement location="${org.eclipse.mylar.java.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.core_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.editors_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.filebuffers_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface.text_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.text_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench.texteditor_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.search_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.views_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.ide_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.debug.ui_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.ui_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.team.cvs.ui_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.debug.ui_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.junit_3.1.0/junitsupport.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.junit.runtime_3.1.0/junitruntime.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.pde.junit.runtime_3.1.0/pdejunit.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.tasklist.classpath">
+ <pathelement location="${org.eclipse.mylar.tasklist.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.forms_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.ui_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.pde.ui_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.ui.classpath">
+ <pathelement location="${org.eclipse.mylar.ui.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.views_3.2.0.jar"/>
+ </path>
+ <target name="init">
+ <mkdir dir="bin"/>
+ </target>
+ <target name="clean">
+ <delete dir="bin"/>
+ </target>
+ <target depends="init" name="build">
+ <ant antfile="${org.eclipse.mylar.bugzilla.core.location}/build.xml" inheritAll="false"/>
+ <ant antfile="${org.eclipse.mylar.bugzilla.ui.location}/build.xml" inheritAll="false"/>
+ <ant antfile="${org.eclipse.mylar.core.location}/build.xml" inheritAll="false"/>
+ <ant antfile="${org.eclipse.mylar.java.location}/build.xml" inheritAll="false"/>
+ <ant antfile="${org.eclipse.mylar.tasklist.location}/build.xml" inheritAll="false"/>
+ <ant antfile="${org.eclipse.mylar.ui.location}/build.xml" inheritAll="false"/>
+ <echo message="${ant.project.name}: ${ant.file}"/>
+ <javac destdir="bin">
+ <src path="src"/>
+ <classpath refid="project.classpath"/>
+ </javac>
+ </target>
+</project>
diff --git a/org.eclipse.mylyn.tasks.ui/build.xml b/org.eclipse.mylyn.tasks.ui/build.xml
new file mode 100644
index 000000000..555699e2e
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.ui/build.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [<!ENTITY buildfile SYSTEM "file:./build-user.xml">]>
+<!-- WARNING: Eclipse autogenerated file.
+ Any modifications will be overwritten.
+ Please edit build-user.xml instead.
+-->
+<project basedir="." default="build" name="org.eclipse.mylar.tasklist">
+ &buildfile;
+ <property name="org.eclipse.mylar.core.location" value="C:/Dev/mylar-bootstrap/org.eclipse.mylar.core"/>
+ <path id="project.classpath">
+ <path refid="mainproject.classpath"/>
+ <path refid="org.eclipse.mylar.core.classpath"/>
+ </path>
+ <path id="mainproject.classpath">
+ <pathelement location="bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.forms_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jdt.ui_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.pde.ui_3.1.0.jar"/>
+ </path>
+ <path id="org.eclipse.mylar.core.classpath">
+ <pathelement location="${org.eclipse.mylar.core.location}/bin"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.runtime_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.osgi_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.jface_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.commands_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.ui.workbench_3.2.0.jar"/>
+ <pathelement location="C:/Apps/eclipse-3.2m2/plugins/org.eclipse.core.resources_3.1.0.jar"/>
+ </path>
+ <target name="init">
+ <mkdir dir="bin"/>
+ </target>
+ <target name="clean">
+ <delete dir="bin"/>
+ </target>
+ <target depends="init" name="build">
+ <ant antfile="${org.eclipse.mylar.core.location}/build.xml" inheritAll="false"/>
+ <echo message="${ant.project.name}: ${ant.file}"/>
+ <javac destdir="bin">
+ <src path="src"/>
+ <classpath refid="project.classpath"/>
+ </javac>
+ </target>
+</project>

Back to the top