changeset 1357:3b8ba31730f7

Hide c.r.t.killvm.client.locale Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-November/008885.html
author Omair Majid <omajid@redhat.com>
date Fri, 22 Nov 2013 13:28:33 -0500
parents b917318b72ce
children f0750a42ef85
files killvm/client-swing/pom.xml pom.xml
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/killvm/client-swing/pom.xml	Fri Nov 22 13:08:52 2013 -0500
+++ b/killvm/client-swing/pom.xml	Fri Nov 22 13:28:33 2013 -0500
@@ -20,8 +20,10 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-Activator>com.redhat.thermostat.killvm.client.internal.Activator</Bundle-Activator>
             <Bundle-SymbolicName>com.redhat.thermostat.killvm.client</Bundle-SymbolicName>
-            <Export-Package>com.redhat.thermostat.killvm.client.locale</Export-Package>
-            <Private-Package>com.redhat.thermostat.killvm.client.internal</Private-Package>
+            <Private-Package>
+              com.redhat.thermostat.killvm.client.internal,
+              com.redhat.thermostat.killvm.client.locale,
+            </Private-Package>
           </instructions>
           <!-- Do not autogenerate uses clauses in Manifests -->
           <_nouses>true</_nouses>
--- a/pom.xml	Fri Nov 22 13:08:52 2013 -0500
+++ b/pom.xml	Fri Nov 22 13:28:33 2013 -0500
@@ -221,7 +221,7 @@
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.9.1</version>
           <configuration>
-            <excludePackageNames>*.impl*;*.internal.*;com.redhat.thermostat.agent.locale;com.redhat.thermostat.agent.proxy.server;com.redhat.thermostat.backend.system;com.redhat.thermostat.client.command.cli;com.redhat.thermostat.client.filter.host.swing;com.redhat.thermostat.client.filter.vm.swing;com.redhat.thermostat.numa;com.redhat.thermostat.plugin.validator.locale;com.redhat.thermostat.test;com.redhat.thermostat.testutils;com.redhat.thermostat.utils.keyring.activator;com.redhat.thermostat.vm;com.redhat.thermostat.host;com.redhat.thermostat.gc;com.redhat.thermostat.thread;com.redhat.thermostat.validate;com.redhat.thermostat.service.activator</excludePackageNames>
+            <excludePackageNames>*.impl*;*.internal.*;com.redhat.thermostat.agent.locale;com.redhat.thermostat.agent.proxy.server;com.redhat.thermostat.backend.system;com.redhat.thermostat.client.command.cli;com.redhat.thermostat.client.filter.host.swing;com.redhat.thermostat.client.filter.vm.swing;com.redhat.thermostat.numa;com.redhat.thermostat.plugin.validator.locale;com.redhat.thermostat.test;com.redhat.thermostat.testutils;com.redhat.thermostat.utils.keyring.activator;com.redhat.thermostat.vm;com.redhat.thermostat.host;com.redhat.thermostat.gc;com.redhat.thermostat.thread;com.redhat.thermostat.validate;com.redhat.thermostat.service.activator;com.redhat.thermostat.killvm.client.locale</excludePackageNames>
             <debug>true</debug>
           </configuration>
         </plugin>