Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-02-24 11:24:58 +0000
committerSteffen Pingel2012-02-24 11:24:58 +0000
commit3cff1a05aad05715bd62fd6819f52777b41ac7a9 (patch)
treeec18cdd95e3b78417f3efd7e6439be5fc21549f4
parent37d147067c6686eb6be312eda6ed4c42da12bc78 (diff)
downloadorg.eclipse.mylyn.incubator-3cff1a05aad05715bd62fd6819f52777b41ac7a9.tar.gz
org.eclipse.mylyn.incubator-3cff1a05aad05715bd62fd6819f52777b41ac7a9.tar.xz
org.eclipse.mylyn.incubator-3cff1a05aad05715bd62fd6819f52777b41ac7a9.zip
fix bogus includes
-rw-r--r--org.eclipse.mylyn.experimental-sdk-feature/build.properties21
1 files changed, 3 insertions, 18 deletions
diff --git a/org.eclipse.mylyn.experimental-sdk-feature/build.properties b/org.eclipse.mylyn.experimental-sdk-feature/build.properties
index f5900640..f0fa25c3 100644
--- a/org.eclipse.mylyn.experimental-sdk-feature/build.properties
+++ b/org.eclipse.mylyn.experimental-sdk-feature/build.properties
@@ -5,22 +5,7 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
-bin.includes = feature.properties,\
- feature.xml,\
- about.ini,\
- about.properties,\
- eclipse32.gif,\
+bin.includes = feature.xml,\
+ feature.properties,\
epl-v10.html,\
- license.html,\
- about.html
-src.includes = eclipse32.gif,\
- about.properties,\
- about.ini,\
- about.html
-
-generate.plugin@org.eclipse.mylyn.monitor.usage.source=org.eclipse.mylyn.monitor.usage
-
-generate.plugin@org.eclipse.mylyn.sandbox.dev.source=org.eclipse.mylyn.sandbox.dev
-generate.plugin@org.eclipse.mylyn.sandbox.ui.source=org.eclipse.mylyn.sandbox.ui
-
-generate.plugin@org.eclipse.mylyn.web.tasks.source=org.eclipse.mylyn.web.tasks
+ license.html

Back to the top