changeset 1363:cf184d4064b2

Hide c.r.t.common.locale Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-November/008912.html
author Omair Majid <omajid@redhat.com>
date Mon, 25 Nov 2013 12:34:34 -0500
parents fefa99b232b5
children de7fe0a6a382
files common/core/pom.xml pom.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common/core/pom.xml	Mon Nov 25 12:11:41 2013 -0500
+++ b/common/core/pom.xml	Mon Nov 25 12:34:34 2013 -0500
@@ -84,12 +84,12 @@
               com.redhat.thermostat.common,
               com.redhat.thermostat.common.config,
               com.redhat.thermostat.common.utils,
-              com.redhat.thermostat.common.locale,
               com.redhat.thermostat.common.ssl,
               com.redhat.thermostat.common.model,
             </Export-Package>
             <Private-Package>
               com.redhat.thermostat.test,
+              com.redhat.thermostat.common.locale,
               com.redhat.thermostat.common.internal,
             </Private-Package>
             <!-- Do not autogenerate uses clauses in Manifests -->
--- a/pom.xml	Mon Nov 25 12:11:41 2013 -0500
+++ b/pom.xml	Mon Nov 25 12:34:34 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;com.redhat.thermostat.killvm.client.locale</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.common.locale;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>