Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-22 21:24:02 +0000
committerslewis2007-03-22 21:24:02 +0000
commit9a21ca0cd2dd02beea4e0c95274e973fa639d09e (patch)
tree3fb9d11072822dc706181c97f74046229e2379b0 /framework/bundles/org.eclipse.ecf.datashare
parent6dde5a6c473d8ba0e61caf4caa3daeb886f72bcc (diff)
downloadorg.eclipse.ecf-9a21ca0cd2dd02beea4e0c95274e973fa639d09e.tar.gz
org.eclipse.ecf-9a21ca0cd2dd02beea4e0c95274e973fa639d09e.tar.xz
org.eclipse.ecf-9a21ca0cd2dd02beea4e0c95274e973fa639d09e.zip
Update to build.properties
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.datashare')
-rw-r--r--framework/bundles/org.eclipse.ecf.datashare/build.properties12
1 files changed, 9 insertions, 3 deletions
diff --git a/framework/bundles/org.eclipse.ecf.datashare/build.properties b/framework/bundles/org.eclipse.ecf.datashare/build.properties
index d64d73e15..2ae93a7aa 100644
--- a/framework/bundles/org.eclipse.ecf.datashare/build.properties
+++ b/framework/bundles/org.eclipse.ecf.datashare/build.properties
@@ -1,8 +1,14 @@
output.datashare.jar = bin/
-bin.includes = ., META-INF/,\
- about.html
+bin.includes = .,\
+ META-INF/,\
+ about.html,\
+ plugin.xml,\
+ plugin.properties
src.includes = META-INF/,\
- about.html
+ about.html,\
+ plugin.xml,\
+ plugin.properties,\
+ src/
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top