Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-05-08 02:53:48 +0000
committerslewis2007-05-08 02:53:48 +0000
commit2c4ddcbea6d2c66bdd7e5492032f12d5ad3053c9 (patch)
tree0b172a5ab090b1146b9c99fecb2efff96a01dee1 /framework/bundles
parentae1dc09f39fabf1033548caa4d91e4ca982ede1d (diff)
downloadorg.eclipse.ecf-2c4ddcbea6d2c66bdd7e5492032f12d5ad3053c9.tar.gz
org.eclipse.ecf-2c4ddcbea6d2c66bdd7e5492032f12d5ad3053c9.tar.xz
org.eclipse.ecf-2c4ddcbea6d2c66bdd7e5492032f12d5ad3053c9.zip
Fixes for source sdk buildv20070507-1954
Diffstat (limited to 'framework/bundles')
-rw-r--r--framework/bundles/org.eclipse.ecf.presence/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.presence/build.properties b/framework/bundles/org.eclipse.ecf.presence/build.properties
index 5ee4da7b6..a69ff3ead 100644
--- a/framework/bundles/org.eclipse.ecf.presence/build.properties
+++ b/framework/bundles/org.eclipse.ecf.presence/build.properties
@@ -4,7 +4,8 @@ bin.includes = .,\
META-INF/,\
about.html,\
plugin.properties
-src.includes = about.html
+src.includes = about.html,\
+ src/
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top