Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-09 02:54:15 +0000
committermkersten2007-06-09 02:54:15 +0000
commit41cc5207b0e5d1ec0adc97937a12f336c0c6d17c (patch)
tree33c69987f1aad736c1eba4645fa076ad55ad1ad7 /org.eclipse.mylyn.bugzilla.tests/build.properties
parent8c065cb0489435a32367093e005f10bdc61e7353 (diff)
downloadorg.eclipse.mylyn.tasks-41cc5207b0e5d1ec0adc97937a12f336c0c6d17c.tar.gz
org.eclipse.mylyn.tasks-41cc5207b0e5d1ec0adc97937a12f336c0c6d17c.tar.xz
org.eclipse.mylyn.tasks-41cc5207b0e5d1ec0adc97937a12f336c0c6d17c.zip
RESOLVED - bug 182506: The pde and ant bridges should be contributed by fragments...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=182506
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/build.properties')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/build.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/build.properties b/org.eclipse.mylyn.bugzilla.tests/build.properties
index f084a551e..e9044923c 100644
--- a/org.eclipse.mylyn.bugzilla.tests/build.properties
+++ b/org.eclipse.mylyn.bugzilla.tests/build.properties
@@ -8,15 +8,13 @@
# Contributors:
# University Of British Columbia - initial API and implementation
###############################################################################
-bin.includes = plugin.xml,\
- bugzilla-test.jar,\
+bin.includes = bugzilla-test.jar,\
META-INF/,\
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,\
META-INF/
jre.compilation.profile = J2SE-1.5

Back to the top