[Buix-commits] r1123 - 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-05 10:16:45 +0000 (Mon, 05 Jan 2009) New Revision: 1123 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/pom.xml jaxx/trunk/jaxx-runtime-validator/pom.xml jaxx/trunk/jaxx-swing-action/pom.xml jaxx/trunk/jaxx-util/pom.xml jaxx/trunk/maven-jaxx-plugin/pom.xml jaxx/trunk/pom.xml Log: preparation jaxx-1.0 Modified: jaxx/trunk/jaxx-compiler-api/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-api/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-compiler-api/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -9,8 +9,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> @@ -19,10 +19,10 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-api</artifactId> </dependency> - + </dependencies> <!-- ************************************************************* --> Modified: jaxx/trunk/jaxx-compiler-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-swing/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-compiler-swing/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -8,8 +9,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> @@ -18,12 +19,12 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-swing</artifactId> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-compiler-api</artifactId> </dependency> Modified: jaxx/trunk/jaxx-compiler-validator/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-validator/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-compiler-validator/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -8,8 +9,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> @@ -18,12 +19,12 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-validator</artifactId> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-compiler-api</artifactId> </dependency> Modified: jaxx/trunk/jaxx-example/pom.xml =================================================================== --- jaxx/trunk/jaxx-example/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-example/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -8,8 +8,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> @@ -18,12 +18,12 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-swing</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-validator</artifactId> <scope>compile</scope> </dependency> @@ -87,7 +87,7 @@ <plugins> <plugin> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> <version>${project.version}</version> <configuration> @@ -152,7 +152,7 @@ <plugins> <plugin> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> </plugin> Modified: jaxx/trunk/jaxx-runtime-api/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-api/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-runtime-api/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -9,8 +9,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> Modified: jaxx/trunk/jaxx-runtime-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-swing/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-runtime-swing/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -8,8 +9,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> @@ -18,7 +19,7 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-api</artifactId> </dependency> Modified: jaxx/trunk/jaxx-runtime-validator/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-validator/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-runtime-validator/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -8,8 +9,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> @@ -18,7 +19,7 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-api</artifactId> </dependency> Modified: jaxx/trunk/jaxx-swing-action/pom.xml =================================================================== --- jaxx/trunk/jaxx-swing-action/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-swing-action/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -9,8 +10,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> @@ -19,12 +20,12 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-util</artifactId> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-swing</artifactId> <scope>compile</scope> </dependency> Modified: jaxx/trunk/jaxx-util/pom.xml =================================================================== --- jaxx/trunk/jaxx-util/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/jaxx-util/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -7,8 +8,8 @@ <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> Modified: jaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -8,8 +8,8 @@ <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <version>1.0-SNAPSHOT</version> </parent> @@ -24,23 +24,23 @@ </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-compiler-api</artifactId> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-compiler-validator</artifactId> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-compiler-swing</artifactId> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-swing-action</artifactId> </dependency> @@ -83,7 +83,7 @@ <artifactId>dt</artifactId> <!--scope>system</scope--> </dependency> - + </dependencies> <!-- ************************************************************* --> Modified: jaxx/trunk/pom.xml =================================================================== --- jaxx/trunk/pom.xml 2009-01-05 09:11:03 UTC (rev 1122) +++ jaxx/trunk/pom.xml 2009-01-05 10:16:45 UTC (rev 1123) @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -12,7 +13,8 @@ <version>3.3-SNAPSHOT</version> </parent> - <artifactId>lutinjaxx</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx</artifactId> <modules> <module>jaxx-util</module> @@ -39,9 +41,9 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>lutinjaxx</name> + <name>jaxx-parent</name> <version>1.0-SNAPSHOT</version> - <description>Jaxx lutin library main pom</description> + <description>Jaxx lutin library parent pom</description> <inceptionYear>2008</inceptionYear> <!-- ************************************************************* --> @@ -64,15 +66,15 @@ <!-- multi-module level two son pom scm properties --> <maven.scm.url.child.child> - http://${labs.host}/plugins/scmsvn/viewcvs.php/lutinjaxx/trunk/${project.parent.artifactId}/${project.artifactId}?root=${labs.project} + http://${labs.host}/plugins/scmsvn/viewcvs.php/jaxx/trunk/${project.parent.artifactId}/${project.artifactId}?root=${labs.project} </maven.scm.url.child.child> <maven.scm.developerConnection.child.child> - scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/lutinjaxx/trunk/${project.parent.artifactId}/${project.artifactId} + scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/jaxx/trunk/${project.parent.artifactId}/${project.artifactId} </maven.scm.developerConnection.child.child> <maven.scm.connection.child.child> - scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/lutinjaxx/trunk/${project.parent.artifactId}/${project.artifactId} + scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/jaxx/trunk/${project.parent.artifactId}/${project.artifactId} </maven.scm.connection.child.child> </properties> @@ -119,54 +121,54 @@ </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-util</artifactId> <version>${project.version}</version> </dependency> <!-- api extension --> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-api</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-compiler-api</artifactId> <version>${project.version}</version> </dependency> <!-- swing extension --> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-swing</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-compiler-swing</artifactId> <version>${project.version}</version> </dependency> <!-- validator extension --> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-runtime-validator</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-compiler-validator</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-swing-action</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-example</artifactId> <version>${project.version}</version> </dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org