svn commit: r18556 - trunk: . src/argouml-core-model src/argouml-core-model-euml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-07-24 07:21:04-0700
New Revision: 18556
Added:
trunk/src/argouml-core-model-euml/pom.xml
Modified:
trunk/pom.xml
trunk/src/argouml-core-model-euml/ (props changed)
trunk/src/argouml-core-model/pom.xml
Log:
Added pom to argouml-core-model-euml.
Modified: trunk/pom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/pom.xml?view=diff&pathrev=18556&r1=18555&r2=18556
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml 2010-07-24 07:21:04-0700
@@ -16,5 +16,6 @@
<modules>
<module>src/argouml-core-model</module>
<module>src/argouml-core-model-mdr</module>
+ <module>src/argouml-core-model-euml</module>
</modules>
</project>
Added: 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=markup&pathrev=18556
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-model-euml/pom.xml 2010-07-24 07:21:04-0700
@@ -0,0 +1,148 @@
+<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>
+
+ <!--
+ Experimenting with maven for the nightly build.
+ -->
+
+ <parent>
+ <groupId>org.argouml</groupId>
+ <artifactId>parentpom</artifactId>
+ <version>0.1</version>
+ <relativePath>../../tools/maven/parentpom.xml</relativePath>
+ </parent>
+
+ <artifactId>argouml-core-model-euml</artifactId>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.argouml</groupId>
+ <artifactId>argouml-core-model</artifactId>
+ <version>0.2-SNAPSHOT</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.uml2</groupId>
+ <artifactId>org.eclipse.uml2.common</artifactId>
+ <version>1.5.0.v200905041045</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.uml2</groupId>
+ <artifactId>org.eclipse.uml2.common.edit</artifactId>
+ <version>1.5.0.v200905041045</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.uml2</groupId>
+ <artifactId>org.eclipse.uml2.uml</artifactId>
+ <version>3.0.1.v200908281330</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.uml2</groupId>
+ <artifactId>org.eclipse.uml2.uml.edit</artifactId>
+ <version>3.0.0.v200905041045</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.uml2</groupId>
+ <artifactId>org.eclipse.uml2.uml.resources</artifactId>
+ <version>3.0.0.v200906011111</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.common</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.ecore</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.ecore.change</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.ecore.change.edit</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.ecore.edit</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.edit</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.mapping</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.mapping.ecore</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.mapping.ecore2xml</artifactId>
+ <version>2.5.0.v200906151043</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.6-5</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+
+</project>
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=18556&r1=18555&r2=18556
==============================================================================
--- trunk/src/argouml-core-model/pom.xml (original)
+++ trunk/src/argouml-core-model/pom.xml 2010-07-24 07:21:04-0700
@@ -16,6 +16,7 @@
</parent>
<artifactId>argouml-core-model</artifactId>
+ <version>0.2-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2637668
To unsubscribe from this discussion, e-mail: [[email protected]].