Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:30:43 +0000
committerslewis2007-10-16 06:30:43 +0000
commita0afdb25eef92334e0cdfadfaabf995689408b59 (patch)
treea4415c09102ef1e212f3026cba79ec106eb18d89 /providers
parentc20cdc92683576c9aaec6a7fda9d30746ebde508 (diff)
downloadorg.eclipse.ecf-a0afdb25eef92334e0cdfadfaabf995689408b59.tar.gz
org.eclipse.ecf-a0afdb25eef92334e0cdfadfaabf995689408b59.tar.xz
org.eclipse.ecf-a0afdb25eef92334e0cdfadfaabf995689408b59.zip
Fixes for source build
Diffstat (limited to 'providers')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.irc/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.irc/build.properties b/providers/bundles/org.eclipse.ecf.provider.irc/build.properties
index 52a7ffeb9..62282e4a6 100644
--- a/providers/bundles/org.eclipse.ecf.provider.irc/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.irc/build.properties
@@ -8,7 +8,11 @@ bin.includes = .,\
jars.compile.order = ircprovider.jar,\
.
src.includes = about.html,\
- asl-v20.txt
+ asl-v20.txt,\
+ plugin.xml,\
+ plugin.properties,\
+ lib/,\
+ META-INF/
output.ircprovider.jar = bin/
source.. = src/
output.. = bin/

Back to the top