Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2005-09-02 06:57:35 +0000
committerslewis2005-09-02 06:57:35 +0000
commit3839554dfa1aa76929a9e2b59dd9b015ba54e561 (patch)
treed8db02d5cb3fc0ec21cfd43e871f3cdfddf9bbb9 /providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties
parentdf14fd6b9376e63920b5120f59ee47342ca4006d (diff)
downloadorg.eclipse.ecf-3839554dfa1aa76929a9e2b59dd9b015ba54e561.tar.gz
org.eclipse.ecf-3839554dfa1aa76929a9e2b59dd9b015ba54e561.tar.xz
org.eclipse.ecf-3839554dfa1aa76929a9e2b59dd9b015ba54e561.zip
Updates to feature.xml and plugin.xml files
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties
index 6c812e8c0..71477040e 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp/build.properties
@@ -2,11 +2,12 @@ bin.includes = plugin.xml,\
META-INF/,\
icons/,\
xmpp.jar,\
- lib/
-jars.compile.order = xmpp.jar
+ about.html,\
+ asl-v20.txt
src.includes = icons/,\
META-INF/,\
plugin.xml,\
- lib/
+ about.html,\
+ asl-v20.txt
source.xmpp.jar = src/
output.xmpp.jar = bin/

Back to the top