File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
ui/org.eclipse.pde.bnd.ui Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Bundle-Name: Generic UI components related to BND
44Bundle-SymbolicName : org.eclipse.pde.bnd.ui;singleton:=true
55Bundle-Vendor : Eclipse.org
66Bundle-Version : 1.2.200.qualifier
7+ Bundle-Localization : plugin
78Export-Package : org.eclipse.pde.bnd.ui.autocomplete;version="1.0.0";x-friends:="org.eclipse.pde.ui",
89 org.eclipse.pde.bnd.ui.plugins;x-internal:=true,
910 org.eclipse.pde.bnd.ui.preferences;version="1.0.0";x-friends:="org.eclipse.pde.ui",
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ output.. = bin/
33bin.includes = META-INF/,\
44 .,\
55 icons/,\
6+ plugin.properties,\
67 plugin.xml,\
78 about.html,\
89 OSGI-INF/
Original file line number Diff line number Diff line change 1+ # ##############################################################################
2+ # Copyright (c) 2000, 2009 IBM Corporation and others.
3+ #
4+ # This program and the accompanying materials
5+ # are made available under the terms of the Eclipse Public License 2.0
6+ # which accompanies this distribution, and is available at
7+ # https://www.eclipse.org/legal/epl-2.0/
8+ #
9+ # SPDX-License-Identifier: EPL-2.0
10+ #
11+ # Contributors:
12+ # IBM Corporation - initial API and implementation
13+ # Christoph Rueger <[email protected] > - ongoing enhancements14+ # ##############################################################################
15+
16+ # pde.bnd view related
17+ views.category.name = OSGi
18+ osgi.views.repositories.name = Bundle Repositories
19+ osgi.views.resolution.name = OSGi Resolution
Original file line number Diff line number Diff line change 2929 </propertyTester >
3030 </extension >
3131 <extension point =" org.eclipse.ui.views" >
32- <category id =" pde.bnd.ui.viewCategory" name =" OSGi " ></category >
32+ <category id =" pde.bnd.ui.viewCategory" name =" %views.category.name " ></category >
3333 <view category =" pde.bnd.ui.viewCategory"
3434 class=" org.eclipse.pde.bnd.ui.views.repository.RepositoriesView"
3535 icon=" icons/database.png" id =" pde.bnd.ui.repositoriesView"
36- name=" Bundle Repositories " restorable =" true" >
36+ name=" %osgi.views.repositories.name " restorable =" true" >
3737 </view >
3838
3939 <view category =" pde.bnd.ui.viewCategory"
4040 class=" org.eclipse.pde.bnd.ui.views.resolution.ResolutionView"
41- icon=" icons/webresources16.svg" id =" pde.bnd.ui.impExpView" name =" OSGi Resolution "
41+ icon=" icons/webresources16.svg" id =" pde.bnd.ui.impExpView" name =" %osgi.views.resolution.name "
4242 restorable=" true" >
4343 </view >
4444 </extension >
You can’t perform that action at this time.
0 commit comments