From: Chris M. <cm...@us...> - 2006-09-21 02:33:09
|
User: cmicali Date: 06/09/20 19:33:08 Modified: andromda-cs pom.xml andromda-nhibernate pom.xml andromda-nspring pom.xml Log: - Updated to 1.0 Revision Changes Path 1.7 +1 -0 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- pom.xml 15 Aug 2006 22:48:43 -0000 1.6 +++ pom.xml 21 Sep 2006 02:33:08 -0000 1.7 @@ -11,6 +11,7 @@ <packaging>andromda-cartridge</packaging> <name>AndroMDA C# Cartridge</name> <description>Produces C# objects from a model.</description> + <version>1.0</version> <developers> <developer> <name>Naresh Bhatia</name> 1.9 +1 -0 cartridges/andromda-nhibernate/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/pom.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -r1.8 -r1.9 --- pom.xml 8 Sep 2006 14:48:54 -0000 1.8 +++ pom.xml 21 Sep 2006 02:33:08 -0000 1.9 @@ -10,6 +10,7 @@ <artifactId>andromda-nhibernate-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NHibernate Cartridge</name> + <version>1.0</version> <description> Produces NHibernate entities optionally services implemented as Session EJB facades. </description> 1.4 +1 -0 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- pom.xml 15 Aug 2006 22:48:47 -0000 1.3 +++ pom.xml 21 Sep 2006 02:33:08 -0000 1.4 @@ -11,6 +11,7 @@ <packaging>andromda-cartridge</packaging> <name>AndroMDA NSpring Cartridge</name> <description>Generates NSpring with NHibernate support</description> + <version>1.0</version> <developers> <developer> <name>Naresh Bhatia</name> |
From: Chris M. <cm...@us...> - 2006-09-27 13:32:24
|
User: cmicali Date: 06/09/27 06:32:23 Modified: andromda-cs pom.xml andromda-nspring pom.xml Log: Revision Changes Path 1.8 +7 -1 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- pom.xml 21 Sep 2006 02:33:08 -0000 1.7 +++ pom.xml 27 Sep 2006 13:32:20 -0000 1.8 @@ -10,8 +10,14 @@ <artifactId>andromda-cs-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA C# Cartridge</name> - <description>Produces C# objects from a model.</description> <version>1.0</version> + <description> + Produces C# objects from a model. + </description> + <issueManagement> + <system>jira</system> + <url>http://galaxy.andromda.org/jira/browse/NETCART</url> + </issueManagement> <developers> <developer> <name>Naresh Bhatia</name> 1.5 +7 -1 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- pom.xml 21 Sep 2006 02:33:08 -0000 1.4 +++ pom.xml 27 Sep 2006 13:32:20 -0000 1.5 @@ -10,8 +10,14 @@ <artifactId>andromda-nspring-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NSpring Cartridge</name> - <description>Generates NSpring with NHibernate support</description> <version>1.0</version> + <description> + Generates NSpring with NHibernate support + </description> + <issueManagement> + <system>jira</system> + <url>http://galaxy.andromda.org/jira/browse/NETCART</url> + </issueManagement> <developers> <developer> <name>Naresh Bhatia</name> |
From: Manish A. <mag...@us...> - 2007-01-09 10:46:01
|
User: magrawal Date: 07/01/09 02:45:57 Modified: andromda-nspring pom.xml Log: added templates to generate simple test cases for each public method in the service layer. Revision Changes Path 1.7 +2 -1 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- pom.xml 2 Oct 2006 01:21:47 -0000 1.6 +++ pom.xml 9 Jan 2007 10:45:57 -0000 1.7 @@ -118,6 +118,7 @@ </build> <properties> <maven.test.skip>false</maven.test.skip> + <application.package>org.andromda.cartridges.nspring</application.package> <model.uri>jar:file:${pom.basedir}/src/main/uml/SpringMetafacadeModel.xml.zip!/SpringMetafacadeModel.xml</model.uri> <test.model.uri>jar:file:${pom.basedir}/src/test/uml/NSpringCartridgeTestModel.xml.zip!/NSpringCartridgeTestModel.xml</test.model.uri> <howto.model.uri>jar:file:${pom.basedir}/src/site/xdocs/resources/howto/HowToModel.xml.zip!/HowToModel.xml</howto.model.uri> |
From: Chris M. <cm...@us...> - 2007-01-22 03:29:47
|
User: cmicali Date: 07/01/21 19:29:47 Modified: andromda-cs pom.xml andromda-nhibernate pom.xml andromda-nspring pom.xml Log: - Updated version to 1.1 Revision Changes Path 1.11 +1 -1 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -w -r1.10 -r1.11 --- pom.xml 2 Oct 2006 01:57:04 -0000 1.10 +++ pom.xml 22 Jan 2007 03:29:47 -0000 1.11 @@ -10,7 +10,7 @@ <artifactId>andromda-cs-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA C# Cartridge</name> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> <description>Produces C# objects from a model.</description> <issueManagement> <system>jira</system> 1.11 +1 -1 cartridges/andromda-nhibernate/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/pom.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -w -r1.10 -r1.11 --- pom.xml 2 Oct 2006 01:21:47 -0000 1.10 +++ pom.xml 22 Jan 2007 03:29:47 -0000 1.11 @@ -10,7 +10,7 @@ <artifactId>andromda-nhibernate-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NHibernate Cartridge</name> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> <description> Produces NHibernate entities optionally services implemented as Session EJB facades. </description> 1.8 +1 -1 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- pom.xml 9 Jan 2007 10:45:57 -0000 1.7 +++ pom.xml 22 Jan 2007 03:29:47 -0000 1.8 @@ -10,7 +10,7 @@ <artifactId>andromda-nspring-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NSpring Cartridge</name> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> <description> Generates NSpring with NHibernate support </description> |
From: Chris M. <cm...@us...> - 2007-08-01 04:13:22
|
User: cmicali Date: 07/07/31 21:13:23 Modified: andromda-cs pom.xml andromda-nhibernate pom.xml andromda-nspring pom.xml Log: - Updated cart versions to 1.2-SNAPSHOT - Changed base/impl scheme to partial classes - Updated NH cartridge to NHibernate v1.2 Revision Changes Path 1.13 +1 -1 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -r1.12 -r1.13 --- pom.xml 12 Jun 2007 16:23:32 -0000 1.12 +++ pom.xml 1 Aug 2007 04:13:23 -0000 1.13 @@ -10,7 +10,7 @@ <artifactId>andromda-cs-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA C# Cartridge</name> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> <description>Produces C# objects from a model.</description> <issueManagement> <system>jira</system> 1.13 +1 -1 cartridges/andromda-nhibernate/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/pom.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -r1.12 -r1.13 --- pom.xml 12 Jun 2007 16:23:07 -0000 1.12 +++ pom.xml 1 Aug 2007 04:13:23 -0000 1.13 @@ -10,7 +10,7 @@ <artifactId>andromda-nhibernate-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NHibernate Cartridge</name> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> <description> Produces NHibernate entities optionally services implemented as Session EJB facades. </description> 1.10 +1 -1 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -r1.9 -r1.10 --- pom.xml 12 Jun 2007 16:23:33 -0000 1.9 +++ pom.xml 1 Aug 2007 04:13:23 -0000 1.10 @@ -10,7 +10,7 @@ <artifactId>andromda-nspring-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NSpring Cartridge</name> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> <description> Generates NSpring with NHibernate support </description> |
From: Chris M. <cm...@us...> - 2007-08-07 12:15:34
|
User: cmicali Date: 07/08/07 05:14:58 Modified: andromda-cs pom.xml andromda-nhibernate pom.xml andromda-nspring pom.xml Log: - Disabled tests Revision Changes Path 1.14 +1 -1 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -w -r1.13 -r1.14 --- pom.xml 1 Aug 2007 04:13:23 -0000 1.13 +++ pom.xml 7 Aug 2007 12:14:57 -0000 1.14 @@ -79,7 +79,7 @@ </plugins> </build> <properties> - <maven.test.skip>false</maven.test.skip> + <maven.test.skip>true</maven.test.skip> <model.uri>file:${pom.basedir}/src/main/uml/empty-model.xmi</model.uri> <test.model.uri>jar:file:${pom.basedir}/src/test/uml/CsCartridgeTestModel.xml.zip!/CsCartridgeTestModel.xml</test.model.uri> </properties> 1.14 +1 -1 cartridges/andromda-nhibernate/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/pom.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -w -r1.13 -r1.14 --- pom.xml 1 Aug 2007 04:13:23 -0000 1.13 +++ pom.xml 7 Aug 2007 12:14:58 -0000 1.14 @@ -119,7 +119,7 @@ </plugins> </build> <properties> - <maven.test.skip>false</maven.test.skip> + <maven.test.skip>true</maven.test.skip> <model.uri>jar:file:${pom.basedir}/src/main/uml/HibernateMetafacadeModel.xml.zip!/HibernateMetafacadeModel.xml</model.uri> <test.model.uri>jar:file:${pom.basedir}/src/test/uml/HibernateCartridgeTestModel.xml.zip!/HibernateCartridgeTestModel.xml</test.model.uri> </properties> 1.11 +1 -1 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -w -r1.10 -r1.11 --- pom.xml 1 Aug 2007 04:13:23 -0000 1.10 +++ pom.xml 7 Aug 2007 12:14:58 -0000 1.11 @@ -117,7 +117,7 @@ </plugins> </build> <properties> - <maven.test.skip>false</maven.test.skip> + <maven.test.skip>true</maven.test.skip> <application.package>org.andromda.cartridges.nspring</application.package> <model.uri>jar:file:${pom.basedir}/src/main/uml/SpringMetafacadeModel.xml.zip!/SpringMetafacadeModel.xml</model.uri> <test.model.uri>jar:file:${pom.basedir}/src/test/uml/NSpringCartridgeTestModel.xml.zip!/NSpringCartridgeTestModel.xml</test.model.uri> |