Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-01-22 08:40:49 +0000
committerspingel2011-01-22 08:40:49 +0000
commitfcf507238f3731e35cda7de353bf3eb569966fd2 (patch)
treec3ece1f2e75157aeaa30698a0ec906eeaa7ffc50 /org.eclipse.mylyn.tasks.tests
parent6621c2487bc9d575719a3b7bded5fefb5a123507 (diff)
downloadorg.eclipse.mylyn.tasks-fcf507238f3731e35cda7de353bf3eb569966fd2.tar.gz
org.eclipse.mylyn.tasks-fcf507238f3731e35cda7de353bf3eb569966fd2.tar.xz
org.eclipse.mylyn.tasks-fcf507238f3731e35cda7de353bf3eb569966fd2.zip
NEW - bug 330155: [releng] modularize Mylyn build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330155
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests')
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.tasks.tests/build.properties7
2 files changed, 3 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
index 97463f5d5..4a40201cc 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -33,7 +33,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.security,
org.eclipse.mylyn.tests.util,
org.eclipse.mylyn.tasks.search
-Bundle-ClassPath: mylyn-tasklist-tests.jar
Export-Package: org.eclipse.mylyn.tasks.tests;x-internal:=true,
org.eclipse.mylyn.tasks.tests.connector;x-internal:=true,
org.eclipse.mylyn.tasks.tests.core;x-internal:=true,
diff --git a/org.eclipse.mylyn.tasks.tests/build.properties b/org.eclipse.mylyn.tasks.tests/build.properties
index 564ad081d..aa712042c 100644
--- a/org.eclipse.mylyn.tasks.tests/build.properties
+++ b/org.eclipse.mylyn.tasks.tests/build.properties
@@ -6,12 +6,11 @@
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
bin.includes = META-INF/,\
- mylyn-tasklist-tests.jar,\
+ .,\
about.html,\
plugin.xml,\
testdata/
-jars.compile.order = mylyn-tasklist-tests.jar
-source.mylyn-tasklist-tests.jar = src/
-output.mylyn-tasklist-tests.jar = bin/
+source.. = src/
+output.. = bin/
src.includes = about.html
jre.compilation.profile = J2SE-1.5

Back to the top