Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-05-21 07:28:22 +0000
committerUwe Stieber2013-05-21 07:28:22 +0000
commit6a61bccef492e5d9513c5876db2ebc80e8b32bda (patch)
tree1a18f58e538066bfe643781b9ad31c58c3eef35e /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties
parenta208df59737db0fa329bc999094b621c3b30a4fb (diff)
downloadorg.eclipse.tcf-6a61bccef492e5d9513c5876db2ebc80e8b32bda.tar.gz
org.eclipse.tcf-6a61bccef492e5d9513c5876db2ebc80e8b32bda.tar.xz
org.eclipse.tcf-6a61bccef492e5d9513c5876db2ebc80e8b32bda.zip
Target Explorer: Fix copyright years in file headers
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties150
1 files changed, 75 insertions, 75 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties
index 9d41e5e17..1f6b945cf 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties
@@ -1,75 +1,75 @@
-##################################################################################
-# Copyright (c) 2011, 2012 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, TCF UI Plug-in
-providerName = Eclipse.org - Target Explorer
-
-# ***** Navigator Content *****
-
-navigatorContent.name = Dynamic Target Discovery
-
-# ***** Filter *****
-
-UnreachablePeersFilter.name=Unreachable targets
-RedirectPeersFilter.name=Redirected Targets (Root Level)
-PeersByCurrentUserFilter.name=Only show targets started by me
-
-# ***** Import/Export Wizards *****
-
-ImportWizards.Category.TCF=System Management
-ImportWizards.Peer=Configurations
-ImportWizards.PeerDescription=
-
-ExportWizards.Category.TCF=System Management
-ExportWizards.Peer=Configurations
-ExportWizards.PeerDescription=
-
-# ***** Decorators *****
-
-peerhost.decorator.label = Target Node Decorator
-
-# ***** Wizards *****
-
-NewWizards.category.name=Target Communication Framework
-
-NewTargetWizard.name=Target
-NewTargetWizard.description=Specify the attributes of the target to connect to.
-
-# ***** Editor Pages *****
-
-OverviewEditorPage.name=Overview
-
-# ***** Property Tabs *****
-
-propertyTab.general.label = General
-
-# ***** Preference and Property Pages *****
-
-preference.page.name = Logging
-
-# ***** Command Contributions *****
-
-command.delete.label=Delete
-command.delete.tooltip=Delete the selected target
-command.delete.mnemonic = D
-
-command.rename.label=Rename
-command.rename.tooltip=Rename the selected target
-command.rename.mnemonic = R
-
-command.refresh.label=Refresh
-command.refresh.tooltip=Refresh the selected target
-
-command.offline.label=Always Available Offline
-command.offline.tooltip=Creates an offline copy of the target attributes.
-command.offline.mnemonic = f
-
-command.debug.label=Debug
-command.debug.tooltip=Starts the debugger
+##################################################################################
+# Copyright (c) 2011, 2013 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, TCF UI Plug-in
+providerName = Eclipse.org - Target Explorer
+
+# ***** Navigator Content *****
+
+navigatorContent.name = Dynamic Target Discovery
+
+# ***** Filter *****
+
+UnreachablePeersFilter.name=Unreachable targets
+RedirectPeersFilter.name=Redirected Targets (Root Level)
+PeersByCurrentUserFilter.name=Only show targets started by me
+
+# ***** Import/Export Wizards *****
+
+ImportWizards.Category.TCF=System Management
+ImportWizards.Peer=Configurations
+ImportWizards.PeerDescription=
+
+ExportWizards.Category.TCF=System Management
+ExportWizards.Peer=Configurations
+ExportWizards.PeerDescription=
+
+# ***** Decorators *****
+
+peerhost.decorator.label = Target Node Decorator
+
+# ***** Wizards *****
+
+NewWizards.category.name=Target Communication Framework
+
+NewTargetWizard.name=Target
+NewTargetWizard.description=Specify the attributes of the target to connect to.
+
+# ***** Editor Pages *****
+
+OverviewEditorPage.name=Overview
+
+# ***** Property Tabs *****
+
+propertyTab.general.label = General
+
+# ***** Preference and Property Pages *****
+
+preference.page.name = Logging
+
+# ***** Command Contributions *****
+
+command.delete.label=Delete
+command.delete.tooltip=Delete the selected target
+command.delete.mnemonic = D
+
+command.rename.label=Rename
+command.rename.tooltip=Rename the selected target
+command.rename.mnemonic = R
+
+command.refresh.label=Refresh
+command.refresh.tooltip=Refresh the selected target
+
+command.offline.label=Always Available Offline
+command.offline.tooltip=Creates an offline copy of the target attributes.
+command.offline.mnemonic = f
+
+command.debug.label=Debug
+command.debug.tooltip=Starts the debugger

Back to the top