NEW - bug 330155: [releng] modularize Mylyn build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330155
diff --git a/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF
index a3f0982..ab89add 100644
--- a/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF
@@ -20,7 +20,6 @@
  org.eclipse.mylyn.monitor.ui,
  org.eclipse.mylyn.monitor.core,
  org.eclipse.mylyn.commons.core
-Bundle-ClassPath: mylyn-monitor-tests.jar
 Export-Package: org.eclipse.mylyn.monitor.reports.tests;x-internal:=true,
  org.eclipse.mylyn.monitor.tests;x-internal:=true,
  org.eclipse.mylyn.monitor.tests.usage.tests;x-internal:=true
diff --git a/org.eclipse.mylyn.monitor.tests/build.properties b/org.eclipse.mylyn.monitor.tests/build.properties
index f7c1c8c..1835475 100644
--- a/org.eclipse.mylyn.monitor.tests/build.properties
+++ b/org.eclipse.mylyn.monitor.tests/build.properties
@@ -6,12 +6,11 @@
 # http://www.eclipse.org/legal/epl-v10.html
 ###############################################################################
 bin.includes = META-INF/,\
-               mylyn-monitor-tests.jar,\
+               .,\
                about.html,\
                testdata/,\
                test-log.xml
-jars.compile.order = mylyn-monitor-tests.jar
-source.mylyn-monitor-tests.jar = src/
-output.mylyn-monitor-tests.jar = bin/
+source.. = src/
+output.. = bin/
 src.includes = about.html
 jre.compilation.profile = J2SE-1.5