Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-02 07:58:29 +0000
committerslewis2006-11-02 07:58:29 +0000
commita1a97e302f13d8d6f366e8fef6843b25cd0e2446 (patch)
treeede0a2d48eb5c223ca6db96a347201e6ab67f5cd /framework/bundles/org.eclipse.ecf.provider/build.properties
parent98dd6d1deba834990552fead0186a700b9e9b306 (diff)
downloadorg.eclipse.ecf-a1a97e302f13d8d6f366e8fef6843b25cd0e2446.tar.gz
org.eclipse.ecf-a1a97e302f13d8d6f366e8fef6843b25cd0e2446.tar.xz
org.eclipse.ecf-a1a97e302f13d8d6f366e8fef6843b25cd0e2446.zip
Added IConnectInitiatorPolicy, and ISharedObjectContainerClient
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.provider/build.properties')
-rw-r--r--framework/bundles/org.eclipse.ecf.provider/build.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.provider/build.properties b/framework/bundles/org.eclipse.ecf.provider/build.properties
index 7c1f61acb..73c0818d7 100644
--- a/framework/bundles/org.eclipse.ecf.provider/build.properties
+++ b/framework/bundles/org.eclipse.ecf.provider/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2005, 2006 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.provider.jar = src/
output.provider.jar = bin/
bin.includes = plugin.xml,\

Back to the top