[Schmitzm-commits] r1448 - in trunk: schmitzm-gt schmitzm-jfree schmitzm-jfree-gt

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 27 14:45:02 CET 2011


Author: alfonx
Date: 2011-01-27 14:45:02 +0100 (Thu, 27 Jan 2011)
New Revision: 1448

Modified:
   trunk/schmitzm-gt/pom.xml
   trunk/schmitzm-jfree-gt/pom.xml
   trunk/schmitzm-jfree/pom.xml
Log:


Modified: trunk/schmitzm-gt/pom.xml
===================================================================
--- trunk/schmitzm-gt/pom.xml	2011-01-27 13:40:41 UTC (rev 1447)
+++ trunk/schmitzm-gt/pom.xml	2011-01-27 13:45:02 UTC (rev 1448)
@@ -182,7 +182,7 @@
 										<argument>-s</argument>
 										<argument>${project.build.directory}/../src</argument>
 										<argument>-b</argument>
-										<argument>dschmitzm.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>de.schmitzm.geotools.gui.resource.locales.GTResourceBundle;de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle
 										</argument>
 									</arguments>
 								</configuration>

Modified: trunk/schmitzm-jfree/pom.xml
===================================================================
--- trunk/schmitzm-jfree/pom.xml	2011-01-27 13:40:41 UTC (rev 1447)
+++ trunk/schmitzm-jfree/pom.xml	2011-01-27 13:45:02 UTC (rev 1448)
@@ -76,7 +76,7 @@
 										<argument>-s</argument>
 										<argument>${project.build.directory}/../src</argument>
 										<argument>-b</argument>
-										<argument>dschmitzm.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>de.schmitzm.jfree.resource.locales.JFreeResourceBundle
 										</argument>
 									</arguments>
 								</configuration>

Modified: trunk/schmitzm-jfree-gt/pom.xml
===================================================================
--- trunk/schmitzm-jfree-gt/pom.xml	2011-01-27 13:40:41 UTC (rev 1447)
+++ trunk/schmitzm-jfree-gt/pom.xml	2011-01-27 13:45:02 UTC (rev 1448)
@@ -61,39 +61,39 @@
 	</dependencies>
 	
 	
-	<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>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>exec-maven-plugin</artifactId>
-						<version>1.2</version>
-						<executions>
-							<execution>
-								<phase>generate-sources</phase>
-								<goals>
-									<goal>java</goal>
-								</goals>
-								<configuration>
-									<mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
-									<arguments>
-										<argument>-s</argument>
-										<argument>${project.build.directory}/../src</argument>
-										<argument>-b</argument>
-										<argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument>
-									</arguments>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+<!--	<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>-->
+<!--						<groupId>org.codehaus.mojo</groupId>-->
+<!--						<artifactId>exec-maven-plugin</artifactId>-->
+<!--						<version>1.2</version>-->
+<!--						<executions>-->
+<!--							<execution>-->
+<!--								<phase>generate-sources</phase>-->
+<!--								<goals>-->
+<!--									<goal>java</goal>-->
+<!--								</goals>-->
+<!--								<configuration>-->
+<!--									<mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>-->
+<!--									<arguments>-->
+<!--										<argument>-s</argument>-->
+<!--										<argument>${project.build.directory}/../src</argument>-->
+<!--										<argument>-b</argument>-->
+<!--										<argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument>-->
+<!--									</arguments>-->
+<!--								</configuration>-->
+<!--							</execution>-->
+<!--						</executions>-->
+<!--					</plugin>-->
+<!--				</plugins>-->
+<!--			</build>-->
+<!--		</profile>-->
+<!--	</profiles>-->
 	
 </project>



More information about the Schmitzm-commits mailing list