Fixed FELIX-3656 : Change the label for the dependency finder plugin to "Dependency Finder" from "Packages"
https://issues.apache.org/jira/browse/FELIX-3656
- actually renamed it to Package Dependencies, not 'Dependency Finder'
- set it correctly to the OSGi category as actually shows who provides and who uses the packages (e.g. Package Admin functionality)
- updated the pom.xml and now you can correctly import the project into Eclipse
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1694631 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/packageadmin/src/main/java/org/apache/felix/webconsole/plugins/packageadmin/internal/WebConsolePlugin.java b/webconsole-plugins/packageadmin/src/main/java/org/apache/felix/webconsole/plugins/packageadmin/internal/WebConsolePlugin.java
index 5a96333..84a937d 100644
--- a/webconsole-plugins/packageadmin/src/main/java/org/apache/felix/webconsole/plugins/packageadmin/internal/WebConsolePlugin.java
+++ b/webconsole-plugins/packageadmin/src/main/java/org/apache/felix/webconsole/plugins/packageadmin/internal/WebConsolePlugin.java
@@ -74,7 +74,7 @@
WebConsolePlugin(BundleContext bc, Object pa)
{
- super(LABEL, TITLE, CSS);
+ super(LABEL, TITLE, CATEGORY, CSS);
this.pa = (PackageAdmin) pa;
this.bc = bc;
diff --git a/webconsole-plugins/packageadmin/src/main/resources/OSGI-INF/l10n/bundle.properties b/webconsole-plugins/packageadmin/src/main/resources/OSGI-INF/l10n/bundle.properties
index d555ac5..8b3c7d3 100644
--- a/webconsole-plugins/packageadmin/src/main/resources/OSGI-INF/l10n/bundle.properties
+++ b/webconsole-plugins/packageadmin/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -26,7 +26,7 @@
# src/main/native2ascii/OSGI-INF/l10n folder and are converted using said
# plugin while building the bundle
#
-pluginTitle=Packages
+pluginTitle=Package Dependencies
find.label=Packages/Classes:
find.btn=Find
find.tip=Enter a list of package or class names
diff --git a/webconsole-plugins/packageadmin/src/main/resources/OSGI-INF/l10n/bundle_bg.properties b/webconsole-plugins/packageadmin/src/main/resources/OSGI-INF/l10n/bundle_bg.properties
index 8b96e6a..5bd60c2 100644
--- a/webconsole-plugins/packageadmin/src/main/resources/OSGI-INF/l10n/bundle_bg.properties
+++ b/webconsole-plugins/packageadmin/src/main/resources/OSGI-INF/l10n/bundle_bg.properties
@@ -26,7 +26,7 @@
# src/main/native2ascii/OSGI-INF/l10n folder and are converted using said
# plugin while building the bundle
#
-pluginTitle=Java пакети
+pluginTitle=Зависимости м/у пакети
find.label=Пакети/класове:
find.btn=Търсене
find.tip=Въведете списък с пакети или имена на класове