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/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