[Schmitzm-commits] r1283 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 17 12:23:44 CET 2010


Author: alfonx
Date: 2010-11-17 12:23:44 +0100 (Wed, 17 Nov 2010)
New Revision: 1283

Modified:
   trunk/pom.xml
Log:
Updated the poms top use relative path to 									

<argument>-s</argument>
<argument>${project.build.directory}/../src/main/resources</argument>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-11-17 11:02:14 UTC (rev 1282)
+++ trunk/pom.xml	2010-11-17 11:23:44 UTC (rev 1283)
@@ -524,7 +524,7 @@
 									<mainClass>schmitzm.lang.ResourceProviderOperator</mainClass>
 									<arguments>
 										<argument>-s</argument>
-										<argument>src</argument>
+										<argument>${project.build.directory}/../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>



More information about the Schmitzm-commits mailing list