Topia-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- 4806 discussions
r1416 - in topia/trunk: . topia-persistence topia-soa topia-ui
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: chatellier
Date: 2009-04-09 12:33:58 +0000 (Thu, 09 Apr 2009)
New Revision: 1416
Modified:
topia/trunk/pom.xml
topia/trunk/topia-persistence/pom.xml
topia/trunk/topia-soa/pom.xml
topia/trunk/topia-ui/pom.xml
Log:
Fix xsd location
Modified: topia/trunk/pom.xml
===================================================================
--- topia/trunk/pom.xml 2009-04-09 12:32:35 UTC (rev 1415)
+++ topia/trunk/pom.xml 2009-04-09 12:33:58 UTC (rev 1416)
@@ -1,5 +1,5 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Modified: topia/trunk/topia-persistence/pom.xml
===================================================================
--- topia/trunk/topia-persistence/pom.xml 2009-04-09 12:32:35 UTC (rev 1415)
+++ topia/trunk/topia-persistence/pom.xml 2009-04-09 12:33:58 UTC (rev 1416)
@@ -1,5 +1,5 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Modified: topia/trunk/topia-soa/pom.xml
===================================================================
--- topia/trunk/topia-soa/pom.xml 2009-04-09 12:32:35 UTC (rev 1415)
+++ topia/trunk/topia-soa/pom.xml 2009-04-09 12:33:58 UTC (rev 1416)
@@ -1,5 +1,5 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Modified: topia/trunk/topia-ui/pom.xml
===================================================================
--- topia/trunk/topia-ui/pom.xml 2009-04-09 12:32:35 UTC (rev 1415)
+++ topia/trunk/topia-ui/pom.xml 2009-04-09 12:33:58 UTC (rev 1416)
@@ -1,5 +1,5 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
1
0
r1415 - in topia/trunk: . topia-persistence topia-soa topia-ui
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: chatellier
Date: 2009-04-09 12:32:35 +0000 (Thu, 09 Apr 2009)
New Revision: 1415
Modified:
topia/trunk/pom.xml
topia/trunk/topia-persistence/pom.xml
topia/trunk/topia-soa/pom.xml
topia/trunk/topia-ui/pom.xml
Log:
Fix scm values
Modified: topia/trunk/pom.xml
===================================================================
--- topia/trunk/pom.xml 2009-04-09 10:28:23 UTC (rev 1414)
+++ topia/trunk/pom.xml 2009-04-09 12:32:35 UTC (rev 1415)
@@ -248,9 +248,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/?ro…</url>
+ <connection>${maven.scm.connection}</connection>
+ <developerConnection>${maven.scm.developerConnection}</developerConnection>
+ <url>${maven.scm.url}</url>
</scm>
<!--Code Lutin Repository-->
Modified: topia/trunk/topia-persistence/pom.xml
===================================================================
--- topia/trunk/topia-persistence/pom.xml 2009-04-09 10:28:23 UTC (rev 1414)
+++ topia/trunk/topia-persistence/pom.xml 2009-04-09 12:32:35 UTC (rev 1415)
@@ -130,9 +130,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/top…</url>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-persistence</connection>
- <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-persistence</developerConnection>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
</scm>
Modified: topia/trunk/topia-soa/pom.xml
===================================================================
--- topia/trunk/topia-soa/pom.xml 2009-04-09 10:28:23 UTC (rev 1414)
+++ topia/trunk/topia-soa/pom.xml 2009-04-09 12:32:35 UTC (rev 1415)
@@ -134,9 +134,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/top…</url>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-soa</connection>
- <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-soa</developerConnection>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
</scm>
</project>
Modified: topia/trunk/topia-ui/pom.xml
===================================================================
--- topia/trunk/topia-ui/pom.xml 2009-04-09 10:28:23 UTC (rev 1414)
+++ topia/trunk/topia-ui/pom.xml 2009-04-09 12:32:35 UTC (rev 1415)
@@ -107,9 +107,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/top…</url>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-ui</connection>
- <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-ui</developerConnection>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
</scm>
</project>
1
0
r1414 - in topia/trunk: . topia-persistence topia-soa topia-ui
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: chatellier
Date: 2009-04-09 10:28:23 +0000 (Thu, 09 Apr 2009)
New Revision: 1414
Modified:
topia/trunk/pom.xml
topia/trunk/topia-persistence/pom.xml
topia/trunk/topia-soa/pom.xml
topia/trunk/topia-ui/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: topia/trunk/pom.xml
===================================================================
--- topia/trunk/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
+++ topia/trunk/pom.xml 2009-04-09 10:28:23 UTC (rev 1414)
@@ -13,7 +13,7 @@
</parent>
<artifactId>topia</artifactId>
- <version>2.1.4</version>
+ <version>2.1.5-SNAPSHOT</version>
<modules>
<module>topia-persistence</module>
@@ -248,9 +248,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4</connection>
- <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/?ro…</url>
</scm>
<!--Code Lutin Repository-->
Modified: topia/trunk/topia-persistence/pom.xml
===================================================================
--- topia/trunk/topia-persistence/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
+++ topia/trunk/topia-persistence/pom.xml 2009-04-09 10:28:23 UTC (rev 1414)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.codelutin</groupId>
<artifactId>topia</artifactId>
- <version>2.1.4</version>
+ <version>2.1.5-SNAPSHOT</version>
</parent>
<groupId>org.codelutin.topia</groupId>
@@ -130,9 +130,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-persistence</connection>
- <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-persistence</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/top…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-persistence</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-persistence</developerConnection>
</scm>
Modified: topia/trunk/topia-soa/pom.xml
===================================================================
--- topia/trunk/topia-soa/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
+++ topia/trunk/topia-soa/pom.xml 2009-04-09 10:28:23 UTC (rev 1414)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.codelutin</groupId>
<artifactId>topia</artifactId>
- <version>2.1.4</version>
+ <version>2.1.5-SNAPSHOT</version>
</parent>
<groupId>org.codelutin.topia</groupId>
@@ -134,9 +134,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-soa</connection>
- <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-soa</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/top…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-soa</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-soa</developerConnection>
</scm>
</project>
Modified: topia/trunk/topia-ui/pom.xml
===================================================================
--- topia/trunk/topia-ui/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
+++ topia/trunk/topia-ui/pom.xml 2009-04-09 10:28:23 UTC (rev 1414)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.codelutin</groupId>
<artifactId>topia</artifactId>
- <version>2.1.4</version>
+ <version>2.1.5-SNAPSHOT</version>
</parent>
<groupId>org.codelutin.topia</groupId>
@@ -107,9 +107,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-ui</connection>
- <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-ui</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/top…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-ui</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-ui</developerConnection>
</scm>
</project>
1
0
r1413 - in topia/tags: . topia-2.1.4 topia-2.1.4/topia-persistence topia-2.1.4/topia-soa topia-2.1.4/topia-ui
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: chatellier
Date: 2009-04-09 10:28:20 +0000 (Thu, 09 Apr 2009)
New Revision: 1413
Added:
topia/tags/topia-2.1.4/
topia/tags/topia-2.1.4/pom.xml
topia/tags/topia-2.1.4/topia-persistence/pom.xml
topia/tags/topia-2.1.4/topia-soa/pom.xml
topia/tags/topia-2.1.4/topia-ui/pom.xml
Removed:
topia/tags/topia-2.1.4/pom.xml
topia/tags/topia-2.1.4/topia-persistence/pom.xml
topia/tags/topia-2.1.4/topia-soa/pom.xml
topia/tags/topia-2.1.4/topia-ui/pom.xml
Log:
[maven-release-plugin] copy for tag topia-2.1.4
Copied: topia/tags/topia-2.1.4 (from rev 1411, topia/trunk)
Deleted: topia/tags/topia-2.1.4/pom.xml
===================================================================
--- topia/trunk/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
+++ topia/tags/topia-2.1.4/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
@@ -1,305 +0,0 @@
-<?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">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
- <parent>
- <groupId>org.codelutin</groupId>
- <artifactId>lutinproject</artifactId>
- <version>3.4</version>
- </parent>
-
- <artifactId>topia</artifactId>
- <version>2.1.4-SNAPSHOT</version>
-
- <modules>
- <module>topia-persistence</module>
- <module>topia-soa</module>
- <module>topia-ui</module>
- </modules>
-
- <dependencyManagement>
- <dependencies>
-
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutingenerator</artifactId>
- <version>${generator.version}</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutinutil</artifactId>
- <version>${lutinutil.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.xmlrpc</groupId>
- <artifactId>xmlrpc-server</artifactId>
- <version>${xmlrpc.version}</version>
- <scope>compile</scope>
-
- </dependency>
- <dependency>
- <groupId>org.apache.xmlrpc</groupId>
- <artifactId>xmlrpc-client</artifactId>
- <version>${xmlrpc.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <version>${hibernate.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-core</artifactId>
- <version>5.0.18</version>
- <scope>compile</scope>
- </dependency>
-
- <!-- Dependencies for class generation -->
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- <version>1.5.3</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.xfire</groupId>
- <artifactId>xfire-java5</artifactId>
- <version>1.2.6</version>
- <scope>compile</scope>
- <exclusions>
- <!-- Fix org.apache.ant conflict) -->
- <exclusion>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-ehcache</artifactId>
- <version>${hibernate.version}</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.4.GA</version>
- <scope>runtime</scope>
- </dependency>
-
- <!-- hibernate-core only include api, need core -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.2</version>
- <scope>runtime</scope>
- </dependency>
-
- <!-- BD H2 for testing -->
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.110</version>
- <scope>test</scope>
- </dependency>
-
- <!-- branch 5.1 : ne fonctionne pas en 6+ -->
- <dependency>
- <groupId>jetty</groupId>
- <artifactId>jetty</artifactId>
- <version>5.1.10</version>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
- </dependencyManagement>
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
- <name>ToPIA - Tools for Portable and Independent Architecture</name>
- <description>Framework de persistance et de distribution d'application.</description>
- <inceptionYear>2004</inceptionYear>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <packaging>pom</packaging>
-
- <properties>
- <!-- id du projet du labs -->
- <labs.id>21</labs.id>
-
- <!-- nom du projet sur le labs -->
- <labs.project>topia</labs.project>
-
- <!-- libs version -->
- <generator.version>0.64</generator.version>
- <processor.version>0.17</processor.version>
- <lutinutil.version>1.0.4</lutinutil.version>
- <jrst.version>0.8.4</jrst.version>
- <license-switcher.version>0.6</license-switcher.version>
- <topia.version>${project.version}</topia.version>
-
- <xmlrpc.version>3.1</xmlrpc.version>
- <hibernate.version>3.3.1.GA</hibernate.version>
- </properties>
-
- <build>
-
- <defaultGoal>install</defaultGoal>
-
- <pluginManagement>
- <plugins>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-processor-plugin</artifactId>
- <version>${processor.version}</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>process</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <addCompileDirectory>true</addCompileDirectory>
- <includes>
- <include>**/*.java</include>
- </includes>
- <filters>
- org.codelutin.processor.filters.GeneratorTemplatesFilter,
- org.codelutin.processor.filters.ActiveLogsCodeFilter
- </filters>
- <verbose>${maven.verbose}</verbose>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-generator-plugin</artifactId>
- <version>${generator.version}</version>
- <inherited>true</inherited>
- <configuration>
- <srcDirZuml>${maven.src.dir}/test/xmi</srcDirZuml>
- <srcXmiDest>${maven.test.gen.dir}/xmi</srcXmiDest>
- <srcGenDest>${maven.test.gen.dir}/models</srcGenDest>
- <destDirGen>${maven.test.gen.dir}/java</destDirGen>
- </configuration>
- </plugin>
-
- </plugins>
- </pluginManagement>
-
- <plugins>
- <!-- Always process jrst files, but only called on pre-site phase -->
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-jrst-plugin</artifactId>
- <version>${jrst.version}</version>
- <configuration>
- <defaultLocale>fr</defaultLocale>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>jrst</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
-
- </build>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
- <scm>
- <connection>${maven.scm.connection}</connection>
- <developerConnection>${maven.scm.developerConnection}</developerConnection>
- <url>${maven.scm.url}</url>
- </scm>
-
- <!--Code Lutin Repository-->
- <repositories>
- <repository>
- <id>codelutin-repository</id>
- <name>CodeLutinRepository</name>
- <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>warn</checksumPolicy>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- </repository>
- </repositories>
-
- <profiles>
- <!-- perform only on a release stage when using the maven-release-plugin -->
- <profile>
- <id>release-profile</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <plugins>
- <!-- always add license and third-party files to classpath -->
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-license-switcher-plugin</artifactId>
- <version>${license-switcher.version}</version>
- <executions>
- <execution>
- <id>attach-licenses</id>
- <goals>
- <goal>license</goal>
- <goal>third-party</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
-</project>
Copied: topia/tags/topia-2.1.4/pom.xml (from rev 1412, topia/trunk/pom.xml)
===================================================================
--- topia/tags/topia-2.1.4/pom.xml (rev 0)
+++ topia/tags/topia-2.1.4/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
@@ -0,0 +1,305 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+ <parent>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinproject</artifactId>
+ <version>3.4</version>
+ </parent>
+
+ <artifactId>topia</artifactId>
+ <version>2.1.4</version>
+
+ <modules>
+ <module>topia-persistence</module>
+ <module>topia-soa</module>
+ <module>topia-ui</module>
+ </modules>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutingenerator</artifactId>
+ <version>${generator.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinutil</artifactId>
+ <version>${lutinutil.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.xmlrpc</groupId>
+ <artifactId>xmlrpc-server</artifactId>
+ <version>${xmlrpc.version}</version>
+ <scope>compile</scope>
+
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlrpc</groupId>
+ <artifactId>xmlrpc-client</artifactId>
+ <version>${xmlrpc.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>${hibernate.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-core</artifactId>
+ <version>5.0.18</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <!-- Dependencies for class generation -->
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>1.5.3</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codehaus.xfire</groupId>
+ <artifactId>xfire-java5</artifactId>
+ <version>1.2.6</version>
+ <scope>compile</scope>
+ <exclusions>
+ <!-- Fix org.apache.ant conflict) -->
+ <exclusion>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-ehcache</artifactId>
+ <version>${hibernate.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.4.GA</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <!-- hibernate-core only include api, need core -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.2</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <!-- BD H2 for testing -->
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <version>1.1.110</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- branch 5.1 : ne fonctionne pas en 6+ -->
+ <dependency>
+ <groupId>jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>5.1.10</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+ <name>ToPIA - Tools for Portable and Independent Architecture</name>
+ <description>Framework de persistance et de distribution d'application.</description>
+ <inceptionYear>2004</inceptionYear>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>pom</packaging>
+
+ <properties>
+ <!-- id du projet du labs -->
+ <labs.id>21</labs.id>
+
+ <!-- nom du projet sur le labs -->
+ <labs.project>topia</labs.project>
+
+ <!-- libs version -->
+ <generator.version>0.64</generator.version>
+ <processor.version>0.17</processor.version>
+ <lutinutil.version>1.0.4</lutinutil.version>
+ <jrst.version>0.8.4</jrst.version>
+ <license-switcher.version>0.6</license-switcher.version>
+ <topia.version>${project.version}</topia.version>
+
+ <xmlrpc.version>3.1</xmlrpc.version>
+ <hibernate.version>3.3.1.GA</hibernate.version>
+ </properties>
+
+ <build>
+
+ <defaultGoal>install</defaultGoal>
+
+ <pluginManagement>
+ <plugins>
+
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-processor-plugin</artifactId>
+ <version>${processor.version}</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <addCompileDirectory>true</addCompileDirectory>
+ <includes>
+ <include>**/*.java</include>
+ </includes>
+ <filters>
+ org.codelutin.processor.filters.GeneratorTemplatesFilter,
+ org.codelutin.processor.filters.ActiveLogsCodeFilter
+ </filters>
+ <verbose>${maven.verbose}</verbose>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-generator-plugin</artifactId>
+ <version>${generator.version}</version>
+ <inherited>true</inherited>
+ <configuration>
+ <srcDirZuml>${maven.src.dir}/test/xmi</srcDirZuml>
+ <srcXmiDest>${maven.test.gen.dir}/xmi</srcXmiDest>
+ <srcGenDest>${maven.test.gen.dir}/models</srcGenDest>
+ <destDirGen>${maven.test.gen.dir}/java</destDirGen>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <!-- Always process jrst files, but only called on pre-site phase -->
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-jrst-plugin</artifactId>
+ <version>${jrst.version}</version>
+ <configuration>
+ <defaultLocale>fr</defaultLocale>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jrst</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
+ </build>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+ <scm>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
+ </scm>
+
+ <!--Code Lutin Repository-->
+ <repositories>
+ <repository>
+ <id>codelutin-repository</id>
+ <name>CodeLutinRepository</name>
+ <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </repository>
+ </repositories>
+
+ <profiles>
+ <!-- perform only on a release stage when using the maven-release-plugin -->
+ <profile>
+ <id>release-profile</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <!-- always add license and third-party files to classpath -->
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-license-switcher-plugin</artifactId>
+ <version>${license-switcher.version}</version>
+ <executions>
+ <execution>
+ <id>attach-licenses</id>
+ <goals>
+ <goal>license</goal>
+ <goal>third-party</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+</project>
Deleted: topia/tags/topia-2.1.4/topia-persistence/pom.xml
===================================================================
--- topia/trunk/topia-persistence/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
+++ topia/tags/topia-2.1.4/topia-persistence/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
@@ -1,139 +0,0 @@
-<?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">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
-
- <parent>
- <groupId>org.codelutin</groupId>
- <artifactId>topia</artifactId>
- <version>2.1.4-SNAPSHOT</version>
- </parent>
-
- <groupId>org.codelutin.topia</groupId>
- <artifactId>topia-persistence</artifactId>
-
- <dependencies>
-
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutinutil</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutingenerator</artifactId>
- </dependency>
-
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-ehcache</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </dependency>
-
- <!-- BD H2 for testing -->
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- </dependency>
- </dependencies>
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
-
- <name>ToPIA - Persistence</name>
- <description>Hibernate based persistence module</description>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <packaging>jar</packaging>
-
- <build>
-
- <testResources>
-
- <testResource>
- <directory>${maven.test.gen.dir}/java</directory>
- <includes>
- <include>**/*.hbm.xml</include>
- </includes>
- </testResource>
-
- <testResource>
- <directory>${maven.test.gen.dir}/java</directory>
- <includes>
- <include>**/*.hbm.xml</include>
- </includes>
- </testResource>
-
- </testResources>
-
- <plugins>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-processor-plugin</artifactId>
- </plugin>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-generator-plugin</artifactId>
- <executions>
- <execution>
- <id>Test Generator</id>
- <phase>generate-test-sources</phase>
- <configuration>
- <testPhase>true</testPhase>
- <includes>**/*.objectmodel</includes>
- <templates>org.codelutin.topia.generator.TopiaMetaGenerator</templates>
- <fullPackagePath>org.codelutin.topia</fullPackagePath>
- <extractedPackages>org.codelutin.topia</extractedPackages>
- <defaultPackage>org.codelutin.topia</defaultPackage>
- <extraClassPathDirectory>target/classes</extraClassPathDirectory>
- </configuration>
- <goals>
- <goal>zargo2xmi</goal>
- <goal>xmi2objectmodel</goal>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
- <scm>
- <url>${maven.scm.url.child}</url>
- <connection>${maven.scm.connection.child}</connection>
- <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
- </scm>
-
-
-</project>
Copied: topia/tags/topia-2.1.4/topia-persistence/pom.xml (from rev 1412, topia/trunk/topia-persistence/pom.xml)
===================================================================
--- topia/tags/topia-2.1.4/topia-persistence/pom.xml (rev 0)
+++ topia/tags/topia-2.1.4/topia-persistence/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
@@ -0,0 +1,139 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+
+ <parent>
+ <groupId>org.codelutin</groupId>
+ <artifactId>topia</artifactId>
+ <version>2.1.4</version>
+ </parent>
+
+ <groupId>org.codelutin.topia</groupId>
+ <artifactId>topia-persistence</artifactId>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinutil</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutingenerator</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-ehcache</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </dependency>
+
+ <!-- BD H2 for testing -->
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+
+ <name>ToPIA - Persistence</name>
+ <description>Hibernate based persistence module</description>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>jar</packaging>
+
+ <build>
+
+ <testResources>
+
+ <testResource>
+ <directory>${maven.test.gen.dir}/java</directory>
+ <includes>
+ <include>**/*.hbm.xml</include>
+ </includes>
+ </testResource>
+
+ <testResource>
+ <directory>${maven.test.gen.dir}/java</directory>
+ <includes>
+ <include>**/*.hbm.xml</include>
+ </includes>
+ </testResource>
+
+ </testResources>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-processor-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-generator-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>Test Generator</id>
+ <phase>generate-test-sources</phase>
+ <configuration>
+ <testPhase>true</testPhase>
+ <includes>**/*.objectmodel</includes>
+ <templates>org.codelutin.topia.generator.TopiaMetaGenerator</templates>
+ <fullPackagePath>org.codelutin.topia</fullPackagePath>
+ <extractedPackages>org.codelutin.topia</extractedPackages>
+ <defaultPackage>org.codelutin.topia</defaultPackage>
+ <extraClassPathDirectory>target/classes</extraClassPathDirectory>
+ </configuration>
+ <goals>
+ <goal>zargo2xmi</goal>
+ <goal>xmi2objectmodel</goal>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+ <scm>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-persistence</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-persistence</developerConnection>
+ </scm>
+
+
+</project>
Deleted: topia/tags/topia-2.1.4/topia-soa/pom.xml
===================================================================
--- topia/trunk/topia-soa/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
+++ topia/tags/topia-2.1.4/topia-soa/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
@@ -1,142 +0,0 @@
-<?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">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
-
- <parent>
- <groupId>org.codelutin</groupId>
- <artifactId>topia</artifactId>
- <version>2.1.4-SNAPSHOT</version>
- </parent>
-
- <groupId>org.codelutin.topia</groupId>
- <artifactId>topia-soa</artifactId>
-
- <dependencies>
-
- <!-- Sibling Dependencies -->
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>topia-persistence</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <!-- lutin Dependencies -->
-
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutinutil</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutingenerator</artifactId>
- </dependency>
-
- <!-- Dependencies for services -->
- <dependency>
- <groupId>org.apache.xmlrpc</groupId>
- <artifactId>xmlrpc-server</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.xmlrpc</groupId>
- <artifactId>xmlrpc-client</artifactId>
- </dependency>
-
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.xfire</groupId>
- <artifactId>xfire-java5</artifactId>
- </dependency>
-
- <!-- Dependencies for tests -->
- <dependency>
- <groupId>jetty</groupId>
- <artifactId>jetty</artifactId>
- </dependency>
-
- <!-- Dependencies for class generation -->
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- </dependency>
-
- </dependencies>
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
-
- <name>ToPIA - SOA</name>
- <description>Service Oriented Architecture module</description>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <packaging>jar</packaging>
-
- <build>
-
- <plugins>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-processor-plugin</artifactId>
- </plugin>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-generator-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-objectmodel</id>
- <phase>generate-test-sources</phase>
- <configuration>
- <testPhase>true</testPhase>
- <fullPackagePath>org.codelutin.soatest</fullPackagePath>
- <extractedPackages>org.codelutin.soatest</extractedPackages>
- <defaultPackage>org.codelutin.soatest</defaultPackage>
- <includes>**/*.objectmodel</includes>
- <templates>org.codelutin.topia.generator.TopiaApplicationServiceMetaGenerator</templates>
- <extraClassPathDirectory>target/classes</extraClassPathDirectory>
- </configuration>
- <goals>
- <goal>zargo2xmi</goal>
- <goal>xmi2objectmodel</goal>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>topia-persistence</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
- <scm>
- <url>${maven.scm.url.child}</url>
- <connection>${maven.scm.connection.child}</connection>
- <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
- </scm>
-
-</project>
Copied: topia/tags/topia-2.1.4/topia-soa/pom.xml (from rev 1412, topia/trunk/topia-soa/pom.xml)
===================================================================
--- topia/tags/topia-2.1.4/topia-soa/pom.xml (rev 0)
+++ topia/tags/topia-2.1.4/topia-soa/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
@@ -0,0 +1,142 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+
+ <parent>
+ <groupId>org.codelutin</groupId>
+ <artifactId>topia</artifactId>
+ <version>2.1.4</version>
+ </parent>
+
+ <groupId>org.codelutin.topia</groupId>
+ <artifactId>topia-soa</artifactId>
+
+ <dependencies>
+
+ <!-- Sibling Dependencies -->
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>topia-persistence</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- lutin Dependencies -->
+
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinutil</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutingenerator</artifactId>
+ </dependency>
+
+ <!-- Dependencies for services -->
+ <dependency>
+ <groupId>org.apache.xmlrpc</groupId>
+ <artifactId>xmlrpc-server</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.xmlrpc</groupId>
+ <artifactId>xmlrpc-client</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codehaus.xfire</groupId>
+ <artifactId>xfire-java5</artifactId>
+ </dependency>
+
+ <!-- Dependencies for tests -->
+ <dependency>
+ <groupId>jetty</groupId>
+ <artifactId>jetty</artifactId>
+ </dependency>
+
+ <!-- Dependencies for class generation -->
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+
+ <name>ToPIA - SOA</name>
+ <description>Service Oriented Architecture module</description>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>jar</packaging>
+
+ <build>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-processor-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-generator-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate-objectmodel</id>
+ <phase>generate-test-sources</phase>
+ <configuration>
+ <testPhase>true</testPhase>
+ <fullPackagePath>org.codelutin.soatest</fullPackagePath>
+ <extractedPackages>org.codelutin.soatest</extractedPackages>
+ <defaultPackage>org.codelutin.soatest</defaultPackage>
+ <includes>**/*.objectmodel</includes>
+ <templates>org.codelutin.topia.generator.TopiaApplicationServiceMetaGenerator</templates>
+ <extraClassPathDirectory>target/classes</extraClassPathDirectory>
+ </configuration>
+ <goals>
+ <goal>zargo2xmi</goal>
+ <goal>xmi2objectmodel</goal>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>topia-persistence</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+ <scm>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-soa</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-soa</developerConnection>
+ </scm>
+
+</project>
Deleted: topia/tags/topia-2.1.4/topia-ui/pom.xml
===================================================================
--- topia/trunk/topia-ui/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
+++ topia/tags/topia-2.1.4/topia-ui/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
@@ -1,115 +0,0 @@
-<?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">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
-
- <parent>
- <groupId>org.codelutin</groupId>
- <artifactId>topia</artifactId>
- <version>2.1.4-SNAPSHOT</version>
- </parent>
-
- <groupId>org.codelutin.topia</groupId>
- <artifactId>topia-ui</artifactId>
-
- <dependencies>
-
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutinutil</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutingenerator</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-ehcache</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
-
- <name>ToPIA - UI</name>
- <description>User interface module</description>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <packaging>jar</packaging>
-
- <build>
-
- <plugins>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-processor-plugin</artifactId>
- </plugin>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-generator-plugin</artifactId>
- <executions>
-
- <execution>
- <id>generate-statemodel</id>
- <phase>generate-test-sources</phase>
- <configuration>
- <testPhase>true</testPhase>
- <fullPackagePath>org.codelutin.topiauitest</fullPackagePath>
- <extractedPackages>org.codelutin.topiauitest</extractedPackages>
- <includes>**/*.statemodel</includes>
- <templates>org.codelutin.topia.generator.TapestryWebGenerator</templates>
- <extraClassPathDirectory>target/classes</extraClassPathDirectory>
- </configuration>
- <goals>
- <goal>zargo2xmi</goal>
- <goal>xmi2statemodel</goal>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
-
- </plugin>
-
- </plugins>
- </build>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
- <scm>
- <url>${maven.scm.url.child}</url>
- <connection>${maven.scm.connection.child}</connection>
- <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
- </scm>
-
-</project>
Copied: topia/tags/topia-2.1.4/topia-ui/pom.xml (from rev 1412, topia/trunk/topia-ui/pom.xml)
===================================================================
--- topia/tags/topia-2.1.4/topia-ui/pom.xml (rev 0)
+++ topia/tags/topia-2.1.4/topia-ui/pom.xml 2009-04-09 10:28:20 UTC (rev 1413)
@@ -0,0 +1,115 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+
+ <parent>
+ <groupId>org.codelutin</groupId>
+ <artifactId>topia</artifactId>
+ <version>2.1.4</version>
+ </parent>
+
+ <groupId>org.codelutin.topia</groupId>
+ <artifactId>topia-ui</artifactId>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinutil</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutingenerator</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-ehcache</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+
+ <name>ToPIA - UI</name>
+ <description>User interface module</description>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>jar</packaging>
+
+ <build>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-processor-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-generator-plugin</artifactId>
+ <executions>
+
+ <execution>
+ <id>generate-statemodel</id>
+ <phase>generate-test-sources</phase>
+ <configuration>
+ <testPhase>true</testPhase>
+ <fullPackagePath>org.codelutin.topiauitest</fullPackagePath>
+ <extractedPackages>org.codelutin.topiauitest</extractedPackages>
+ <includes>**/*.statemodel</includes>
+ <templates>org.codelutin.topia.generator.TapestryWebGenerator</templates>
+ <extraClassPathDirectory>target/classes</extraClassPathDirectory>
+ </configuration>
+ <goals>
+ <goal>zargo2xmi</goal>
+ <goal>xmi2statemodel</goal>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+ <scm>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-ui</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-ui</developerConnection>
+ </scm>
+
+</project>
1
0
r1412 - in topia/trunk: . topia-persistence topia-soa topia-ui
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: chatellier
Date: 2009-04-09 10:28:15 +0000 (Thu, 09 Apr 2009)
New Revision: 1412
Modified:
topia/trunk/pom.xml
topia/trunk/topia-persistence/pom.xml
topia/trunk/topia-soa/pom.xml
topia/trunk/topia-ui/pom.xml
Log:
[maven-release-plugin] prepare release topia-2.1.4
Modified: topia/trunk/pom.xml
===================================================================
--- topia/trunk/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
+++ topia/trunk/pom.xml 2009-04-09 10:28:15 UTC (rev 1412)
@@ -13,7 +13,7 @@
</parent>
<artifactId>topia</artifactId>
- <version>2.1.4-SNAPSHOT</version>
+ <version>2.1.4</version>
<modules>
<module>topia-persistence</module>
@@ -248,9 +248,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <connection>${maven.scm.connection}</connection>
- <developerConnection>${maven.scm.developerConnection}</developerConnection>
- <url>${maven.scm.url}</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
</scm>
<!--Code Lutin Repository-->
Modified: topia/trunk/topia-persistence/pom.xml
===================================================================
--- topia/trunk/topia-persistence/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
+++ topia/trunk/topia-persistence/pom.xml 2009-04-09 10:28:15 UTC (rev 1412)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.codelutin</groupId>
<artifactId>topia</artifactId>
- <version>2.1.4-SNAPSHOT</version>
+ <version>2.1.4</version>
</parent>
<groupId>org.codelutin.topia</groupId>
@@ -130,9 +130,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>${maven.scm.url.child}</url>
- <connection>${maven.scm.connection.child}</connection>
- <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-persistence</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-persistence</developerConnection>
</scm>
Modified: topia/trunk/topia-soa/pom.xml
===================================================================
--- topia/trunk/topia-soa/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
+++ topia/trunk/topia-soa/pom.xml 2009-04-09 10:28:15 UTC (rev 1412)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.codelutin</groupId>
<artifactId>topia</artifactId>
- <version>2.1.4-SNAPSHOT</version>
+ <version>2.1.4</version>
</parent>
<groupId>org.codelutin.topia</groupId>
@@ -134,9 +134,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>${maven.scm.url.child}</url>
- <connection>${maven.scm.connection.child}</connection>
- <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-soa</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-soa</developerConnection>
</scm>
</project>
Modified: topia/trunk/topia-ui/pom.xml
===================================================================
--- topia/trunk/topia-ui/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
+++ topia/trunk/topia-ui/pom.xml 2009-04-09 10:28:15 UTC (rev 1412)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.codelutin</groupId>
<artifactId>topia</artifactId>
- <version>2.1.4-SNAPSHOT</version>
+ <version>2.1.4</version>
</parent>
<groupId>org.codelutin.topia</groupId>
@@ -107,9 +107,9 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <url>${maven.scm.url.child}</url>
- <connection>${maven.scm.connection.child}</connection>
- <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topi…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-ui</connection>
+ <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.1.4/topia-ui</developerConnection>
</scm>
</project>
1
0
Author: chatellier
Date: 2009-04-09 10:24:38 +0000 (Thu, 09 Apr 2009)
New Revision: 1411
Modified:
topia/trunk/pom.xml
Log:
Update versions
Modified: topia/trunk/pom.xml
===================================================================
--- topia/trunk/pom.xml 2009-04-07 15:05:31 UTC (rev 1410)
+++ topia/trunk/pom.xml 2009-04-09 10:24:38 UTC (rev 1411)
@@ -128,7 +128,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.1.107</version>
+ <version>1.1.110</version>
<scope>test</scope>
</dependency>
@@ -166,7 +166,7 @@
<!-- libs version -->
<generator.version>0.64</generator.version>
<processor.version>0.17</processor.version>
- <lutinutil.version>1.0.3</lutinutil.version>
+ <lutinutil.version>1.0.4</lutinutil.version>
<jrst.version>0.8.4</jrst.version>
<license-switcher.version>0.6</license-switcher.version>
<topia.version>${project.version}</topia.version>
1
0
r1410 - topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator
by fdesbois@users.labs.libre-entreprise.org 07 Apr '09
by fdesbois@users.labs.libre-entreprise.org 07 Apr '09
07 Apr '09
Author: fdesbois
Date: 2009-04-07 15:05:31 +0000 (Tue, 07 Apr 2009)
New Revision: 1410
Modified:
topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator/EntityInterfaceGenerator.java
Log:
G?\195?\169n?\195?\169ration de variables statiques correspondant au nom des champs des Entity
Modified: topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator/EntityInterfaceGenerator.java
===================================================================
--- topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator/EntityInterfaceGenerator.java 2009-04-06 01:20:29 UTC (rev 1409)
+++ topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator/EntityInterfaceGenerator.java 2009-04-07 15:05:31 UTC (rev 1410)
@@ -226,6 +226,9 @@
}
String clazzName = clazz.getName();
generateInterfaceHeaderFromClassifier(output, clazz);
+
+ generateStaticColumnNames(output, clazz);
+
for (ObjectModelAttribute attr : clazz.getAttributes()) {
ObjectModelAttribute reverse = attr.getReverseAttribute();
if (!attr.isNavigable()
@@ -491,4 +494,40 @@
}*/
}
+ private void generateStaticColumnNames(Writer output, ObjectModelClass clazz) throws IOException {
+ for (ObjectModelAttribute attr : clazz.getAttributes()) {
+ ObjectModelAttribute reverse = attr.getReverseAttribute();
+ if (!(attr.isNavigable()
+ || hasUnidirectionalRelationOnAbstractType(reverse, model)
+ || attr.hasAssociationClass())) {
+ continue;
+ }
+ String attrName;
+ if (!attr.hasAssociationClass()) {
+ attrName = attr.getName();
+ } else {
+ String assocAttrName = TopiaGeneratorUtil.getAssocAttrName(attr);
+ attrName = GeneratorUtil.toLowerCaseFirstLetter(assocAttrName);
+ }
+ String attrColName = attrName.toUpperCase();
+/*{ public static final String <%=attrColName%> = "<%=attrName%>";
+
+}*/
+ }
+
+ //Déclaration des noms des champs des attributs d'une classe d'associations
+ if (clazz instanceof ObjectModelAssociationClass) {
+ ObjectModelAssociationClass assoc = (ObjectModelAssociationClass) clazz;
+ for (ObjectModelAttribute attr : assoc.getParticipantsAttributes()) {
+ if (attr != null) {
+ String attrName = attr.getName();
+ String attrColName = attrName.toUpperCase();
+/*{ public static final String <%=attrColName%> = "<%=attrName%>";
+
+}*/
+ }
+ }
+ }
+ }
+
} //EntityGenerator
1
0
r1409 - topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/framework
by tchemit@users.labs.libre-entreprise.org 06 Apr '09
by tchemit@users.labs.libre-entreprise.org 06 Apr '09
06 Apr '09
Author: tchemit
Date: 2009-04-06 01:20:29 +0000 (Mon, 06 Apr 2009)
New Revision: 1409
Modified:
topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/framework/TopiaContextImpl.java
Log:
generics + Override annotation
Modified: topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/framework/TopiaContextImpl.java
===================================================================
--- topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/framework/TopiaContextImpl.java 2009-03-26 17:47:01 UTC (rev 1408)
+++ topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/framework/TopiaContextImpl.java 2009-04-06 01:20:29 UTC (rev 1409)
@@ -169,7 +169,7 @@
/**
* cache des DAO deja chargé pour ce context
*/
- protected Map<Class, TopiaDAO> daoCache = new HashMap<Class, TopiaDAO>();
+ protected Map<Class<? extends TopiaEntity>, TopiaDAO<? extends TopiaEntity>> daoCache = new HashMap<Class<? extends TopiaEntity>, TopiaDAO<? extends TopiaEntity>>();
/**
* Set des sous context creer avec un beginTransaction et donc sur lequel
@@ -204,9 +204,8 @@
protected Map<String, TopiaService> loadServices(Properties config) {
Map<String, TopiaService> result = new HashMap<String, TopiaService>();
// recherche des services present dans la config
- for (Enumeration<String> e = (Enumeration<String>) config
- .propertyNames(); e.hasMoreElements();) {
- String key = e.nextElement();
+ for (Enumeration e = config.propertyNames(); e.hasMoreElements();) {
+ String key = (String) e.nextElement();
if (key.matches("^topia\\.service\\.\\w+$")) {
String classService = config.getProperty(key);
try {
@@ -256,6 +255,7 @@
}
}
+ @Override
public Map<String, TopiaService> getServices() {
TopiaContextImplementor parent = getParentContext();
@@ -278,6 +278,7 @@
return result;
}
+ @Override
public <E extends TopiaService> boolean serviceEnabled(
Class<E> interfaceService) {
boolean result = false;
@@ -302,6 +303,7 @@
* @param <E>
* @throws TopiaNotFoundException
*/
+ @Override
public <E extends TopiaService> E getService(Class<E> interfaceService)
throws TopiaNotFoundException {
try {
@@ -322,6 +324,7 @@
/* (non-Javadoc)
* @see org.codelutin.topia.framework.TopiaContextImplementor#getAllServices()
*/
+ @Override
public Collection<TopiaService> getAllServices() {
Collection<TopiaService> result = getServices().values();
return result;
@@ -339,6 +342,7 @@
this.parentContext = parentContext;
}
+ @Override
public Set<TopiaContextImplementor> getChildContext() {
return this.childContext;
}
@@ -347,6 +351,7 @@
childContext.add(child);
}
+ @Override
public void removeChildContext(TopiaContextImplementor child) {
//On ne retire les fils que si ce contexte n'est pas deja ferme. Permet d'eviter les acces concurrentiels
if (!closed) {
@@ -359,6 +364,7 @@
*
* @see org.codelutin.topia.framework.TopiaContextImplementor#getParentContext()
*/
+ @Override
public TopiaContextImplementor getParentContext() {
return parentContext;
}
@@ -368,6 +374,7 @@
*
* @see org.codelutin.topia.framework.TopiaContextImplementor#getRootContext()
*/
+ @Override
public TopiaContextImplementor getRootContext() {
TopiaContextImplementor result = this;
if (getParentContext() != null) {
@@ -381,6 +388,7 @@
*
* @see org.codelutin.topia.framework.TopiaContextImplementor#getConfig()
*/
+ @Override
public Properties getConfig() {
if (config == null && getParentContext() != null) {
config = getParentContext().getConfig();
@@ -391,6 +399,7 @@
/* (non-Javadoc)
* @see org.codelutin.topia.TopiaContext#createSchema()
*/
+ @Override
public void createSchema() throws TopiaException {
try {
boolean showSchema = false;
@@ -409,6 +418,7 @@
/* (non-Javadoc)
* @see org.codelutin.topia.TopiaContext#createSchema()
*/
+ @Override
public void updateSchema() throws TopiaException {
try {
boolean showSchema = false;
@@ -429,6 +439,7 @@
*
* @see org.codelutin.topia.framework.TopiaContextImplementor#getHibernate()
*/
+ @Override
public Session getHibernate() throws TopiaException {
if (hibernate == null) {
throw new TopiaException(
@@ -442,6 +453,7 @@
*
* @see org.codelutin.topia.framework.TopiaContextImplementor#getHibernateFactory()
*/
+ @Override
public SessionFactory getHibernateFactory() throws TopiaNotFoundException {
if (hibernateFactory == null) {
if (getParentContext() != null) {
@@ -454,6 +466,7 @@
return hibernateFactory;
}
+ @Override
public Configuration getHibernateConfiguration()
throws TopiaNotFoundException {
if (hibernateConfiguration == null) {
@@ -579,6 +592,7 @@
* @see org.codelutin.topia.framework.TopiaContextImplementor#getDAO(java.lang.Class)
*/
@SuppressWarnings("unchecked")
+ @Override
public <E extends TopiaEntity> TopiaDAO<E> getDAO(Class<E> entityClass)
throws TopiaException {
if (entityClass == null) {
@@ -603,7 +617,7 @@
+ " doute oublié d'ajouter son mapping");
}
- TopiaDAO<E> result = daoCache.get(entityClass);
+ TopiaDAO<E> result = (TopiaDAO<E>) daoCache.get(entityClass);
if (result == null) {
// recherche du type de DAO a instancier pour cette entity
String defaultDAOClassname = getConfig().getProperty(
@@ -656,6 +670,7 @@
*
* @see org.codelutin.topia.TopiaContext#beginTransaction()
*/
+ @Override
public TopiaContext beginTransaction() throws TopiaException {
checkClosed("Ce contexte a ete ferme, impossible de commencer une transaction");
TopiaContextImpl result = new TopiaContextImpl(this);
@@ -690,6 +705,7 @@
*
* @see org.codelutin.topia.TopiaContext#commitTransaction()
*/
+ @Override
public void commitTransaction() throws TopiaException {
if (getRootContext() == this) {
throw new TopiaException(
@@ -697,7 +713,7 @@
}
checkClosed("Ce contexte a ete ferme, impossible de faire un commit");
try {
- for (TopiaDAO<TopiaEntity> dao : daoCache.values()) {
+ for (TopiaDAO<? extends TopiaEntity> dao : daoCache.values()) {
dao.commitTransaction();
}
Transaction tx = hibernate.getTransaction();
@@ -726,6 +742,7 @@
*
* @see org.codelutin.topia.TopiaContext#rollbackTransaction()
*/
+ @Override
public void rollbackTransaction() throws TopiaException {
if (getRootContext() == this) {
throw new TopiaException(
@@ -733,7 +750,7 @@
}
checkClosed("Ce contexte a ete ferme, impossible de faire un rollback");
try {
- for (TopiaDAO<TopiaEntity> dao : daoCache.values()) {
+ for (TopiaDAO<? extends TopiaEntity> dao : daoCache.values()) {
dao.rollbackTransaction();
}
Transaction tx = hibernate.getTransaction();
@@ -759,6 +776,7 @@
}
}
+ @Override
public void closeContext() throws TopiaException {
// 20060926 poussin: Si si on peut, ca ferme en fait tous les enfants et c tout
// if (getRootContext() == this) {
@@ -812,6 +830,7 @@
}
}
+ @Override
public boolean isClosed() {
return closed;
}
@@ -825,6 +844,7 @@
/* (non-Javadoc)
* @see org.codelutin.topia.TopiaContext#findByTopiaId(java.lang.String)
*/
+ @Override
public TopiaEntity findByTopiaId(String topiaId) throws TopiaException {
checkClosed("Ce contexte a ete ferme, impossible de faire une recherche");
TopiaEntity result;
@@ -839,6 +859,7 @@
* (non-Javadoc)
* @see org.codelutin.topia.TopiaContext#find(java.lang.String, java.lang.Object[])
*/
+ @Override
public List find(String hql, Object... args) throws TopiaException {
checkClosed("Ce contexte a ete ferme, impossible de faire une recherche");
try {
@@ -861,6 +882,7 @@
}
}
+ @Override
public List find(String hql, int startIndex, int endIndex, Object... args)
throws TopiaException {
checkClosed("Ce contexte a ete ferme, impossible de faire une recherche");
@@ -893,6 +915,7 @@
* @return The number of entities updated or deleted.
* @throws TopiaException
*/
+ @Override
public int execute(String hql, Object... args) throws TopiaException {
checkClosed("Ce contexte a ete ferme, impossible de faire une recherche");
try {
@@ -911,11 +934,12 @@
/* (non-Javadoc)
* @see org.codelutin.topia.TopiaContext#add(org.codelutin.topia.persistence.TopiaEntity)
*/
+ @Override
public void add(TopiaEntity e) throws TopiaException {
checkClosed("Ce contexte a ete ferme, impossible d'ajouter une entite");
String id = e.getTopiaId();
- Class entityClass = TopiaId.getClassName(id);
- TopiaDAO dao = getDAO(entityClass);
+ Class<TopiaEntity> entityClass = TopiaId.getClassName(id);
+ TopiaDAO<TopiaEntity> dao = getDAO(entityClass);
dao.update(e);
}
@@ -1036,7 +1060,7 @@
}
// acquire data to replicate
List entities = find(query);
- replicate0(dstContextImpl,entities.toArray());
+ replicate0(dstContextImpl,entities.toArray());
if (log.isDebugEnabled()) {
log.debug("replication of entities " + query + " was sucessfully done.");
}
@@ -1047,8 +1071,8 @@
}
@Override
- public <T extends TopiaEntity> void replicateEntity(TopiaContext dstCtxt, T entity) throws TopiaException, IllegalArgumentException {
- checkClosed("Ce contexte a ete ferme, impossible d'effectuer l'export");
+ public <T extends TopiaEntity> void replicateEntity(TopiaContext dstCtxt, T entity) throws TopiaException, IllegalArgumentException {
+ checkClosed("Ce contexte a ete ferme, impossible d'effectuer l'export");
TopiaContextImpl dstContextImpl = (TopiaContextImpl) dstCtxt;
dstContextImpl.checkClosed("Ce contexte a ete ferme, impossible d'effectuer l'export");
if (getRootContext().equals(dstContextImpl.getRootContext())) {
@@ -1082,6 +1106,7 @@
*
* @see TopiaContext#backup(java.io.File,boolean)
*/
+ @Override
public void backup(File file, boolean compress) throws TopiaException {
checkClosed("Ce contexte a ete ferme, impossible d'effectuer le backup");
try {
@@ -1137,6 +1162,7 @@
*
* @see org.codelutin.topia.TopiaContext#restore(java.io.File)
*/
+ @Override
public void restore(File file) throws TopiaException {
// send event
getFiresSupport().firePreRestoreSchema(this);
@@ -1150,7 +1176,8 @@
// read header to see if is compressed file
int b = in.read();
- int magic = ((int) in.read() << 8) | b;
+ // redundant cast : int magic = ((int) in.read() << 8) | b;
+ int magic = (in.read() << 8) | b;
in.reset();
String options = "";
@@ -1225,6 +1252,7 @@
* Only h2 supported for now
* @see org.codelutin.topia.TopiaContext#clear(boolean)
*/
+ @Override
public void clear(boolean dropDatabase) throws TopiaException {
try {
TopiaContextImpl root = (TopiaContextImpl) getRootContext();
@@ -1243,90 +1271,109 @@
}
}
+ @Override
public List<Class> getPersistenceClasses() {
return persistenceClasses;
}
/* Adders */
+ @Override
public void addTopiaEntityListener(TopiaEntityListener listener) {
getFiresSupport().addTopiaEntityListener(listener);
}
+ @Override
public void addTopiaEntityListener(
Class<? extends TopiaEntity> entityClass,
TopiaEntityListener listener) {
getFiresSupport().addTopiaEntityListener(entityClass, listener);
}
+ @Override
public void addTopiaEntityVetoable(TopiaEntityVetoable vetoable) {
getFiresSupport().addTopiaEntityVetoable(TopiaEntity.class, vetoable);
}
+ @Override
public void addTopiaEntityVetoable(
Class<? extends TopiaEntity> entityClass,
TopiaEntityVetoable vetoable) {
getFiresSupport().addTopiaEntityVetoable(entityClass, vetoable);
}
+ @Override
public void addTopiaTransactionListener(TopiaTransactionListener listener) {
getFiresSupport().addTopiaTransactionListener(listener);
}
+ @Override
public void addTopiaTransactionVetoable(TopiaTransactionVetoable vetoable) {
getFiresSupport().addTopiaTransactionVetoable(vetoable);
}
+ @Override
public void addPropertyChangeListener(PropertyChangeListener listener) {
getFiresSupport().addPropertyChangeListener(listener);
}
+ @Override
public void addTopiaContextListener(TopiaContextListener listener) {
getFiresSupport().addTopiaContextListener(listener);
}
/* Removers */
+ @Override
public void removeTopiaEntityListener(TopiaEntityListener listener) {
getFiresSupport()
.removeTopiaEntityListener(TopiaEntity.class, listener);
}
+ @Override
public void removeTopiaEntityListener(
Class<? extends TopiaEntity> entityClass,
TopiaEntityListener listener) {
getFiresSupport().removeTopiaEntityListener(entityClass, listener);
}
+ @Override
public void removeTopiaEntityVetoable(TopiaEntityVetoable vetoable) {
getFiresSupport()
.removeTopiaEntityVetoable(TopiaEntity.class, vetoable);
}
+ @Override
public void removeTopiaEntityVetoable(
Class<? extends TopiaEntity> entityClass,
TopiaEntityVetoable vetoable) {
getFiresSupport().removeTopiaEntityVetoable(entityClass, vetoable);
}
+ @Override
public void removeTopiaTransactionListener(TopiaTransactionListener listener) {
getFiresSupport().removeTopiaTransactionListener(listener);
}
+ @Override
public void removeTopiaTransactionVetoable(TopiaTransactionVetoable vetoable) {
getFiresSupport().removeTopiaTransactionVetoable(vetoable);
}
+ @Override
public void removePropertyChangeListener(PropertyChangeListener listener) {
getFiresSupport().removePropertyChangeListener(listener);
}
+ @Override
public void removeTopiaContextListener(TopiaContextListener listener) {
getFiresSupport().removeTopiaContextListener(listener);
}
+ @Override
public void addTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable) {
getFiresSupport().addTopiaEntitiesVetoable(vetoable);
}
+ @Override
public void removeTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable) {
getFiresSupport().removeTopiaEntitiesVetoable(vetoable);
}
1
0
r1408 - topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/persistence
by chatellier@users.labs.libre-entreprise.org 26 Mar '09
by chatellier@users.labs.libre-entreprise.org 26 Mar '09
26 Mar '09
Author: chatellier
Date: 2009-03-26 17:47:01 +0000 (Thu, 26 Mar 2009)
New Revision: 1408
Modified:
topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/persistence/TopiaEntity.java
Log:
Update doc
Modified: topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/persistence/TopiaEntity.java
===================================================================
--- topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/persistence/TopiaEntity.java 2009-03-23 20:18:20 UTC (rev 1407)
+++ topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/persistence/TopiaEntity.java 2009-03-26 17:47:01 UTC (rev 1408)
@@ -1,5 +1,5 @@
/* *##% ToPIA - Tools for Portable and Independent Architecture
- * Copyright (C) 2004 - 2008 CodeLutin
+ * Copyright (C) 2004 - 2009 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -38,6 +38,8 @@
import org.codelutin.topia.TopiaException;
/**
+ * TopiaEntity.
+ *
* Toutes les methodes set ne doivent être utilisé que par le framework. Elle
* sont publique car on ne peut pas faire autrement sur une interface.
*
@@ -90,9 +92,20 @@
*/
public List<TopiaEntity> getAggregate() throws TopiaException;
+ /**
+ * Add listener for property writing.
+ *
+ * @param propertyName
+ * @param listener
+ */
public void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener);
+ /**
+ * Add listener for property writing.
+ *
+ * @param listener
+ */
public void addPropertyChangeListener(PropertyChangeListener listener);
public void addVetoableChangeListener(String propertyName,
@@ -110,9 +123,20 @@
public void removeVetoableChangeListener(VetoableChangeListener vetoable);
+ /**
+ * Add listener for property reading.
+ *
+ * @param propertyName
+ * @param listener
+ */
public void addPropertyListener(String propertyName,
PropertyChangeListener listener);
+ /**
+ * Add listener for property reading.
+ *
+ * @param listener
+ */
public void addPropertyListener(PropertyChangeListener listener);
public void addVetoableListener(String propertyName,
1
0
r1407 - topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator
by tchemit@users.labs.libre-entreprise.org 23 Mar '09
by tchemit@users.labs.libre-entreprise.org 23 Mar '09
23 Mar '09
Author: tchemit
Date: 2009-03-23 20:18:20 +0000 (Mon, 23 Mar 2009)
New Revision: 1407
Modified:
topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator/DAOHelperGenerator.java
Log:
remove some exceptions
Modified: topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator/DAOHelperGenerator.java
===================================================================
--- topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator/DAOHelperGenerator.java 2009-03-18 17:52:00 UTC (rev 1406)
+++ topia/trunk/topia-persistence/src/main/java/org/codelutin/topia/generator/DAOHelperGenerator.java 2009-03-23 20:18:20 UTC (rev 1407)
@@ -143,13 +143,13 @@
}
@SuppressWarnings({"unchecked"})
- public static <T extends TopiaEntity> Class<T> getContractClass(Class<T> klass) throws TopiaException {
+ public static <T extends TopiaEntity> Class<T> getContractClass(Class<T> klass) {
<%=entityEnumName%> constant = <%=entityEnumName%>.valueOf(klass);
return (Class<T>) constant.getContractClass();
}
@SuppressWarnings({"unchecked"})
- public static <T extends TopiaEntity> Class<T> getImplementationClass(Class<T> klass) throws TopiaException {
+ public static <T extends TopiaEntity> Class<T> getImplementationClass(Class<T> klass) {
<%=entityEnumName%> constant = <%=entityEnumName%>.valueOf(klass);
return (Class<T>) constant.getImplementationClass();
}
1
0