Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/build.properties9
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/build.properties7
-rw-r--r--org.eclipse.mylyn.bugzilla.core/build.properties4
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/build.properties4
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/build.properties7
-rw-r--r--org.eclipse.mylyn.help.ui/build.properties7
-rw-r--r--org.eclipse.mylyn.sdk-feature/build.properties9
-rw-r--r--org.eclipse.mylyn.tasks.bugs/build.properties10
-rw-r--r--org.eclipse.mylyn.tasks.core/build.properties8
-rw-r--r--org.eclipse.mylyn.tasks.tests/build.properties6
-rw-r--r--org.eclipse.mylyn.tasks.ui/build.properties18
-rw-r--r--org.eclipse.mylyn.test-feature/build.properties5
-rw-r--r--org.eclipse.mylyn.trac-feature/build.properties6
-rw-r--r--org.eclipse.mylyn.trac.core/build.properties5
-rw-r--r--org.eclipse.mylyn.trac.tests/build.properties4
-rw-r--r--org.eclipse.mylyn.trac.ui/build.properties6
16 files changed, 40 insertions, 75 deletions
diff --git a/org.eclipse.mylyn-feature/build.properties b/org.eclipse.mylyn-feature/build.properties
index 01b699992..d37c5aecf 100644
--- a/org.eclipse.mylyn-feature/build.properties
+++ b/org.eclipse.mylyn-feature/build.properties
@@ -10,10 +10,9 @@ bin.includes = feature.xml,\
about.properties,\
eclipse32.gif,\
epl-v10.html,\
- license.html
-src.includes = feature.xml,\
license.html,\
- epl-v10.html,\
- eclipse32.gif,\
+ about.html
+src.includes = eclipse32.gif,\
about.properties,\
- about.ini
+ about.ini,\
+ about.html
diff --git a/org.eclipse.mylyn.bugzilla-feature/build.properties b/org.eclipse.mylyn.bugzilla-feature/build.properties
index 718140076..dfa11f437 100644
--- a/org.eclipse.mylyn.bugzilla-feature/build.properties
+++ b/org.eclipse.mylyn.bugzilla-feature/build.properties
@@ -9,8 +9,7 @@ bin.includes = feature.xml,\
license.html,\
epl-v10.html,\
about.html
-src.includes = epl-v10.html,\
- feature.xml,\
- license.html,\
- about.html
+src.includes = about.html,\
+ epl-v10.html,\
+ license.html
jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.bugzilla.core/build.properties b/org.eclipse.mylyn.bugzilla.core/build.properties
index 9ac76aa82..14a4db4e5 100644
--- a/org.eclipse.mylyn.bugzilla.core/build.properties
+++ b/org.eclipse.mylyn.bugzilla.core/build.properties
@@ -9,8 +9,6 @@ bin.includes = META-INF/,\
about.html,\
.,\
plugin.xml
-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.bugzilla.tests/build.properties b/org.eclipse.mylyn.bugzilla.tests/build.properties
index 2adb2521e..5b0756771 100644
--- a/org.eclipse.mylyn.bugzilla.tests/build.properties
+++ b/org.eclipse.mylyn.bugzilla.tests/build.properties
@@ -12,7 +12,5 @@ bin.includes = bugzilla-test.jar,\
jars.compile.order = bugzilla-test.jar
source.bugzilla-test.jar = src/
output.bugzilla-test.jar = bin/
-src.includes = src/,\
- about.html,\
- META-INF/
+src.includes = about.html
jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.bugzilla.ui/build.properties b/org.eclipse.mylyn.bugzilla.ui/build.properties
index 6fa9af36b..1736ad964 100644
--- a/org.eclipse.mylyn.bugzilla.ui/build.properties
+++ b/org.eclipse.mylyn.bugzilla.ui/build.properties
@@ -10,10 +10,7 @@ bin.includes = META-INF/,\
icons/,\
about.html,\
.
-src.includes = src/,\
- plugin.xml,\
- META-INF/,\
- about.html,\
- icons/
+src.includes = META-INF/,\
+ about.html
jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties
index 92abd7bc0..5a55d706b 100644
--- a/org.eclipse.mylyn.help.ui/build.properties
+++ b/org.eclipse.mylyn.help.ui/build.properties
@@ -14,12 +14,7 @@ bin.includes = plugin.xml,\
intro/,\
images/,\
cheatsheets/
-src.includes = META-INF/,\
- plugin.xml,\
- about.html,\
- doc/,\
- src/,\
- icons/
+src.includes = about.html
source.. = src/
jars.compile.order = .
source.. = src/
diff --git a/org.eclipse.mylyn.sdk-feature/build.properties b/org.eclipse.mylyn.sdk-feature/build.properties
index f228eb22e..8935806ac 100644
--- a/org.eclipse.mylyn.sdk-feature/build.properties
+++ b/org.eclipse.mylyn.sdk-feature/build.properties
@@ -10,13 +10,12 @@ bin.includes = feature.xml,\
about.properties,\
eclipse32.gif,\
epl-v10.html,\
- license.html
-src.includes = feature.xml,\
license.html,\
- epl-v10.html,\
- eclipse32.gif,\
+ about.html
+src.includes = eclipse32.gif,\
about.properties,\
- about.ini
+ about.ini,\
+ about.html
generate.plugin@org.eclipse.mylyn.help.ui.source=org.eclipse.mylyn.help.ui
generate.plugin@org.eclipse.mylyn.source=org.eclipse.mylyn
diff --git a/org.eclipse.mylyn.tasks.bugs/build.properties b/org.eclipse.mylyn.tasks.bugs/build.properties
index fed91036f..6ebe2584a 100644
--- a/org.eclipse.mylyn.tasks.bugs/build.properties
+++ b/org.eclipse.mylyn.tasks.bugs/build.properties
@@ -11,13 +11,7 @@ bin.includes = META-INF/,\
.,\
icons/,\
plugin.properties,\
- build.properties
-src.includes = src/,\
- plugin.xml,\
- META-INF/,\
- about.html,\
- icons/,\
- build.properties,\
- plugin.properties
+ schema/
+src.includes = about.html
jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.tasks.core/build.properties b/org.eclipse.mylyn.tasks.core/build.properties
index 845e84a96..6b585948a 100644
--- a/org.eclipse.mylyn.tasks.core/build.properties
+++ b/org.eclipse.mylyn.tasks.core/build.properties
@@ -7,9 +7,9 @@
###############################################################################
bin.includes = META-INF/,\
plugin.xml,\
- .
-src.includes = plugin.xml,\
- src/,\
- META-INF/
+ .,\
+ schema/,\
+ about.html
+src.includes = about.html
jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.tasks.tests/build.properties b/org.eclipse.mylyn.tasks.tests/build.properties
index b9ad397d5..f2fb7265e 100644
--- a/org.eclipse.mylyn.tasks.tests/build.properties
+++ b/org.eclipse.mylyn.tasks.tests/build.properties
@@ -13,9 +13,5 @@ bin.includes = META-INF/,\
jars.compile.order = mylyn-tasklist-tests.jar
source.mylyn-tasklist-tests.jar = src/
output.mylyn-tasklist-tests.jar = bin/
-src.includes = about.html,\
- src/,\
- META-INF/,\
- plugin.xml,\
- testdata/
+src.includes = about.html
jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.tasks.ui/build.properties b/org.eclipse.mylyn.tasks.ui/build.properties
index c832f729d..25631f6ec 100644
--- a/org.eclipse.mylyn.tasks.ui/build.properties
+++ b/org.eclipse.mylyn.tasks.ui/build.properties
@@ -5,19 +5,13 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
-bin.includes = plugin.xml,\
- icons/,\
- META-INF/,\
- about.html,\
+bin.includes = about.html,\
+ .,\
schema/,\
- doc/,\
- .
-src.includes = icons/,\
plugin.xml,\
- src/,\
- META-INF/,\
- schema/,\
- about.html,\
- doc/
+ icons/,\
+ doc/,\
+ META-INF/
+src.includes = about.html
jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.test-feature/build.properties b/org.eclipse.mylyn.test-feature/build.properties
index a80955b52..adf04e61f 100644
--- a/org.eclipse.mylyn.test-feature/build.properties
+++ b/org.eclipse.mylyn.test-feature/build.properties
@@ -2,7 +2,4 @@ bin.includes = feature.xml,\
about.html,\
epl-v10.html,\
license.html
-src.includes = feature.xml,\
- about.html,\
- epl-v10.html,\
- license.html
+src.includes = about.html
diff --git a/org.eclipse.mylyn.trac-feature/build.properties b/org.eclipse.mylyn.trac-feature/build.properties
index 64f93a9f0..adf04e61f 100644
--- a/org.eclipse.mylyn.trac-feature/build.properties
+++ b/org.eclipse.mylyn.trac-feature/build.properties
@@ -1 +1,5 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ about.html,\
+ epl-v10.html,\
+ license.html
+src.includes = about.html
diff --git a/org.eclipse.mylyn.trac.core/build.properties b/org.eclipse.mylyn.trac.core/build.properties
index afeab002d..f3115fec7 100644
--- a/org.eclipse.mylyn.trac.core/build.properties
+++ b/org.eclipse.mylyn.trac.core/build.properties
@@ -10,7 +10,4 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html
-src.includes = src/,\
- META-INF/,\
- about.html,\
- build.properties
+src.includes = about.html
diff --git a/org.eclipse.mylyn.trac.tests/build.properties b/org.eclipse.mylyn.trac.tests/build.properties
index 81b51c58c..6af7dc4a4 100644
--- a/org.eclipse.mylyn.trac.tests/build.properties
+++ b/org.eclipse.mylyn.trac.tests/build.properties
@@ -8,4 +8,6 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html
+src.includes = META-INF/
diff --git a/org.eclipse.mylyn.trac.ui/build.properties b/org.eclipse.mylyn.trac.ui/build.properties
index 729e99215..1976ca356 100644
--- a/org.eclipse.mylyn.trac.ui/build.properties
+++ b/org.eclipse.mylyn.trac.ui/build.properties
@@ -12,8 +12,4 @@ bin.includes = META-INF/,\
plugin.xml,\
icons/,\
about.html
-src.includes = icons/,\
- src/,\
- plugin.xml,\
- META-INF/,\
- about.html
+src.includes = about.html

Back to the top