Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-09-08 06:56:20 +0000
committerslewis2007-09-08 06:56:20 +0000
commitf367bf61c7823fdba3db7686de3c2e36a4b2f529 (patch)
treeee33d5a93786ade67564300dc4110b83d7f71362
parent98ef465d1005f95b0bad96559cb46f8904fbda35 (diff)
downloadorg.eclipse.ecf-f367bf61c7823fdba3db7686de3c2e36a4b2f529.tar.gz
org.eclipse.ecf-f367bf61c7823fdba3db7686de3c2e36a4b2f529.tar.xz
org.eclipse.ecf-f367bf61c7823fdba3db7686de3c2e36a4b2f529.zip
updated build properties
-rw-r--r--protocols/bundles/org.jivesoftware.smack/build.properties9
1 files changed, 7 insertions, 2 deletions
diff --git a/protocols/bundles/org.jivesoftware.smack/build.properties b/protocols/bundles/org.jivesoftware.smack/build.properties
index 6aee82332..41765c23b 100644
--- a/protocols/bundles/org.jivesoftware.smack/build.properties
+++ b/protocols/bundles/org.jivesoftware.smack/build.properties
@@ -5,10 +5,15 @@ bin.includes = META-INF/,\
about.html,\
asl-v20.txt,\
jars/xpp.jar,\
- .
+ .,\
+ plugin.properties
src.includes = schema/,\
about.html,\
- asl-v20.txt
+ asl-v20.txt,\
+ plugin.properties,\
+ jars/xpp.jar,\
+ META-INF/,\
+ plugin.xml
bin.excludes = jars/jsse.jar,\
jars/smack.jar,\
jars/smackx-debug.jar,\

Back to the top