Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-25 08:54:14 +0000
committerslewis2006-11-25 08:54:14 +0000
commitb696ea7ce83cab79a42da527ab04a15cf658f4cf (patch)
tree94f559d55dc7844d0a2034bd0cf19089e9a69c00 /framework/bundles/org.eclipse.ecf.identity
parent9c8d5af51d4abc0f14c530b2babcd4154250b9d0 (diff)
downloadorg.eclipse.ecf-b696ea7ce83cab79a42da527ab04a15cf658f4cf.tar.gz
org.eclipse.ecf-b696ea7ce83cab79a42da527ab04a15cf658f4cf.tar.xz
org.eclipse.ecf-b696ea7ce83cab79a42da527ab04a15cf658f4cf.zip
Update to build to remove jar-within-jar problems
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/build.properties7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/build.properties b/framework/bundles/org.eclipse.ecf.identity/build.properties
index 0a645178e..9e32fb3d0 100644
--- a/framework/bundles/org.eclipse.ecf.identity/build.properties
+++ b/framework/bundles/org.eclipse.ecf.identity/build.properties
@@ -13,6 +13,9 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- about.html
+ about.html,\
+ schema/
src.includes = plugin.xml,\
- about.html
+ about.html,\
+ META-INF/,\
+ schema/

Back to the top