Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-22 21:24:53 +0000
committerslewis2007-03-22 21:24:53 +0000
commit649137012aa419e808e4c84215a64f5cf9a7481a (patch)
tree72feeb250f149fcaf2962aae7a94adb5e7fd318b /providers
parent4c775357379c6568fcc16d81c805eb908ebe329c (diff)
downloadorg.eclipse.ecf-649137012aa419e808e4c84215a64f5cf9a7481a.tar.gz
org.eclipse.ecf-649137012aa419e808e4c84215a64f5cf9a7481a.tar.xz
org.eclipse.ecf-649137012aa419e808e4c84215a64f5cf9a7481a.zip
Update to build.properties
Diffstat (limited to 'providers')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.irc.bot/build.properties9
1 files changed, 8 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.irc.bot/build.properties b/providers/bundles/org.eclipse.ecf.provider.irc.bot/build.properties
index e9863e281..1a0dc5f07 100644
--- a/providers/bundles/org.eclipse.ecf.provider.irc.bot/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.irc.bot/build.properties
@@ -2,4 +2,11 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ plugin.properties,\
+ schema/
+src.includes = META-INF/,\
+ plugin.properties,\
+ plugin.xml,\
+ schema/,\
+ src/

Back to the top