r1057 - in lutinjaxx/trunk: . jaxx-core jaxx-example jaxx-example/BeanDataBinding jaxx-example/Calculator jaxx-example/Components jaxx-example/Counter jaxx-example/LabelStyle jaxx-example/Validation jaxx-swing-action jaxx-util maven-jaxx-plugin
Author: tchemit Date: 2008-12-07 12:04:16 +0000 (Sun, 07 Dec 2008) New Revision: 1057 Added: lutinjaxx/trunk/README.txt lutinjaxx/trunk/changelog.txt lutinjaxx/trunk/jaxx-core/README.txt lutinjaxx/trunk/jaxx-core/changelog.txt lutinjaxx/trunk/jaxx-example/BeanDataBinding/README.txt lutinjaxx/trunk/jaxx-example/BeanDataBinding/changelog.txt lutinjaxx/trunk/jaxx-example/Calculator/README.txt lutinjaxx/trunk/jaxx-example/Calculator/changelog.txt lutinjaxx/trunk/jaxx-example/Components/README.txt lutinjaxx/trunk/jaxx-example/Components/changelog.txt lutinjaxx/trunk/jaxx-example/Counter/README.txt lutinjaxx/trunk/jaxx-example/Counter/changelog.txt lutinjaxx/trunk/jaxx-example/LabelStyle/changelog.txt lutinjaxx/trunk/jaxx-example/README.txt lutinjaxx/trunk/jaxx-example/Validation/README.txt lutinjaxx/trunk/jaxx-example/Validation/changelog.txt lutinjaxx/trunk/jaxx-example/changelog.txt lutinjaxx/trunk/jaxx-swing-action/README.txt lutinjaxx/trunk/jaxx-swing-action/changelog.txt lutinjaxx/trunk/jaxx-util/README.txt lutinjaxx/trunk/jaxx-util/changelog.txt lutinjaxx/trunk/maven-jaxx-plugin/README.txt lutinjaxx/trunk/maven-jaxx-plugin/changelog.txt Removed: lutinjaxx/trunk/jaxx-core/changelog lutinjaxx/trunk/jaxx-swing-action/changelog lutinjaxx/trunk/maven-jaxx-plugin/changelog Modified: lutinjaxx/trunk/jaxx-core/pom.xml lutinjaxx/trunk/jaxx-example/BeanDataBinding/pom.xml lutinjaxx/trunk/jaxx-example/Calculator/pom.xml lutinjaxx/trunk/jaxx-example/Components/pom.xml lutinjaxx/trunk/jaxx-example/Counter/pom.xml lutinjaxx/trunk/jaxx-example/LabelStyle/pom.xml lutinjaxx/trunk/jaxx-example/Validation/pom.xml lutinjaxx/trunk/jaxx-example/pom.xml lutinjaxx/trunk/jaxx-swing-action/pom.xml lutinjaxx/trunk/jaxx-util/pom.xml lutinjaxx/trunk/maven-jaxx-plugin/pom.xml lutinjaxx/trunk/pom.xml Log: use lutinproject 3.1 Added: lutinjaxx/trunk/README.txt =================================================================== --- lutinjaxx/trunk/README.txt (rev 0) +++ lutinjaxx/trunk/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: lutinjaxx/trunk/changelog.txt =================================================================== --- lutinjaxx/trunk/changelog.txt (rev 0) +++ lutinjaxx/trunk/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Added: lutinjaxx/trunk/jaxx-core/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-core/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-core/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: lutinjaxx/trunk/jaxx-core/changelog =================================================================== --- lutinjaxx/trunk/jaxx-core/changelog 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-core/changelog 2008-12-07 12:04:16 UTC (rev 1057) @@ -1,60 +0,0 @@ - 0.7 chemit 200812?? - - can exclude field from validator - * 20081202 [chemit] - add strategy for loading ui in NavigationTreeSelectionAdapter - - fix bug when searching for a inner class - - * 20081201 [chemit] - implements jaxx.runtime.JXPathDecorator - - add setcontextValue and removeContextValue on JAXXContextEntryDef - - introduce scope in BeanValidator (ERROR or WARNING) and related swing stuff - - only enter once in $initialize method in generated code - - 0.6 chemit 20081117 - * 20081118 [chemit] introduce NavigationUtil, save in context selected node - * 20081107 [chemit] improve data binding and code generation : - - make possible inheritance in binding - - add an attribute javaBean to an object : will generate a full java bean support property - - make possible binding to the javaBean added properties - - clean generated code - - * 20081105 [chemit] introduce a CardLayout2 to extends awt CardLayout - introduce a NavigationTreeModel - introduce a Decorator to render Object - propagate constructor JAXXContext(JAXXContext) in JAXXObject generation - begin of rst documentation - - * 20081104 [chemit] can add extra beanInfoSearchPath in SwingInitializer - * 20081104 [chemit] add jaxxContextImplementorClass in option to make possible use of other JAXXContext implementor. - * 20081102 [chemit] improve JAXXContext : - - introduce a JAXXContextEntryDef to qualify an entry of a JAXXContext - - do javadoc in JAXXContext - - add logic in DefaultJAXXContext : seek in parent context if entry not found - * 20081102 [chemit] improve tests : - - fix the last failed test from Jaxx original version :) - - dumps tests to JUnit4 :) - * 20081030 [chemit] improve BeanValidator : - - add full PropertyChangeEvent java-bean support and a property valid - - when remove bean from validator, must remove errors from model - - make possible to have a dynamic errorListModel in jaxx files - * 20081030 [chemit] improve JAXXContext : - - fix setContextValue bug when setting twice a same type for a same key - - implements a DefaultJAXXContext - - use this default implementation with delegate pattern in JAXXObject - * 20081030 [chemit] add JAXXAction contract to simplify init of ui with JAXXInitialContext - * 20081027 [chemit] fix bug 1722 - * 20081027 [chemit] add conversion support in validator - * 20081025 [chemit] improve BeanValidator tag : - - add a errorList attribute for set a ErrorListMouseListener on the errorList - - add a beanInitializer attribute for set the validator's bean at runtime - - add a default errorListModel value 'errors' - * 20081025 [chemit] introduce JAXXInitialContext to fill JAXXContext at runtime before $initialize() method - * 20081024 [chemit] fix validator context lost if UI is launched from another thread - ver-0-5 chemit 20081002 - * 20081017 [chemit] add validator support - * 20081013 [chemit] can generate logger on jaxx files - * 20081011 [chemit] improve site - * 20081011 [chemit] fix bug on JavaFileParser : works again - * 20081002 [chemit] Using lutinproject 3.0, changing groupId to org.codelutin - * 20081002 [chemit] use a single module jaxx-core (no more core, runtime and jaxx-swing modules) - * 20081002 [chemit] Introduce JAXXContext - * 20081002 [chemit] Fix bug on method creation via scripting - * 20081002 [chemit] Improve i18n integration (works now also for tabs) Copied: lutinjaxx/trunk/jaxx-core/changelog.txt (from rev 1054, lutinjaxx/trunk/jaxx-core/changelog) =================================================================== --- lutinjaxx/trunk/jaxx-core/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-core/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,62 @@ + 0.7 chemit 200812?? + + * 20081207 [chemit] use lutinproject 3.1 + - can exclude field from validator + * 20081202 [chemit] - add strategy for loading ui in NavigationTreeSelectionAdapter + - fix bug when searching for a inner class + + * 20081201 [chemit] - implements jaxx.runtime.JXPathDecorator + - add setcontextValue and removeContextValue on JAXXContextEntryDef + - introduce scope in BeanValidator (ERROR or WARNING) and related swing stuff + - only enter once in $initialize method in generated code + + 0.6 chemit 20081117 + * 20081118 [chemit] introduce NavigationUtil, save in context selected node + * 20081107 [chemit] improve data binding and code generation : + - make possible inheritance in binding + - add an attribute javaBean to an object : will generate a full java bean support property + - make possible binding to the javaBean added properties + - clean generated code + + * 20081105 [chemit] introduce a CardLayout2 to extends awt CardLayout + introduce a NavigationTreeModel + introduce a Decorator to render Object + propagate constructor JAXXContext(JAXXContext) in JAXXObject generation + begin of rst documentation + + * 20081104 [chemit] can add extra beanInfoSearchPath in SwingInitializer + * 20081104 [chemit] add jaxxContextImplementorClass in option to make possible use of other JAXXContext implementor. + * 20081102 [chemit] improve JAXXContext : + - introduce a JAXXContextEntryDef to qualify an entry of a JAXXContext + - do javadoc in JAXXContext + - add logic in DefaultJAXXContext : seek in parent context if entry not found + * 20081102 [chemit] improve tests : + - fix the last failed test from Jaxx original version :) + - dumps tests to JUnit4 :) + * 20081030 [chemit] improve BeanValidator : + - add full PropertyChangeEvent java-bean support and a property valid + - when remove bean from validator, must remove errors from model + - make possible to have a dynamic errorListModel in jaxx files + * 20081030 [chemit] improve JAXXContext : + - fix setContextValue bug when setting twice a same type for a same key + - implements a DefaultJAXXContext + - use this default implementation with delegate pattern in JAXXObject + * 20081030 [chemit] add JAXXAction contract to simplify init of ui with JAXXInitialContext + * 20081027 [chemit] fix bug 1722 + * 20081027 [chemit] add conversion support in validator + * 20081025 [chemit] improve BeanValidator tag : + - add a errorList attribute for set a ErrorListMouseListener on the errorList + - add a beanInitializer attribute for set the validator's bean at runtime + - add a default errorListModel value 'errors' + * 20081025 [chemit] introduce JAXXInitialContext to fill JAXXContext at runtime before $initialize() method + * 20081024 [chemit] fix validator context lost if UI is launched from another thread + ver-0-5 chemit 20081002 + * 20081017 [chemit] add validator support + * 20081013 [chemit] can generate logger on jaxx files + * 20081011 [chemit] improve site + * 20081011 [chemit] fix bug on JavaFileParser : works again + * 20081002 [chemit] Using lutinproject 3.0, changing groupId to org.codelutin + * 20081002 [chemit] use a single module jaxx-core (no more core, runtime and jaxx-swing modules) + * 20081002 [chemit] Introduce JAXXContext + * 20081002 [chemit] Fix bug on method creation via scripting + * 20081002 [chemit] Improve i18n integration (works now also for tabs) Property changes on: lutinjaxx/trunk/jaxx-core/changelog.txt ___________________________________________________________________ Name: svn:mergeinfo + Modified: lutinjaxx/trunk/jaxx-core/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-core/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-core/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -59,8 +59,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.son}</connection> - <developerConnection>${scm.developerConnection.son}</developerConnection> - <url>${scm.url.son}</url> + <connection>${scm.connection.child}</connection> + <developerConnection>${scm.developerConnection.child}</developerConnection> + <url>${scm.url.child}</url> </scm> </project> Added: lutinjaxx/trunk/jaxx-example/BeanDataBinding/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/BeanDataBinding/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/BeanDataBinding/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: lutinjaxx/trunk/jaxx-example/BeanDataBinding/changelog.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/BeanDataBinding/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/BeanDataBinding/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-example/BeanDataBinding/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/BeanDataBinding/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-example/BeanDataBinding/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -31,8 +31,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.example}</connection> - <developerConnection>${scm.developerConnection.example}</developerConnection> - <url>${scm.url.example}</url> + <connection>${scm.connection.child.child}</connection> + <developerConnection>${scm.developerConnection.child.child}</developerConnection> + <url>${scm.url.child.child}</url> </scm> </project> \ No newline at end of file Added: lutinjaxx/trunk/jaxx-example/Calculator/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/Calculator/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/Calculator/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: lutinjaxx/trunk/jaxx-example/Calculator/changelog.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/Calculator/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/Calculator/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-example/Calculator/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/Calculator/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-example/Calculator/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -32,9 +32,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.example}</connection> - <developerConnection>${scm.developerConnection.example}</developerConnection> - <url>${scm.url.example}</url> + <connection>${scm.connection.child.child}</connection> + <developerConnection>${scm.developerConnection.child.child}</developerConnection> + <url>${scm.url.child.child}</url> </scm> </project> \ No newline at end of file Added: lutinjaxx/trunk/jaxx-example/Components/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/Components/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/Components/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: lutinjaxx/trunk/jaxx-example/Components/changelog.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/Components/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/Components/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-example/Components/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/Components/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-example/Components/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -42,8 +42,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.example}</connection> - <developerConnection>${scm.developerConnection.example}</developerConnection> - <url>${scm.url.example}</url> + <connection>${scm.connection.child.child}</connection> + <developerConnection>${scm.developerConnection.child.child}</developerConnection> + <url>${scm.url.child.child}</url> </scm> </project> \ No newline at end of file Added: lutinjaxx/trunk/jaxx-example/Counter/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/Counter/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/Counter/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: lutinjaxx/trunk/jaxx-example/Counter/changelog.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/Counter/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/Counter/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-example/Counter/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/Counter/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-example/Counter/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -31,8 +31,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.example}</connection> - <developerConnection>${scm.developerConnection.example}</developerConnection> - <url>${scm.url.example}</url> + <connection>${scm.connection.child.child}</connection> + <developerConnection>${scm.developerConnection.child.child}</developerConnection> + <url>${scm.url.child.child}</url> </scm> </project> \ No newline at end of file Added: lutinjaxx/trunk/jaxx-example/LabelStyle/changelog.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/LabelStyle/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/LabelStyle/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-example/LabelStyle/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/LabelStyle/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-example/LabelStyle/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -32,8 +32,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.example}</connection> - <developerConnection>${scm.developerConnection.example}</developerConnection> - <url>${scm.url.example}</url> + <connection>${scm.connection.child.child}</connection> + <developerConnection>${scm.developerConnection.child.child}</developerConnection> + <url>${scm.url.child.child}</url> </scm> </project> \ No newline at end of file Added: lutinjaxx/trunk/jaxx-example/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: lutinjaxx/trunk/jaxx-example/Validation/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/Validation/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/Validation/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: lutinjaxx/trunk/jaxx-example/Validation/changelog.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/Validation/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/Validation/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-example/Validation/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/Validation/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-example/Validation/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -31,8 +31,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.example}</connection> - <developerConnection>${scm.developerConnection.example}</developerConnection> - <url>${scm.url.example}</url> + <connection>${scm.connection.child.child}</connection> + <developerConnection>${scm.developerConnection.child.child}</developerConnection> + <url>${scm.url.child.child}</url> </scm> </project> \ No newline at end of file Added: lutinjaxx/trunk/jaxx-example/changelog.txt =================================================================== --- lutinjaxx/trunk/jaxx-example/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-example/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-example/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-example/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-example/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -59,28 +59,15 @@ <jnlp.build.directory>${project.build.directory}/jnlp</jnlp.build.directory> - <!-- scm (for sons) --> - <scm.url.example> - http://${labs.host}/plugins/scmsvn/viewcvs.php/lutinjaxx/trunk/jaxx-example/${pom.artifactId}/?root=${labs.project} - </scm.url.example> - - <scm.developerConnection.example> - scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/lutinjaxx/trunk/jaxx-example/${pom.artifactId} - </scm.developerConnection.example> - - <scm.connection.example> - scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/lutinjaxx/trunk/jaxx-example/${pom.artifactId} - </scm.connection.example> - </properties> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.son}</connection> - <developerConnection>${scm.developerConnection.son}</developerConnection> - <url>${scm.url.son}</url> + <connection>${scm.connection.child}</connection> + <developerConnection>${scm.developerConnection.child}</developerConnection> + <url>${scm.url.child}</url> </scm> <build> Added: lutinjaxx/trunk/jaxx-swing-action/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-swing-action/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-swing-action/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: lutinjaxx/trunk/jaxx-swing-action/changelog =================================================================== --- lutinjaxx/trunk/jaxx-swing-action/changelog 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-swing-action/changelog 2008-12-07 12:04:16 UTC (rev 1057) @@ -1,10 +0,0 @@ -ver-0-5 chemit 20081002 - * 20081002 [chemit] Using lutinproject 3.0, changing groupId to org.codelutin - -jaxx-swing-action (0.4) stable; urgency=high - - * bug correction when have to compile actions but not the baseAction, providerConfig was null - * bug correction when action herites from another not base action, the action has te be treated after the mother action - * usemaven-i18n-plugin v0.4 - - -- Tony Chemit <chemit@codelutin.com> Fri, 05 Aug 2008 02:02:02 +0200 Copied: lutinjaxx/trunk/jaxx-swing-action/changelog.txt (from rev 1003, lutinjaxx/trunk/jaxx-swing-action/changelog) =================================================================== --- lutinjaxx/trunk/jaxx-swing-action/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-swing-action/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-swing-action/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-swing-action/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-swing-action/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -72,9 +72,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.son}</connection> - <developerConnection>${scm.developerConnection.son}</developerConnection> - <url>${scm.url.son}</url> + <connection>${scm.connection.child}</connection> + <developerConnection>${scm.developerConnection.child}</developerConnection> + <url>${scm.url.child}</url> </scm> </project> Added: lutinjaxx/trunk/jaxx-util/README.txt =================================================================== --- lutinjaxx/trunk/jaxx-util/README.txt (rev 0) +++ lutinjaxx/trunk/jaxx-util/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: lutinjaxx/trunk/jaxx-util/changelog.txt =================================================================== --- lutinjaxx/trunk/jaxx-util/changelog.txt (rev 0) +++ lutinjaxx/trunk/jaxx-util/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 \ No newline at end of file Modified: lutinjaxx/trunk/jaxx-util/pom.xml =================================================================== --- lutinjaxx/trunk/jaxx-util/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/jaxx-util/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -39,9 +39,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.son}</connection> - <developerConnection>${scm.developerConnection.son}</developerConnection> - <url>${scm.url.son}</url> + <connection>${scm.connection.child}</connection> + <developerConnection>${scm.developerConnection.child}</developerConnection> + <url>${scm.url.child}</url> </scm> </project> Added: lutinjaxx/trunk/maven-jaxx-plugin/README.txt =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/README.txt (rev 0) +++ lutinjaxx/trunk/maven-jaxx-plugin/README.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: lutinjaxx/trunk/maven-jaxx-plugin/changelog =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/changelog 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/maven-jaxx-plugin/changelog 2008-12-07 12:04:16 UTC (rev 1057) @@ -1,10 +0,0 @@ -0.6 chemit 200811?? - * 20081108 [chemit] can add extra imports in JaxxGeneratorMojo (will be added to all generated java files). - * 20081104 [chemit] can add extra beanInfoSearchPath in JaxxGeneratorMojo - -ver-0-5 chemit 20081002 - * 20081013 [chemit] can generate logger on jaxx files - * 20081011 [chemit] improve site - * 20081011 [chemit] refactor tests of the plugin using maven-plugin-testing-harness plugin - * 20081002 [chemit] Using lutinpluginproject 3.0, changing groupId to org.codelutin - * 20081002 [chemit] Make nearly all tests works again... Copied: lutinjaxx/trunk/maven-jaxx-plugin/changelog.txt (from rev 1017, lutinjaxx/trunk/maven-jaxx-plugin/changelog) =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/changelog.txt (rev 0) +++ lutinjaxx/trunk/maven-jaxx-plugin/changelog.txt 2008-12-07 12:04:16 UTC (rev 1057) @@ -0,0 +1,13 @@ +0.7 chemit 200812?? + * 20081207 [chemit] use lutinproject 3.1 + +0.6 chemit 200811?? + * 20081108 [chemit] can add extra imports in JaxxGeneratorMojo (will be added to all generated java files). + * 20081104 [chemit] can add extra beanInfoSearchPath in JaxxGeneratorMojo + +ver-0-5 chemit 20081002 + * 20081013 [chemit] can generate logger on jaxx files + * 20081011 [chemit] improve site + * 20081011 [chemit] refactor tests of the plugin using maven-plugin-testing-harness plugin + * 20081002 [chemit] Using lutinpluginproject 3.0, changing groupId to org.codelutin + * 20081002 [chemit] Make nearly all tests works again... Property changes on: lutinjaxx/trunk/maven-jaxx-plugin/changelog.txt ___________________________________________________________________ Name: svn:mergeinfo + Modified: lutinjaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/maven-jaxx-plugin/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -97,7 +97,6 @@ <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>2.4.3</version> <executions> @@ -116,7 +115,6 @@ <reporting> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>2.4.3</version> </plugin> @@ -127,9 +125,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${scm.connection.son}</connection> - <developerConnection>${scm.developerConnection.son}</developerConnection> - <url>${scm.url.son}</url> + <connection>${scm.connection.child}</connection> + <developerConnection>${scm.developerConnection.child}</developerConnection> + <url>${scm.url.child}</url> </scm> </project> \ No newline at end of file Modified: lutinjaxx/trunk/pom.xml =================================================================== --- lutinjaxx/trunk/pom.xml 2008-12-04 01:37:16 UTC (rev 1056) +++ lutinjaxx/trunk/pom.xml 2008-12-07 12:04:16 UTC (rev 1057) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.1</version> + <version>3.2</version> </parent> <artifactId>lutinjaxx</artifactId> @@ -46,8 +46,6 @@ <properties> - <!--license-switcher.version>0.5-SNAPSHOT</license-switcher.version--> - <!-- current version --> <current.version>0.7-SNAPSHOT</current.version> @@ -56,21 +54,6 @@ <labs.project>buix</labs.project> - <!-- override this property to define scm url property --> - <scm.url.son> - http://${labs.host}/plugins/scmsvn/viewcvs.php/lutinjaxx/trunk/${project.artifactId}/?root=${labs.project} - </scm.url.son> - - <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> - <scm.developerConnection.son> - scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/lutinjaxx/trunk/${project.artifactId} - </scm.developerConnection.son> - - <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> - <scm.connection.son> - scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/lutinjaxx/trunk/${project.artifactId} - </scm.connection.son> - </properties> <build>
participants (1)
-
tchemit@users.labs.libre-entreprise.org