Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorustieber2011-08-07 07:52:27 +0000
committerustieber2011-08-07 07:52:27 +0000
commit0a80b489e4bd16c0e1bb3b1e83ae35d2f0f4e92e (patch)
tree8fb71e6d49336bee7495ee4c6cd0a772cf094bbb /target_explorer/plugins/org.eclipse.tm.te.core.persistence/plugin.properties
parent6c0c39076d37566ff45342ae01a84bdb7abdca2f (diff)
downloadorg.eclipse.tcf-0a80b489e4bd16c0e1bb3b1e83ae35d2f0f4e92e.tar.gz
org.eclipse.tcf-0a80b489e4bd16c0e1bb3b1e83ae35d2f0f4e92e.tar.xz
org.eclipse.tcf-0a80b489e4bd16c0e1bb3b1e83ae35d2f0f4e92e.zip
Target Explorer: Added persistence delegate extension point
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tm.te.core.persistence/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.core.persistence/plugin.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tm.te.core.persistence/plugin.properties b/target_explorer/plugins/org.eclipse.tm.te.core.persistence/plugin.properties
new file mode 100644
index 000000000..1f199e9bc
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.core.persistence/plugin.properties
@@ -0,0 +1,16 @@
+##################################################################################
+# Copyright (c) 2011 Wind River Systems, 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:
+# Wind River Systems - initial API and implementation
+##################################################################################
+
+pluginName = Target Explorer, Persistence Core plug-in
+providerName = Eclipse.org
+
+# ***** Extension Points *****
+
+ExtensionPoint.delegates.name=Target Explorer Persistence Delegates

Back to the top