Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2010-06-14 23:36:15 +0000
committerStephan Herrmann2010-06-14 23:36:15 +0000
commit3f7f5bfdb4f7d5d3183d092229451d21cdaa9f6c (patch)
tree3b60ad192312eaa0de47923ca4aab617a3623d40
parent24af89e5c84f198dd4b198e824e454147e5f09e9 (diff)
downloadorg.eclipse.objectteams-3f7f5bfdb4f7d5d3183d092229451d21cdaa9f6c.tar.gz
org.eclipse.objectteams-3f7f5bfdb4f7d5d3183d092229451d21cdaa9f6c.tar.xz
org.eclipse.objectteams-3f7f5bfdb4f7d5d3183d092229451d21cdaa9f6c.zip
Unlock ALL bundles to get started with signed bundles
Add missing about.html and make sure they're included in the build Some version update towards 0.7.0 final.
-rw-r--r--plugins/org.eclipse.objectteams.otdt/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.objectteams.otdt/build.properties b/plugins/org.eclipse.objectteams.otdt/build.properties
index 557bfbe87..80fb52ef6 100644
--- a/plugins/org.eclipse.objectteams.otdt/build.properties
+++ b/plugins/org.eclipse.objectteams.otdt/build.properties
@@ -5,7 +5,8 @@ bin.includes = plugin.xml,\
lib/,\
otdtcoreext.jar,\
plugin.properties,\
- splash.bmp
+ splash.bmp,\
+ about.html
jars.compile.order = otdtcoreext.jar
output.otdtcoreext.jar = bin/
source.otdtcoreext.jar = src/

Back to the top