Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/build.properties')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/build.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/build.properties b/org.eclipse.mylyn.bugzilla.tests/build.properties
new file mode 100644
index 000000000..8f6e824e1
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.tests/build.properties
@@ -0,0 +1,13 @@
+bin.includes = plugin.xml,\
+ bugzilla-test.jar,\
+ META-INF/,\
+ TestPages/,\
+ about.html
+jars.compile.order = bugzilla-test.jar
+source.bugzilla-test.jar = src/
+output.bugzilla-test.jar = bin/
+src.includes = src/,\
+ plugin.xml,\
+ about.html,\
+ TestPages/,\
+ META-INF/

Back to the top