From: Vance K. <va...@us...> - 2006-12-07 01:27:54
|
User: vancek Date: 06/12/06 17:27:54 Added: profiles/uml-1.4/seam/src/main/uml andromda-profile-seam.xml.zip andromda-profile-seam.mdr profiles pom.xml profiles/uml-1.4/seam pom.xml .cvsignore profiles/uml-1.4 pom.xml Log: andromda plugins seam profile - uml1.4 only Revision Changes Path 1.1 plugins/profiles/uml-1.4/seam/src/main/uml/andromda-profile-seam.xml.zip <<Binary file>> 1.1 plugins/profiles/uml-1.4/seam/src/main/uml/andromda-profile-seam.mdr Index: andromda-profile-seam.mdr =================================================================== MagicDrawUML "9.0" (RTManager (RTManagerOptions CODE_GENERATION_REVERSE_OPTION 2 DELETED_ELEMENT_GENERATION_OPTION 0 USE_CLASSPATH_FOR_JAVA_REVERSE TRUE LAUNCH_WIZARD FALSE MERGE_AFTER_REVERSE FALSE CREATE_ATTRIBUTES TRUE DEFAULT_WORKING_DIRECTORY "<install.root>" DEFAULT_LANGUAGE "Java" (JavaLanguageOptions mGenEmptyDoc FALSE mBracketInNewLine TRUE mAddSpaces TRUE mUseJavaDoc FALSE mDefaultHeader "@(#) $FILE_NAME" COLLECT_IMPORTS_ON_DEMAND TRUE mGenerateDocumentation TRUE (DocumentationProperties DefaultDocumentationProcessor "STANDARD_PROCESSOR" mCommentStyle 0 (Processors (JAVA_DOC_PROCESSOR (mDocumentationTagManager (CLASSIFIER (DocumentationTagProperty mName "DESCRIPTION" mGenerate "true" ) ) (OPERARTION (DocumentationTagProperty mName "DESCRIPTION" mGenerate "true" ) (DocumentationTagProperty mName "@param" mGenerate "true" ) (DocumentationTagProperty mName "@return" mGenerate "true" ) (DocumentationTagProperty mName "@throws" mGenerate "true" ) ) (ATTRIBUTE (DocumentationTagProperty mName "DESCRIPTION" mGenerate "true" ) ) ) ) ) ) mUseClassPath TRUE mClassPath "lib/xalan.jar |
From: Vance K. <va...@us...> - 2007-01-17 04:30:25
|
User: vancek Date: 07/01/16 20:30:25 Modified: profiles pom.xml profiles/uml-1.4/seam pom.xml profiles/uml-1.4 pom.xml Log: reset seam profile back to org.andromda.profiles.uml14:andromda-profile-seam Revision Changes Path 1.2 +1 -1 plugins/profiles/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/profiles/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 7 Dec 2006 01:27:54 -0000 1.1 +++ pom.xml 17 Jan 2007 04:30:25 -0000 1.2 @@ -7,7 +7,7 @@ <artifactId>andromda-plugins</artifactId> <version>1.0-SNAPSHOT</version> </parent> - <groupId>org.andromda.plugins.profiles</groupId> + <groupId>org.andromda.profiles</groupId> <artifactId>andromda-plugins-profiles</artifactId> <packaging>pom</packaging> <name>AndroMDA Plugins Profiles</name> 1.3 +2 -2 plugins/profiles/uml-1.4/seam/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/profiles/uml-1.4/seam/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 19 Dec 2006 05:51:40 -0000 1.2 +++ pom.xml 17 Jan 2007 04:30:25 -0000 1.3 @@ -3,12 +3,12 @@ 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.plugins.profiles.uml14</groupId> + <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-plugins-profiles-uml14</artifactId> <version>1.0-SNAPSHOT</version> </parent> <packaging>xml.zip</packaging> - <artifactId>andromda-plugins-profile-seam</artifactId> + <artifactId>andromda-profile-seam</artifactId> <name>AndroMDA Plugins UML 1.4 Seam Profile</name> <version>1.1-SNAPSHOT</version> <description>Seam UML 1.4 profile which can be used with the AndroMDA Seam-EJB3 cartridges</description> 1.2 +2 -2 plugins/profiles/uml-1.4/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/profiles/uml-1.4/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 7 Dec 2006 01:27:54 -0000 1.1 +++ pom.xml 17 Jan 2007 04:30:25 -0000 1.2 @@ -3,11 +3,11 @@ 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.plugins.profiles</groupId> + <groupId>org.andromda.profiles</groupId> <artifactId>andromda-plugins-profiles</artifactId> <version>1.0-SNAPSHOT</version> </parent> - <groupId>org.andromda.plugins.profiles.uml14</groupId> + <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-plugins-profiles-uml14</artifactId> <name>AndroMDA Plugins UML 1.4 Profile</name> <packaging>pom</packaging> |