NEW - bug 220433: provide source bundles
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220433
diff --git a/org.eclipse.mylyn.commons.core/build.properties b/org.eclipse.mylyn.commons.core/build.properties
index cd2c7fc..4b7d02a 100644
--- a/org.eclipse.mylyn.commons.core/build.properties
+++ b/org.eclipse.mylyn.commons.core/build.properties
@@ -8,15 +8,8 @@
 bin.includes = about.html,\
                META-INF/,\
                .,\
-               plugin.xml
-src.includes = src/,\
-               META-INF/,\
-               about.html,\
-               build.properties,\
                plugin.xml,\
-               schema/,\
-               .settings/,\
-               .project,\
-               .classpath
+               schema/
+src.includes = about.html
 jre.compilation.profile = J2SE-1.5
 source.. = src/
diff --git a/org.eclipse.mylyn.commons.net/build.properties b/org.eclipse.mylyn.commons.net/build.properties
index d557db1..f3115fe 100644
--- a/org.eclipse.mylyn.commons.net/build.properties
+++ b/org.eclipse.mylyn.commons.net/build.properties
@@ -10,6 +10,4 @@
 bin.includes = META-INF/,\
                .,\
                about.html
-src.includes = src/,\
-               about.html,\
-               META-INF/
+src.includes = about.html
diff --git a/org.eclipse.mylyn.commons.ui/build.properties b/org.eclipse.mylyn.commons.ui/build.properties
index 34d2e4d..ff93026 100644
--- a/org.eclipse.mylyn.commons.ui/build.properties
+++ b/org.eclipse.mylyn.commons.ui/build.properties
@@ -1,4 +1,7 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               icons/,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.mylyn.monitor.core/build.properties b/org.eclipse.mylyn.monitor.core/build.properties
index cd2c7fc..c7f7ce6 100644
--- a/org.eclipse.mylyn.monitor.core/build.properties
+++ b/org.eclipse.mylyn.monitor.core/build.properties
@@ -7,16 +7,7 @@
 ###############################################################################
 bin.includes = about.html,\
                META-INF/,\
-               .,\
-               plugin.xml
-src.includes = src/,\
-               META-INF/,\
-               about.html,\
-               build.properties,\
-               plugin.xml,\
-               schema/,\
-               .settings/,\
-               .project,\
-               .classpath
+               .
+src.includes = about.html
 jre.compilation.profile = J2SE-1.5
 source.. = src/
diff --git a/org.eclipse.mylyn.monitor.core/plugin.xml b/org.eclipse.mylyn.monitor.core/plugin.xml
deleted file mode 100644
index db91adf..0000000
--- a/org.eclipse.mylyn.monitor.core/plugin.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-   <extension-point id="errorReporters" name="Error Reporters" schema="schema/errorReporters.exsd"/>
-</plugin>
diff --git a/org.eclipse.mylyn.monitor.core/schema/errorReporters.exsd b/org.eclipse.mylyn.monitor.core/schema/errorReporters.exsd
deleted file mode 100644
index 5c5867a..0000000
--- a/org.eclipse.mylyn.monitor.core/schema/errorReporters.exsd
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.mylyn.monitor.core">
-<annotation>
-      <appInfo>
-         <meta.schema plugin="org.eclipse.mylyn.monitor.core" id="errorReporters" name="Error Reporters"/>
-      </appInfo>
-      <documentation>
-         [Enter description of this extension point.]
-      </documentation>
-   </annotation>
-
-   <element name="extension">
-      <complexType>
-         <sequence>
-            <element ref="errorReporter"/>
-         </sequence>
-         <attribute name="point" type="string" use="required">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="id" type="string">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="name" type="string">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-               <appInfo>
-                  <meta.attribute translatable="true"/>
-               </appInfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <element name="errorReporter">
-      <complexType>
-         <attribute name="class" type="string">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-               <appInfo>
-                  <meta.attribute kind="java" basedOn="org.eclipse.mylyn.internal.bugzilla.ide.AbstractErrorReporter:"/>
-               </appInfo>
-            </annotation>
-         </attribute>
-         <attribute name="id" type="string" use="required">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="label" type="string" use="required">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-               <appInfo>
-                  <meta.attribute translatable="true"/>
-               </appInfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <annotation>
-      <appInfo>
-         <meta.section type="since"/>
-      </appInfo>
-      <documentation>
-         [Enter the first release in which this extension point appears.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appInfo>
-         <meta.section type="examples"/>
-      </appInfo>
-      <documentation>
-         [Enter extension point usage example here.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appInfo>
-         <meta.section type="apiInfo"/>
-      </appInfo>
-      <documentation>
-         [Enter API information here.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appInfo>
-         <meta.section type="implementation"/>
-      </appInfo>
-      <documentation>
-         [Enter information about supplied implementation of this extension point.]
-      </documentation>
-   </annotation>
-
-
-</schema>
diff --git a/org.eclipse.mylyn.monitor.tests/build.properties b/org.eclipse.mylyn.monitor.tests/build.properties
index bb429c6..4f3a7d7 100644
--- a/org.eclipse.mylyn.monitor.tests/build.properties
+++ b/org.eclipse.mylyn.monitor.tests/build.properties
@@ -13,8 +13,5 @@
 jars.compile.order = mylyn-monitor-tests.jar
 source.mylyn-monitor-tests.jar = src/
 output.mylyn-monitor-tests.jar = bin/
-src.includes = META-INF/,\
-               src/,\
-               about.html,\
-               testdata/
+src.includes = about.html
 jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.monitor.ui/build.properties b/org.eclipse.mylyn.monitor.ui/build.properties
index caaf103..47daf26 100644
--- a/org.eclipse.mylyn.monitor.ui/build.properties
+++ b/org.eclipse.mylyn.monitor.ui/build.properties
@@ -10,8 +10,6 @@
                .,\
                plugin.xml,\
                schema/
-src.includes = src/,\
-               META-INF/,\
-               about.html
+src.includes = about.html
 jre.compilation.profile = J2SE-1.5
 source.. = src/
diff --git a/org.eclipse.mylyn/build.properties b/org.eclipse.mylyn/build.properties
index bc4b934..9ca48c2 100644
--- a/org.eclipse.mylyn/build.properties
+++ b/org.eclipse.mylyn/build.properties
@@ -3,8 +3,6 @@
                about.ini,\
                feature.gif,\
                .,
-src.includes = META-INF/,\
-               about.html,\
-               about.ini,\
-               feature.gif
+src.includes = about.html,\
+               about.ini