Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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