summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-06 14:24:43 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-06 14:24:43 +0000
commit5d83de3646c6f1b07d2221f5586088deeca27d0a (patch)
tree605dce7357563e281288788013b24b9205ea3277 /branches/sca-java-1.5.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml
parentd6c22ffc58fc7728500511fc761db5bbb488faf8 (diff)
Branch for 1.5.2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml')
-rw-r--r--branches/sca-java-1.5.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml77
1 files changed, 77 insertions, 0 deletions
diff --git a/branches/sca-java-1.5.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml b/branches/sca-java-1.5.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml
new file mode 100644
index 0000000000..4c041e8e66
--- /dev/null
+++ b/branches/sca-java-1.5.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-maven-tools</artifactId>
+ <version>1.5.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-maven-bundle-plugin</artifactId>
+ <packaging>maven-plugin</packaging>
+ <name>Apache Tuscany SCA Maven OSGi Bundle Plugin</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-settings</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-dependency-tree</artifactId>
+ <version>1.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>1.4.3</version>
+ </dependency>
+
+
+ </dependencies>
+</project>