Author: tchemit Date: 2009-05-16 01:37:48 +0000 (Sat, 16 May 2009) New Revision: 1407 Modified: jaxx/trunk/jaxx-compiler-api/pom.xml jaxx/trunk/jaxx-compiler-swing/pom.xml jaxx/trunk/jaxx-compiler-validator/pom.xml jaxx/trunk/jaxx-example/pom.xml jaxx/trunk/jaxx-runtime-api/pom.xml jaxx/trunk/jaxx-runtime-swing-widget/pom.xml jaxx/trunk/jaxx-runtime-swing/pom.xml jaxx/trunk/jaxx-runtime-validator-swing/pom.xml jaxx/trunk/jaxx-runtime-validator/pom.xml jaxx/trunk/jaxx-swing-action/pom.xml jaxx/trunk/maven-jaxx-plugin/pom.xml Log: fix scm level Modified: jaxx/trunk/jaxx-compiler-api/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-api/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-compiler-api/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -45,6 +45,10 @@ <!-- ************************************************************* --> <packaging>jar</packaging> + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> Modified: jaxx/trunk/jaxx-compiler-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-swing/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-compiler-swing/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -51,6 +51,9 @@ <!-- ************************************************************* --> <packaging>jar</packaging> + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> Modified: jaxx/trunk/jaxx-compiler-validator/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-validator/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-compiler-validator/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -63,6 +63,11 @@ <!-- ************************************************************* --> <packaging>jar</packaging> + + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> Modified: jaxx/trunk/jaxx-example/pom.xml =================================================================== --- jaxx/trunk/jaxx-example/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-example/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -58,6 +58,8 @@ <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + <maven.jar.main.class>jaxx.demo.JAXXDemo</maven.jar.main.class> <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> @@ -70,6 +72,7 @@ <jnlp.build.directory>${project.build.directory}/jnlp</jnlp.build.directory> + </properties> <build> Modified: jaxx/trunk/jaxx-runtime-api/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-api/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-runtime-api/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -63,6 +63,10 @@ <!-- ************************************************************* --> <packaging>jar</packaging> + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> Modified: jaxx/trunk/jaxx-runtime-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-swing/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-runtime-swing/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -45,6 +45,10 @@ <!-- ************************************************************* --> <packaging>jar</packaging> + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> Modified: jaxx/trunk/jaxx-runtime-swing-widget/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-swing-widget/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-runtime-swing-widget/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -51,6 +51,10 @@ <packaging>jar</packaging> + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <build> <resources> Modified: jaxx/trunk/jaxx-runtime-validator/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-validator/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-runtime-validator/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -52,6 +52,10 @@ <!-- ************************************************************* --> <packaging>jar</packaging> + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <build> <plugins> <plugin> Modified: jaxx/trunk/jaxx-runtime-validator-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-validator-swing/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-runtime-validator-swing/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -50,6 +50,10 @@ <!-- ************************************************************* --> <packaging>jar</packaging> + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <build> <plugins> <plugin> Modified: jaxx/trunk/jaxx-swing-action/pom.xml =================================================================== --- jaxx/trunk/jaxx-swing-action/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/jaxx-swing-action/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -50,6 +50,10 @@ <!-- ************************************************************* --> <packaging>jar</packaging> + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <build> <pluginManagement> Modified: jaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-05-16 01:23:55 UTC (rev 1406) +++ jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-05-16 01:37:48 UTC (rev 1407) @@ -126,6 +126,11 @@ <!-- ************************************************************* --> <packaging>maven-plugin</packaging> + + <properties> + <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> + <build> <plugins>