summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-25 18:30:05 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-25 18:30:05 +0000
commit4b2964ecba60659913c22aa0732aa4df5ff416c4 (patch)
tree81324c75825b2f4b2a909c434bff91aff9f10e01 /branches/sca-equinox/modules
parentfea424a4effec9e3f202fc12cba452926e348b1d (diff)
Removed obsolete module.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707884 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules')
-rw-r--r--branches/sca-equinox/modules/thirdparty-library/META-INF/README1
-rw-r--r--branches/sca-equinox/modules/thirdparty-library/pom.xml112
2 files changed, 0 insertions, 113 deletions
diff --git a/branches/sca-equinox/modules/thirdparty-library/META-INF/README b/branches/sca-equinox/modules/thirdparty-library/META-INF/README
deleted file mode 100644
index 009570154d..0000000000
--- a/branches/sca-equinox/modules/thirdparty-library/META-INF/README
+++ /dev/null
@@ -1 +0,0 @@
-This directory contains a generated MANIFEST.MF file.
diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml
deleted file mode 100644
index 09c3eb2822..0000000000
--- a/branches/sca-equinox/modules/thirdparty-library/pom.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?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-modules</artifactId>
- <version>1.4-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tuscany-thirdparty-library</artifactId>
- <name>Apache Tuscany OSGi Bundle for Third Party Jars</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-all</artifactId>
- <type>pom</type>
- <version>1.4-SNAPSHOT</version>
- </dependency>
- <!-- host-tomcat is not the all-in-one distro -->
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-tomcat</artifactId>
- <type>jar</type>
- <version>1.4-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>1.4</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.thirdparty.library;singleton:=true</Bundle-SymbolicName>
- <Bundle-Description>${pom.description}</Bundle-Description>
- </instructions>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-clean-plugin</artifactId>
- <configuration>
- <filesets>
- <fileset>
- <directory>${basedir}/eclipse</directory>
- <includes>
- <include>*</include>
- </includes>
- <followSymlinks>false</followSymlinks>
- </fileset>
- </filesets>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-bundle-plugin</artifactId>
- <executions>
- <!--
- <execution> <id>assemble-thirdparty-bundle</id> <phase>process-resources</phase> <goals>
- <goal>assemble-thirdparty-bundle</goal> </goals> <configuration>
- <symbolicName>org.apache.tuscany.sca.thirdparty.library </symbolicName> </configuration>
- </execution>
- -->
- <execution>
- <id>build-thirdparty-distro</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>generate-modules</goal>
- </goals>
- <configuration>
- <generateTargetPlatform>true</generateTargetPlatform>
- <generatePlugin>true</generatePlugin>
- </configuration>
- </execution>
-
-<!--
- <execution>
- <id>generate-pde-classpath</id>
- <phase>process-resources</phase>
- <goals>
- <goal>generate-pde-classpath</goal>
- </goals>
- </execution>
--->
- </executions>
- </plugin>
- </plugins>
- </build>
-
-</project>