[Schmitzm-commits] r1281 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 17 12:01:17 CET 2010
Author: alfonx
Date: 2010-11-17 12:01:16 +0100 (Wed, 17 Nov 2010)
New Revision: 1281
Modified:
trunk/pom.xml
Log:
Updated poms to use ResourceproviderOperation REMOVE
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-16 16:35:02 UTC (rev 1280)
+++ trunk/pom.xml 2010-11-17 11:01:16 UTC (rev 1281)
@@ -502,11 +502,12 @@
</snapshotRepository>
</distributionManagement>
-
<profiles>
-
<profile>
<id>resourceOperationRemove</id>
+ <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
+ the build will remove any lines in the resource bundes that are tagged with
+ REMOVEME_ -->
<build>
<plugins>
<plugin>
@@ -522,7 +523,10 @@
<configuration>
<mainClass>schmitzm.lang.ResourceProviderOperator</mainClass>
<arguments>
- <argument>testresources/textResourceOperationRemove.cfg</argument>
+ <argument>-s</argument>
+ <argument>src</argument>
+ <argument>-b</argument>
+ <argument>schmitzm.geotools.gui.resource.locales.GTResourceBundle;schmitzm.swing.resource.locales.SwingResourceBundle;schmitzm.geotools.feature.resource.locales.FeatureResourceBundle;schmitzm.jfree.resource.locales.JFreeResourceBundle;schmitzm.lang.resource.locales.LangResourceBundle;schmitzm.mail.resource.locales.MailResourceBundle;schmitzm.data.resource.locales.DataResourceBundle</argument>
</arguments>
</configuration>
</execution>
@@ -532,4 +536,6 @@
</build>
</profile>
</profiles>
+
+
</project>
More information about the Schmitzm-commits
mailing list