Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-15 20:20:32 +0000
committerslewis2006-11-15 20:20:32 +0000
commit1a3760c83ffadb751194cf1d2a7a8b8bd366d4d7 (patch)
tree65be0eb50bb1886339bd54672c3bfcaaaba68d8e /framework/bundles/org.eclipse.ecf.identity/build.properties
parentd6629d0e8a5aa84ccf7a827de56f88e0ed31df95 (diff)
downloadorg.eclipse.ecf-1a3760c83ffadb751194cf1d2a7a8b8bd366d4d7.tar.gz
org.eclipse.ecf-1a3760c83ffadb751194cf1d2a7a8b8bd366d4d7.tar.xz
org.eclipse.ecf-1a3760c83ffadb751194cf1d2a7a8b8bd366d4d7.zip
Updates to about.html, names of internal jar files (for consistency)
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/build.properties')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/build.properties9
1 files changed, 5 insertions, 4 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/build.properties b/framework/bundles/org.eclipse.ecf.identity/build.properties
index 825927a7f..e4dd7a8a7 100644
--- a/framework/bundles/org.eclipse.ecf.identity/build.properties
+++ b/framework/bundles/org.eclipse.ecf.identity/build.properties
@@ -1,8 +1,9 @@
-source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .,\
- plugin.xml
+ plugin.xml,\
+ about.html,\
+ identityapi.jar
src.includes = plugin.xml,\
META-INF/,\
- src/
+ about.html
+source.identityapi.jar = src/

Back to the top