]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Removing obsolete pom.xml file.
authorRichard Millet <richard.millet@berkeley.edu>
Mon, 12 Oct 2009 20:02:09 +0000 (20:02 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Mon, 12 Oct 2009 20:02:09 +0000 (20:02 +0000)
services/collectionobject/3rdparty/pom.xml~ [deleted file]

diff --git a/services/collectionobject/3rdparty/pom.xml~ b/services/collectionobject/3rdparty/pom.xml~
deleted file mode 100644 (file)
index ce7ce10..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<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>
-        <artifactId>org.collectionspace.services.collectionobject</artifactId>
-        <groupId>org.collectionspace.services</groupId>
-        <version>1.0</version>
-    </parent>
-
-    <artifactId>org.collectionspace.services.collectionobject.doctype</artifactId>
-    <packaging>jar</packaging>
-    <name>collectionobject.doctype</name>
-    <description>
-    CollectionObject Nuxeo document type
-    </description>
-    <properties>
-        <nuxeo.version.5.2>5.2-SNAPSHOT</nuxeo.version.5.2>
-        <nuxeo.version.1.5>1.5-SNAPSHOT</nuxeo.version.1.5>
-    </properties>
-    <dependencies>
-        <dependency>
-            <groupId>org.nuxeo.ecm.core</groupId>
-            <artifactId>nuxeo-core-schema</artifactId>
-            <version>${nuxeo.version.1.5}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.ecm.platform</groupId>
-            <artifactId>nuxeo-platform-types-core</artifactId>
-            <version>${nuxeo.version.5.2}</version>
-        </dependency>
-    </dependencies>
-
-</project>