[Buix-commits] r1157 - in jaxx/trunk: . jaxx-compiler-api jaxx-compiler-swing jaxx-compiler-validator jaxx-example jaxx-runtime-api jaxx-runtime-swing jaxx-runtime-validator jaxx-swing-action jaxx-util maven-jaxx-plugin
Author: tchemit Date: 2009-01-11 18:53:07 +0000 (Sun, 11 Jan 2009) New Revision: 1157 Modified: jaxx/trunk/changelog.txt jaxx/trunk/jaxx-compiler-api/changelog.txt jaxx/trunk/jaxx-compiler-api/pom.xml jaxx/trunk/jaxx-compiler-swing/changelog.txt jaxx/trunk/jaxx-compiler-swing/pom.xml jaxx/trunk/jaxx-compiler-validator/pom.xml jaxx/trunk/jaxx-example/changelog.txt jaxx/trunk/jaxx-example/pom.xml jaxx/trunk/jaxx-runtime-api/changelog.txt jaxx/trunk/jaxx-runtime-api/pom.xml jaxx/trunk/jaxx-runtime-swing/changelog.txt jaxx/trunk/jaxx-runtime-swing/pom.xml jaxx/trunk/jaxx-runtime-validator/changelog.txt jaxx/trunk/jaxx-runtime-validator/pom.xml jaxx/trunk/jaxx-swing-action/changelog.txt jaxx/trunk/jaxx-swing-action/pom.xml jaxx/trunk/jaxx-util/changelog.txt jaxx/trunk/jaxx-util/pom.xml jaxx/trunk/maven-jaxx-plugin/changelog.txt jaxx/trunk/maven-jaxx-plugin/pom.xml jaxx/trunk/pom.xml Log: prepare release 1.0 Modified: jaxx/trunk/changelog.txt =================================================================== --- jaxx/trunk/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,10 +1,7 @@ -1.0 chemit 20090105 - - integrate new architecture to allow to have runtime code with NO link with compiler :) - - use lutinproject 3.3 +1.0 chemit 20090111 + * 20081210 [chemit] - integrate new architecture to allow to have runtime code with NO link with compiler :) + - use lutinproject 3.3 - -0.8 chemit 200812?? - 0.7 chemit 20081210 * 20081210 [chemit] use lutinutil 1.0 and lutinproject 3.2 * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: jaxx/trunk/jaxx-compiler-api/changelog.txt =================================================================== --- jaxx/trunk/jaxx-compiler-api/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-compiler-api/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,6 +1,4 @@ -1.0 ???? 200812?? - -0.8 ??? 200812?? +1.0 chemit 20090111 * 20081228 [chemit] - generify ClassDescriptor - introduce StylesheetHelper helper class to detach Stylesheet, Rule and Selector classes from JAXXCompiler and make possible to extract compiler engine from runtime Modified: jaxx/trunk/jaxx-compiler-api/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-api/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-compiler-api/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-compiler-api</artifactId> Modified: jaxx/trunk/jaxx-compiler-swing/changelog.txt =================================================================== --- jaxx/trunk/jaxx-compiler-swing/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-compiler-swing/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,6 +1,5 @@ -1.0 ???? 200812?? +1.0 chemit 20090111 -0.8 ??? 200812?? * 20081228 [chemit] - generify ClassDescriptor - introduce StylesheetHelper helper class to detach Stylesheet, Rule and Selector classes from JAXXCompiler and make possible to extract compiler engine from runtime Modified: jaxx/trunk/jaxx-compiler-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-swing/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-compiler-swing/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-compiler-swing</artifactId> Modified: jaxx/trunk/jaxx-compiler-validator/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-validator/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-compiler-validator/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-compiler-validator</artifactId> Modified: jaxx/trunk/jaxx-example/changelog.txt =================================================================== --- jaxx/trunk/jaxx-example/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-example/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,2 +1,5 @@ +1.0 chemit 20090111 + * 20090111 [chemit] - use lutinproject 3.3 + - refactor examples : now onyl one module, with one webstart demo (cost very less time to release) 0.7 chemit 200812?? * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: jaxx/trunk/jaxx-example/pom.xml =================================================================== --- jaxx/trunk/jaxx-example/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-example/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-example</artifactId> Modified: jaxx/trunk/jaxx-runtime-api/changelog.txt =================================================================== --- jaxx/trunk/jaxx-runtime-api/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-runtime-api/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,4 +1,5 @@ -1.0 ???? 200812?? +1.0 chemit 20090111 + * 20090111 [chemit] - integrate new architecture to allow to have runtime code with NO link with compiler :) 0.8 ??? 200812?? * 20081228 [chemit] - generify ClassDescriptor Modified: jaxx/trunk/jaxx-runtime-api/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-api/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-runtime-api/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-runtime-api</artifactId> Modified: jaxx/trunk/jaxx-runtime-swing/changelog.txt =================================================================== --- jaxx/trunk/jaxx-runtime-swing/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-runtime-swing/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,4 +1,5 @@ -1.0 chemit 200900107 +1.0 chemit 20090111 + * 20090111 [chemit] - integrate new architecture to allow to have runtime code with NO link with compiler :) * 20090105 [chemit] - improve CardLayout2 0.8 ??? 200812?? * 20081228 [chemit] - generify ClassDescriptor Modified: jaxx/trunk/jaxx-runtime-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-swing/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-runtime-swing/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-runtime-swing</artifactId> Modified: jaxx/trunk/jaxx-runtime-validator/changelog.txt =================================================================== --- jaxx/trunk/jaxx-runtime-validator/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-runtime-validator/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,4 +1,5 @@ 1.0 chemit 20090111 +* 20090111 [chemit] - integrate new architecture to allow to have runtime code with NO link with compiler :) * 20090111 [chemit] - add parent attribute on BeanValidator to chain validators 0.8 ??? 200812?? Modified: jaxx/trunk/jaxx-runtime-validator/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-validator/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-runtime-validator/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-runtime-validator</artifactId> Modified: jaxx/trunk/jaxx-swing-action/changelog.txt =================================================================== --- jaxx/trunk/jaxx-swing-action/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-swing-action/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,2 +1,4 @@ +1.0 chemit 20090111 + 0.7 chemit 200812?? * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: jaxx/trunk/jaxx-swing-action/pom.xml =================================================================== --- jaxx/trunk/jaxx-swing-action/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-swing-action/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -11,7 +11,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-swing-action</artifactId> Modified: jaxx/trunk/jaxx-util/changelog.txt =================================================================== --- jaxx/trunk/jaxx-util/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-util/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,2 +1,4 @@ +1.0 chemit 20090111 + 0.7 chemit 200812?? * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: jaxx/trunk/jaxx-util/pom.xml =================================================================== --- jaxx/trunk/jaxx-util/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/jaxx-util/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jaxx-util</artifactId> Modified: jaxx/trunk/maven-jaxx-plugin/changelog.txt =================================================================== --- jaxx/trunk/maven-jaxx-plugin/changelog.txt 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/maven-jaxx-plugin/changelog.txt 2009-01-11 18:53:07 UTC (rev 1157) @@ -1,3 +1,5 @@ +1.0 chemit 20090111 + 0.8 chemit 200812?? * 20081219 [chemit] - add addProjectClassPath property to add project compile class-path in plugin class-path * 20081214 [chemit] - add addSourcesToClassPath property to add sources directories in class-path Modified: jaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>maven-jaxx-plugin</artifactId> Modified: jaxx/trunk/pom.xml =================================================================== --- jaxx/trunk/pom.xml 2009-01-11 18:39:58 UTC (rev 1156) +++ jaxx/trunk/pom.xml 2009-01-11 18:53:07 UTC (rev 1157) @@ -40,7 +40,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>jaxx-parent</name> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <description>Jaxx lutin library parent pom</description> <inceptionYear>2008</inceptionYear>
participants (1)
-
tchemit@users.labs.libre-entreprise.org