Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-04-14 04:45:38 +0000
committerslewis2006-04-14 04:45:38 +0000
commit50a245a0891b6870dcd83b667c8364d5741238d6 (patch)
tree91b890df2f0122297450b519f56e7e16aabd7993 /providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties
parent917f444b93cb02a5e333041e1336af83ccdbc110 (diff)
downloadorg.eclipse.ecf-50a245a0891b6870dcd83b667c8364d5741238d6.tar.gz
org.eclipse.ecf-50a245a0891b6870dcd83b667c8364d5741238d6.tar.xz
org.eclipse.ecf-50a245a0891b6870dcd83b667c8364d5741238d6.zip
Added plugin org.jivesoftware.smack plugin (v 2.2.0). Changed dependencies in org.eclipse.ecf.provider.xmpp to this new plugin rather than to smack libraries in org.eclipse.ecf.provider.xmpp/lib. Added smack plugin to build. Changed xmpp feature to include smack plugin.
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties
index f9e7d3ee0..bef9ff79e 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties
@@ -2,14 +2,12 @@ bin.includes = plugin.xml,\
META-INF/,\
xmpp.jar,\
about.html,\
- asl-v20.txt,\
- lib/
+ asl-v20.txt
src.includes = META-INF/,\
xmpp.jar,\
plugin.xml,\
about.html,\
- asl-v20.txt,\
- lib/
+ asl-v20.txt
source.xmpp.jar = src/
output.xmpp.jar = bin/
jars.compile.order = xmpp.jar

Back to the top