Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-21 23:24:37 +0000
committerslewis2006-11-21 23:24:37 +0000
commit3cd85436079bdb4f4c6917565e27cc7ded34896a (patch)
tree333e1a1ab4ccc25d2173ccd3f44e8d229c3e65f4 /framework/bundles/org.eclipse.ecf.identity/build.properties
parent3b7aab4c0e57e3a6b253014e9a3a893e56b36757 (diff)
downloadorg.eclipse.ecf-3cd85436079bdb4f4c6917565e27cc7ded34896a.tar.gz
org.eclipse.ecf-3cd85436079bdb4f4c6917565e27cc7ded34896a.tar.xz
org.eclipse.ecf-3cd85436079bdb4f4c6917565e27cc7ded34896a.zip
Fix for bug 165082...deploy problem caused by unexplained difficulties with jar'd up classes for org.eclipse.ecf and org.eclipse.ecf.identity.
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/build.properties')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/build.properties17
1 files changed, 13 insertions, 4 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/build.properties b/framework/bundles/org.eclipse.ecf.identity/build.properties
index e4dd7a8a7..0a645178e 100644
--- a/framework/bundles/org.eclipse.ecf.identity/build.properties
+++ b/framework/bundles/org.eclipse.ecf.identity/build.properties
@@ -1,9 +1,18 @@
+###############################################################################
+# Copyright (c) 2004, 2006. Composent, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Composent Inc. - initial API and implementation
+###############################################################################
+source.. = src/
output.. = bin/
bin.includes = META-INF/,\
+ .,\
plugin.xml,\
- about.html,\
- identityapi.jar
+ about.html
src.includes = plugin.xml,\
- META-INF/,\
about.html
-source.identityapi.jar = src/

Back to the top