Author: linus Date: 2011-05-29 04:26:54-0700 New Revision: 19542 Modified: trunk/pom.xml trunk/src/argouml-app/pom.xml trunk/src/argouml-core-diagrams-activity2/pom.xml trunk/src/argouml-core-diagrams-class2/pom.xml trunk/src/argouml-core-diagrams-deployment2/pom.xml trunk/src/argouml-core-diagrams-sequence2/pom.xml trunk/src/argouml-core-diagrams-state2/pom.xml trunk/src/argouml-core-diagrams-structure2/pom.xml trunk/src/argouml-core-model-euml/pom.xml trunk/src/argouml-core-model-mdr/pom.xml trunk/src/argouml-core-model/pom.xml trunk/src/argouml-core-notation/pom.xml trunk/src/argouml-core-transformer/pom.xml trunk/src/argouml-core-umlpropertypanels/pom.xml trunk/tools/pom.xml
Log: Reorganized the core argouml projects to be children of the same projct. Modified: trunk/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/pom.xml (original) +++ trunk/pom.xml 2011-05-29 04:26:54-0700 @@ -15,7 +15,8 @@ <relativePath>tools/maven/parentpom.xml</relativePath> </parent> - <artifactId>allCoreArgoUMLProjects</artifactId> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> <packaging>pom</packaging> <modules> Modified: trunk/src/argouml-app/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-app/pom.xml (original) +++ trunk/src/argouml-app/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-app</artifactId> Modified: trunk/src/argouml-core-diagrams-activity2/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-activity2/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-diagrams-activity2/pom.xml (original) +++ trunk/src/argouml-core-diagrams-activity2/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-diagrams-activity2</artifactId> Modified: trunk/src/argouml-core-diagrams-class2/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-class2/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-diagrams-class2/pom.xml (original) +++ trunk/src/argouml-core-diagrams-class2/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-diagrams-class2</artifactId> Modified: trunk/src/argouml-core-diagrams-deployment2/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-deployment2/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-diagrams-deployment2/pom.xml (original) +++ trunk/src/argouml-core-diagrams-deployment2/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-diagrams-deployment2</artifactId> Modified: trunk/src/argouml-core-diagrams-sequence2/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-sequence2/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-diagrams-sequence2/pom.xml (original) +++ trunk/src/argouml-core-diagrams-sequence2/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-diagrams-sequence2</artifactId> Modified: trunk/src/argouml-core-diagrams-state2/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-state2/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-diagrams-state2/pom.xml (original) +++ trunk/src/argouml-core-diagrams-state2/pom.xml 2011-05-29 04:26:54-0700 @@ -10,13 +10,12 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.2</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-diagrams-state2</artifactId> - <version>0.1</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> Modified: trunk/src/argouml-core-diagrams-structure2/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-diagrams-structure2/pom.xml (original) +++ trunk/src/argouml-core-diagrams-structure2/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-diagrams-structure2</artifactId> Modified: trunk/src/argouml-core-model-euml/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-model-euml/pom.xml (original) +++ trunk/src/argouml-core-model-euml/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-model-euml</artifactId> Modified: trunk/src/argouml-core-model-mdr/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-model-mdr/pom.xml (original) +++ trunk/src/argouml-core-model-mdr/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-model-mdr</artifactId> Modified: trunk/src/argouml-core-model/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-model/pom.xml (original) +++ trunk/src/argouml-core-model/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-model</artifactId> Modified: trunk/src/argouml-core-notation/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-notation/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-notation/pom.xml (original) +++ trunk/src/argouml-core-notation/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-notation</artifactId> Modified: trunk/src/argouml-core-transformer/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-transformer/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-transformer/pom.xml (original) +++ trunk/src/argouml-core-transformer/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-transformer</artifactId> Modified: trunk/src/argouml-core-umlpropertypanels/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/pom.xml (original) +++ trunk/src/argouml-core-umlpropertypanels/pom.xml 2011-05-29 04:26:54-0700 @@ -10,9 +10,9 @@ <parent> <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <version>0.3</version> - <relativePath>../../tools/maven/parentpom.xml</relativePath> + <artifactId>argouml</artifactId> + <version>0.2-SNAPSHOT</version> + <relativePath>../..</relativePath> </parent> <artifactId>argouml-core-umlpropertypanels</artifactId> Modified: trunk/tools/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/pom.xml?view=diff&pathrev=19542&r1=19541&r2=19542 ============================================================================== --- trunk/tools/pom.xml (original) +++ trunk/tools/pom.xml 2011-05-29 04:26:54-0700 @@ -11,7 +11,7 @@ <parent> <groupId>org.argouml</groupId> <artifactId>parentpom</artifactId> - <relativePath>tools/maven/parentpom.xml</relativePath> + <relativePath>maven/parentpom.xml</relativePath> </parent> <artifactId>tools</artifactId> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2752225 To unsubscribe from this discussion, e-mail: [[email protected]].
