Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:55 +0000
committerslewis2007-10-16 06:31:55 +0000
commit5f912bbd372c230146a1ac67b0d00ab22c15e7b2 (patch)
tree4c5413305af88e16ec97f204e693efe8b85d9b8d /framework/bundles/org.eclipse.ecf.sharedobject
parent5c9e5baa989a23c247aaee3107d6bbc4d369d4e6 (diff)
downloadorg.eclipse.ecf-5f912bbd372c230146a1ac67b0d00ab22c15e7b2.tar.gz
org.eclipse.ecf-5f912bbd372c230146a1ac67b0d00ab22c15e7b2.tar.xz
org.eclipse.ecf-5f912bbd372c230146a1ac67b0d00ab22c15e7b2.zip
Fixes for source build
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.sharedobject')
-rw-r--r--framework/bundles/org.eclipse.ecf.sharedobject/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.sharedobject/build.properties b/framework/bundles/org.eclipse.ecf.sharedobject/build.properties
index 0eae59e63..c69b5bd06 100644
--- a/framework/bundles/org.eclipse.ecf.sharedobject/build.properties
+++ b/framework/bundles/org.eclipse.ecf.sharedobject/build.properties
@@ -6,6 +6,9 @@ bin.includes = .,\
plugin.properties,\
schema/
src.includes = about.html,\
- schema/
+ schema/,\
+ META-INF/,\
+ plugin.properties,\
+ plugin.xml
jars.compile.order = .
source.. = src/

Back to the top