--- trunk/schmitzm-jfree-gt/pom.xml 2011/01/26 16:21:20 1401 +++ trunk/schmitzm-jfree-gt/pom.xml 2011/01/27 13:40:41 1447 @@ -4,13 +4,13 @@ de.schmitzm schmitzm-jfree-gt - 2.6-SNAPSHOT + 2.5-SNAPSHOT jar de.schmitzm schmitzm-parent - 2.6-SNAPSHOT + 2.5-SNAPSHOT ../schmitzm-parent/pom.xml @@ -22,15 +22,23 @@ de.schmitzm schmitzm-jfree - 2.6-SNAPSHOT + ${project.version} jar compile de.schmitzm + schmitzm-core + ${project.version} + test-jar + test + + + + de.schmitzm schmitzm-jfree - 2.6-SNAPSHOT + ${project.version} test-jar test @@ -38,7 +46,7 @@ de.schmitzm schmitzm-gt - 2.6-SNAPSHOT + ${project.version} jar compile @@ -46,9 +54,46 @@ de.schmitzm schmitzm-gt - 2.6-SNAPSHOT + ${project.version} test-jar test + + + + + resourceOperationRemove + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2 + + + generate-sources + + java + + + de.schmitzm.lang.ResourceProviderOperator + + -s + ${project.build.directory}/../src + -b + de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle + + + + + + + + + +