From: Vance K. <va...@us...> - 2007-04-15 15:11:19
|
User: vancek Date: 07/04/15 08:10:39 Modified: profiles pom.xml Added: profiles/uml-2.0 pom.xml profiles/uml-2.0/seam/src/main/uml andromda-profile-seam.xml.zip profiles/uml-2.0/seam pom.xml Log: Seam uml2 profile Revision Changes Path 1.3 +1 -0 plugins/profiles/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/profiles/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 17 Jan 2007 04:30:25 -0000 1.2 +++ pom.xml 15 Apr 2007 15:10:38 -0000 1.3 @@ -17,6 +17,7 @@ </description> <modules> <module>uml-1.4</module> + <module>uml-2.0</module> </modules> <build> <pluginManagement> 1.1 plugins/profiles/uml-2.0/pom.xml Index: pom.xml =================================================================== <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> <parent> <groupId>org.andromda.profiles</groupId> <artifactId>andromda-plugins-profiles</artifactId> <version>1.0-SNAPSHOT</version> </parent> <groupId>org.andromda.profiles.uml2</groupId> <artifactId>andromda-plugins-profiles-uml2</artifactId> <name>AndroMDA Plugins UML 2.0 Profile</name> <packaging>pom</packaging> <description> Contains the AndroMDA Plugins UML 2.0 profiles. </description> <build> <plugins> <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-model-archiver-plugin</artifactId> </plugin> </plugins> </build> <modules> <module>seam</module> </modules> </project> 1.1 plugins/profiles/uml-2.0/seam/src/main/uml/andromda-profile-seam.xml.zip <<Binary file>> 1.1 plugins/profiles/uml-2.0/seam/pom.xml Index: pom.xml =================================================================== <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> <parent> <groupId>org.andromda.profiles.uml2</groupId> <artifactId>andromda-plugins-profiles-uml2</artifactId> <version>1.0-SNAPSHOT</version> </parent> <packaging>xml.zip</packaging> <artifactId>andromda-profile-seam</artifactId> <name>AndroMDA Plugins UML 2.0 Seam Profile</name> <version>1.1-SNAPSHOT</version> <description>Seam UML 2.0 profile which can be used with the AndroMDA Seam-EJB3 cartridges</description> </project> |