svn commit: r18553 - trunk: . src/argouml-core-model-mdr
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-07-23 22:40:35-0700
New Revision: 18553
Added:
trunk/src/argouml-core-model-mdr/pom.xml
Modified:
trunk/ (props changed)
trunk/pom.xml
trunk/src/argouml-core-model-mdr/ (props changed)
Log:
Added pom for the argouml-core-model-mdr subproject.
Modified: trunk/pom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/pom.xml?view=diff&pathrev=18553&r1=18552&r2=18553
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml 2010-07-23 22:40:35-0700
@@ -15,5 +15,6 @@
<modules>
<module>src/argouml-core-model</module>
+ <module>src/argouml-core-model-mdr</module>
</modules>
</project>
Added: 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=markup&pathrev=18553
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-model-mdr/pom.xml 2010-07-23 22:40:35-0700
@@ -0,0 +1,91 @@
+<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-mdr</artifactId>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.argouml</groupId>
+ <artifactId>argouml-core-model</artifactId>
+ <version>0.1</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jmi</groupId>
+ <artifactId>jmi</artifactId>
+ <version>1.0-5</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>jmi</groupId>
+ <artifactId>mof</artifactId>
+ <version>0.0-5</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.argouml</groupId>
+ <artifactId>java-interfaces</artifactId>
+ <version>0.30.0</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.mdr</groupId>
+ <artifactId>jmiutils</artifactId>
+ <version>0.0-5</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.mdr</groupId>
+ <artifactId>mdrapi</artifactId>
+ <version>0.0-5</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.mdr</groupId>
+ <artifactId>openide-util</artifactId>
+ <version>0.0-5</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>
+
+ <dependency>
+ <groupId>org.netbeans.mdr</groupId>
+ <artifactId>nbmdr</artifactId>
+ <version>0.0-5</version>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+</project>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2637567
To unsubscribe from this discussion, e-mail: [[email protected]].