summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-01-30 08:53:44 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-01-30 08:53:44 +0000
commit3f25ae5dc1b0b0af3751fc45228cfce3b3f83982 (patch)
tree83f1c13817f20877c8d96b12a5ae684358d28bb4 /java/sca/distribution
parent7ff171f5df081a73bae0a405d59de09e11eb62cd (diff)
Remove pdetarget as it can now be done in the all distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution')
-rw-r--r--java/sca/distribution/pdetarget/pom.xml167
1 files changed, 0 insertions, 167 deletions
diff --git a/java/sca/distribution/pdetarget/pom.xml b/java/sca/distribution/pdetarget/pom.xml
deleted file mode 100644
index b607984260..0000000000
--- a/java/sca/distribution/pdetarget/pom.xml
+++ /dev/null
@@ -1,167 +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-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>tuscany-distribution-pdetarget</artifactId>
- <name>Apache Tuscany SCA PDE Target Platform Distribution</name>
- <packaging>jar</packaging>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-all</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <!-- Extra dependencies not in the core distro -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <profiles>
- <profile>
- <id>ws</id>
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-webservice</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- </dependencies>
- </profile>
-
- <!-- Build profile that can be used to configure your Eclipse environment -->
- <profile>
- <id>eclipse</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-bundle-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
- <executions>
- <execution>
- <id>distribution-modules</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>generate-modules</goal>
- </goals>
- <configuration>
- <targetDirectory>target/modules</targetDirectory>
- <generateTargetPlatform>true</generateTargetPlatform>
- <generateConfig>true</generateConfig>
- <generateManifestJar>false</generateManifestJar>
- <useDistributionName>false</useDistributionName>
- <useDefaultLocation>true</useDefaultLocation>
- <excludeGroupIds>
- <excludeGroupId>org.apache.tuscany.sca</excludeGroupId>
- </excludeGroupIds>
- <artifactAggregations>
- <artifactAggregation>
- <symbolicName>com.google.gdata</symbolicName>
- <version>1.0</version>
- <artifactMembers>
- <artifactMember>
- <groupId>com.google.gdata</groupId>
- <artifactId>*</artifactId>
- <version>1.0</version>
- </artifactMember>
- </artifactMembers>
- </artifactAggregation>
- </artifactAggregations>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!-- Profile that can be used to build the modules included in the distro -->
- <profile>
- <id>modules</id>
- <modules>
- <module>../../modules/assembly</module>
- <module>../../modules/assembly-xml</module>
- <module>../../modules/assembly-xsd</module>
- <module>../../modules/binding-rmi</module>
- <module>../../modules/binding-rmi-runtime</module>
- <module>../../modules/binding-sca</module>
- <module>../../modules/binding-sca-xml</module>
- <module>../../modules/contribution</module>
- <module>../../modules/contribution-java</module>
- <module>../../modules/contribution-namespace</module>
- <module>../../modules/contribution-xml</module>
- <module>../../modules/core</module>
- <module>../../modules/core-databinding</module>
- <module>../../modules/core-spi</module>
- <module>../../modules/databinding</module>
- <module>../../modules/databinding-jaxb</module>
- <module>../../modules/definitions</module>
- <module>../../modules/definitions-xml</module>
- <module>../../modules/endpoint</module>
- <module>../../modules/extensibility</module>
- <module>../../modules/extensibility-equinox</module>
- <module>../../modules/host-http</module>
- <module>../../modules/host-rmi</module>
- <module>../../modules/implementation-java</module>
- <module>../../modules/implementation-java-runtime</module>
- <module>../../modules/implementation-java-xml</module>
- <module>../../modules/implementation-node</module>
- <module>../../modules/implementation-node-runtime</module>
- <module>../../modules/interface</module>
- <module>../../modules/interface-java</module>
- <module>../../modules/interface-java-jaxws</module>
- <module>../../modules/interface-java-xml</module>
- <module>../../modules/interface-wsdl</module>
- <module>../../modules/interface-wsdl-xml</module>
- <module>../../modules/monitor</module>
- <module>../../modules/node-api</module>
- <module>../../modules/node-impl</module>
- <module>../../modules/node-launcher</module>
- <module>../../modules/node-launcher-equinox</module>
- <module>../../modules/policy</module>
- <module>../../modules/policy-security</module>
- <module>../../modules/policy-xml</module>
- <module>../../modules/sca-api</module>
- <module>../../modules/workspace</module>
- <module>../../modules/workspace-impl</module>
- <module>../../modules/workspace-xml</module>
- <module>../../modules/xsd</module>
- <module>../../modules/xsd-xml</module>
- </modules>
- </profile>
- </profiles>
-
-</project>