Modified: tuscany/java/sca/tools/eclipse/plugins/webservice/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/eclipse/plugins/webservice/pom.xml?rev=719095&r1=719090&r2=719095&view=diff ============================================================================== --- tuscany/java/sca/tools/eclipse/plugins/webservice/pom.xml (original) +++ tuscany/java/sca/tools/eclipse/plugins/webservice/pom.xml Wed Nov 19 14:26:02 2008 @@ -1,151 +1,151 @@ -<?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-eclipse-tools</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> - </parent> - <artifactId>org.apache.tuscany.sca.plugin.webservice</artifactId> - <name>Apache Tuscany SCA Web Service Eclipse Plugin</name> - - <dependencies> - <dependency> - <groupId>org.eclipse.jdt.debug</groupId> - <artifactId>ui</artifactId> - <version>3.2.100-v20070531-1800</version> - <exclusions> - <exclusion> - <groupId>org.eclipse.equinox</groupId> - <artifactId>common</artifactId> - </exclusion> - <exclusion> - <groupId>org.eclipse.equinox</groupId> - <artifactId>app</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.eclipse.equinox</groupId> - <artifactId>app</artifactId> - <version>1.0.0-v20070606</version> - </dependency> - - <dependency> - <groupId>org.eclipse.equinox</groupId> - <artifactId>common</artifactId> - <version>3.3.0-v20070426</version> - </dependency> - - <dependency> - <groupId>org.eclipse.swt.win32.win32</groupId> - <artifactId>x86</artifactId> - <version>3.3.0-v3346</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.plugin.core</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-distribution-webservice</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - <type>zip</type> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-distribution-webservice</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - <classifier>src</classifier> - <type>zip</type> - </dependency> - </dependencies> - - <build> - <sourceDirectory>${basedir}</sourceDirectory> - <resources> - <resource> - <directory>${basedir}</directory> - <excludes> - <exclude>**/*.java</exclude> - <exclude>**/.*/**</exclude> - <exclude>pom.xml</exclude> - <exclude>build.*</exclude> - <exclude>target/**</exclude> - </excludes> - </resource> - </resources> - - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <classifier>tmp</classifier> - <archive> - <manifestFile>META-INF/MANIFEST.MF</manifestFile> - </archive> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>distribution-package</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>../core/src/main/assembly/jar.xml</descriptor> - </descriptors> - <tarLongFileMode>gnu</tarLongFileMode> - <appendAssemblyId>false</appendAssemblyId> - <archive> - <manifestFile>META-INF/MANIFEST.MF</manifestFile> - </archive> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <repositories> - <repository> - <id>repo1.eclipse</id> - <url>http://repo1.maven.org/eclipse/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - -</project> +<?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-eclipse-tools</artifactId> + <version>2.0-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> + </parent> + <artifactId>org.apache.tuscany.sca.plugin.webservice</artifactId> + <name>Apache Tuscany SCA Web Service Eclipse Plugin</name> + + <dependencies> + <dependency> + <groupId>org.eclipse.jdt.debug</groupId> + <artifactId>ui</artifactId> + <version>3.2.100-v20070531-1800</version> + <exclusions> + <exclusion> + <groupId>org.eclipse.equinox</groupId> + <artifactId>common</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.equinox</groupId> + <artifactId>app</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.eclipse.equinox</groupId> + <artifactId>app</artifactId> + <version>1.0.0-v20070606</version> + </dependency> + + <dependency> + <groupId>org.eclipse.equinox</groupId> + <artifactId>common</artifactId> + <version>3.3.0-v20070426</version> + </dependency> + + <dependency> + <groupId>org.eclipse.swt.win32.win32</groupId> + <artifactId>x86</artifactId> + <version>3.3.0-v3346</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.plugin.core</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-distribution-webservice</artifactId> + <version>2.0-SNAPSHOT</version> + <type>zip</type> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-distribution-webservice</artifactId> + <version>2.0-SNAPSHOT</version> + <classifier>src</classifier> + <type>zip</type> + </dependency> + </dependencies> + + <build> + <sourceDirectory>${basedir}</sourceDirectory> + <resources> + <resource> + <directory>${basedir}</directory> + <excludes> + <exclude>**/*.java</exclude> + <exclude>**/.*/**</exclude> + <exclude>pom.xml</exclude> + <exclude>build.*</exclude> + <exclude>target/**</exclude> + </excludes> + </resource> + </resources> + + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <classifier>tmp</classifier> + <archive> + <manifestFile>META-INF/MANIFEST.MF</manifestFile> + </archive> + </configuration> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>distribution-package</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <descriptors> + <descriptor>../core/src/main/assembly/jar.xml</descriptor> + </descriptors> + <tarLongFileMode>gnu</tarLongFileMode> + <appendAssemblyId>false</appendAssemblyId> + <archive> + <manifestFile>META-INF/MANIFEST.MF</manifestFile> + </archive> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <repositories> + <repository> + <id>repo1.eclipse</id> + <url>http://repo1.maven.org/eclipse/</url> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + +</project>
Modified: tuscany/java/sca/tools/eclipse/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/eclipse/pom.xml?rev=719095&r1=719090&r2=719095&view=diff ============================================================================== --- tuscany/java/sca/tools/eclipse/pom.xml (original) +++ tuscany/java/sca/tools/eclipse/pom.xml Wed Nov 19 14:26:02 2008 @@ -1,73 +1,73 @@ -<?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-tools</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <packaging>pom</packaging> - <artifactId>tuscany-sca-eclipse-tools</artifactId> - <name>Apache Tuscany SCA Eclipse Tools</name> - - <profiles> - <profile> - <id>distribution</id> - <modules> - <module>features/core</module> - <module>features/ejava</module> - <module>features/manager</module> - <module>features/process</module> - <module>features/web20</module> - <module>features/webservice</module> - <module>plugins/core</module> - <module>plugins/ejava</module> - <module>plugins/manager</module> - <module>plugins/process</module> - <module>plugins/web20</module> - <module>plugins/webservice</module> - <module>site/updatesite</module> - </modules> - </profile> - - <profile> - <id>eclipse</id> - <modules> - <module>features/core</module> - <module>features/ejava</module> - <module>features/manager</module> - <module>features/process</module> - <module>features/web20</module> - <module>features/webservice</module> - <module>plugins/core</module> - <module>plugins/ejava</module> - <module>plugins/manager</module> - <module>plugins/process</module> - <module>plugins/web20</module> - <module>plugins/webservice</module> - <module>site/updatesite</module> - </modules> - </profile> - </profiles> - -</project> +<?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-tools</artifactId> + <version>2.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + + <packaging>pom</packaging> + <artifactId>tuscany-sca-eclipse-tools</artifactId> + <name>Apache Tuscany SCA Eclipse Tools</name> + + <profiles> + <profile> + <id>distribution</id> + <modules> + <module>features/core</module> + <module>features/ejava</module> + <module>features/manager</module> + <module>features/process</module> + <module>features/web20</module> + <module>features/webservice</module> + <module>plugins/core</module> + <module>plugins/ejava</module> + <module>plugins/manager</module> + <module>plugins/process</module> + <module>plugins/web20</module> + <module>plugins/webservice</module> + <module>site/updatesite</module> + </modules> + </profile> + + <profile> + <id>eclipse</id> + <modules> + <module>features/core</module> + <module>features/ejava</module> + <module>features/manager</module> + <module>features/process</module> + <module>features/web20</module> + <module>features/webservice</module> + <module>plugins/core</module> + <module>plugins/ejava</module> + <module>plugins/manager</module> + <module>plugins/process</module> + <module>plugins/web20</module> + <module>plugins/webservice</module> + <module>site/updatesite</module> + </modules> + </profile> + </profiles> + +</project> Modified: tuscany/java/sca/tools/eclipse/site/updatesite/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/eclipse/site/updatesite/pom.xml?rev=719095&r1=719090&r2=719095&view=diff ============================================================================== --- tuscany/java/sca/tools/eclipse/site/updatesite/pom.xml (original) +++ tuscany/java/sca/tools/eclipse/site/updatesite/pom.xml Wed Nov 19 14:26:02 2008 @@ -1,145 +1,145 @@ -<?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-eclipse-tools</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> - </parent> - <artifactId>org.apache.tuscany.sca.updatesite</artifactId> - <name>Apache Tuscany SCA Eclipse Update Site</name> - - <properties> - <tuscany.version>${pom.version}</tuscany.version> - </properties> - - <dependencies> - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.plugin.core</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.feature.core</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.plugin.ejava</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.feature.ejava</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.plugin.manager</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.feature.manager</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.plugin.process</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.feature.process</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.plugin.web20</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.feature.web20</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.plugin.webservice</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>org.apache.tuscany.sca.feature.webservice</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - </dependencies> - - <build> - <resources> - <resource> - <directory>${basedir}</directory> - <excludes> - <exclude>**/.*/**</exclude> - <exclude>pom.xml</exclude> - <exclude>build.*</exclude> - <exclude>target/**</exclude> - </excludes> - </resource> - </resources> - - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>updatesite-package</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>src/main/assembly/updatesite.xml</descriptor> - </descriptors> - <tarLongFileMode>gnu</tarLongFileMode> - <finalName>apache-tuscany-sca-${pom.version}</finalName> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> +<?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-eclipse-tools</artifactId> + <version>2.0-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> + </parent> + <artifactId>org.apache.tuscany.sca.updatesite</artifactId> + <name>Apache Tuscany SCA Eclipse Update Site</name> + + <properties> + <tuscany.version>${pom.version}</tuscany.version> + </properties> + + <dependencies> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.plugin.core</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.feature.core</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.plugin.ejava</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.feature.ejava</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.plugin.manager</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.feature.manager</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.plugin.process</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.feature.process</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.plugin.web20</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.feature.web20</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.plugin.webservice</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>org.apache.tuscany.sca.feature.webservice</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + </dependencies> + + <build> + <resources> + <resource> + <directory>${basedir}</directory> + <excludes> + <exclude>**/.*/**</exclude> + <exclude>pom.xml</exclude> + <exclude>build.*</exclude> + <exclude>target/**</exclude> + </excludes> + </resource> + </resources> + + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>updatesite-package</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <descriptors> + <descriptor>src/main/assembly/updatesite.xml</descriptor> + </descriptors> + <tarLongFileMode>gnu</tarLongFileMode> + <finalName>apache-tuscany-sca-${pom.version}</finalName> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + +</project> Modified: tuscany/java/sca/tools/eclipse/site/updatesite/site.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/eclipse/site/updatesite/site.xml?rev=719095&r1=719090&r2=719095&view=diff ============================================================================== --- tuscany/java/sca/tools/eclipse/site/updatesite/site.xml (original) +++ tuscany/java/sca/tools/eclipse/site/updatesite/site.xml Wed Nov 19 14:26:02 2008 @@ -1,90 +1,90 @@ -<?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. ---> -<site> - <description url="http://incubator.apache.org/tuscany"> - Apache Tuscany SCA Eclipse Update Site. - </description> - - <feature url="features/org.apache.tuscany.sca.feature.core-1.4-EQUINOX-SNAPSHOT.jar" - id="org.apache.tuscany.sca.feature.core" version="1.4.0"> - <category name="org.apache.tuscany.sca.core.features"/> - </feature> - - <feature url="features/org.apache.tuscany.sca.feature.ejava-1.4-EQUINOX-SNAPSHOT.jar" - id="org.apache.tuscany.sca.feature.ejava" version="1.4.0"> - <category name="org.apache.tuscany.sca.optional.features"/> - </feature> - - <feature url="features/org.apache.tuscany.sca.feature.manager-1.4-EQUINOX-SNAPSHOT.jar" - id="org.apache.tuscany.sca.feature.manager" version="1.4.0"> - <category name="org.apache.tuscany.sca.core.features"/> - </feature> - - <feature url="features/org.apache.tuscany.sca.feature.process-1.4-EQUINOX-SNAPSHOT.jar" - id="org.apache.tuscany.sca.feature.process" version="1.4.0"> - <category name="org.apache.tuscany.sca.optional.features"/> - </feature> - - <feature url="features/org.apache.tuscany.sca.feature.web20-1.4-EQUINOX-SNAPSHOT.jar" - id="org.apache.tuscany.sca.feature.web20" version="1.4.0"> - <category name="org.apache.tuscany.sca.optional.features"/> - </feature> - - <feature url="features/org.apache.tuscany.sca.feature.webservice-1.4-EQUINOX-SNAPSHOT.jar" - id="org.apache.tuscany.sca.feature.webservice" version="1.4.0"> - <category name="org.apache.tuscany.sca.optional.features"/> - </feature> - - <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0.jar" - url="features/org.apache.tuscany.sca.feature.core-1.4-EQUINOX-SNAPSHOT.jar"/> - <archive path="plugins/org.apache.tuscany.sca.plugin.core_1.4.0.jar" - url="plugins/org.apache.tuscany.sca.plugin.core-1.4-EQUINOX-SNAPSHOT.jar"/> - - <archive path="features/org.apache.tuscany.sca.feature.ejava_1.4.0.jar" - url="features/org.apache.tuscany.sca.feature.ejava-1.4-EQUINOX-SNAPSHOT.jar"/> - <archive path="plugins/org.apache.tuscany.sca.plugin.ejava_1.4.0.jar" - url="plugins/org.apache.tuscany.sca.plugin.ejava-1.4-EQUINOX-SNAPSHOT.jar"/> - - <archive path="features/org.apache.tuscany.sca.feature.manager_1.4.0.jar" - url="features/org.apache.tuscany.sca.feature.manager-1.4-EQUINOX-SNAPSHOT.jar"/> - <archive path="plugins/org.apache.tuscany.sca.plugin.manager_1.4.0.jar" - url="plugins/org.apache.tuscany.sca.plugin.manager-1.4-EQUINOX-SNAPSHOT.jar"/> - - <archive path="features/org.apache.tuscany.sca.feature.process_1.4.0.jar" - url="features/org.apache.tuscany.sca.feature.process-1.4-EQUINOX-SNAPSHOT.jar"/> - <archive path="plugins/org.apache.tuscany.sca.plugin.process_1.4.0.jar" - url="plugins/org.apache.tuscany.sca.plugin.process-1.4-EQUINOX-SNAPSHOT.jar"/> - - <archive path="features/org.apache.tuscany.sca.feature.web20_1.4.0.jar" - url="features/org.apache.tuscany.sca.feature.web20-1.4-EQUINOX-SNAPSHOT.jar"/> - <archive path="plugins/org.apache.tuscany.sca.plugin.web20_1.4.0.jar" - url="plugins/org.apache.tuscany.sca.plugin.web20-1.4-EQUINOX-SNAPSHOT.jar"/> - - <archive path="features/org.apache.tuscany.sca.feature.webservice_1.4.0.jar" - url="features/org.apache.tuscany.sca.feature.webservice-1.4-EQUINOX-SNAPSHOT.jar"/> - <archive path="plugins/org.apache.tuscany.sca.plugin.webservice_1.4.0.jar" - url="plugins/org.apache.tuscany.sca.plugin.webservice-1.4-EQUINOX-SNAPSHOT.jar"/> - - <category-def name="org.apache.tuscany.sca.core.features" - label="Core Features"/> - <category-def name="org.apache.tuscany.sca.optional.features" - label="Optional Features"/> - -</site> +<?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. +--> +<site> + <description url="http://incubator.apache.org/tuscany"> + Apache Tuscany SCA Eclipse Update Site. + </description> + + <feature url="features/org.apache.tuscany.sca.feature.core-2.0-SNAPSHOT.jar" + id="org.apache.tuscany.sca.feature.core" version="1.4.0"> + <category name="org.apache.tuscany.sca.core.features"/> + </feature> + + <feature url="features/org.apache.tuscany.sca.feature.ejava-2.0-SNAPSHOT.jar" + id="org.apache.tuscany.sca.feature.ejava" version="1.4.0"> + <category name="org.apache.tuscany.sca.optional.features"/> + </feature> + + <feature url="features/org.apache.tuscany.sca.feature.manager-2.0-SNAPSHOT.jar" + id="org.apache.tuscany.sca.feature.manager" version="1.4.0"> + <category name="org.apache.tuscany.sca.core.features"/> + </feature> + + <feature url="features/org.apache.tuscany.sca.feature.process-2.0-SNAPSHOT.jar" + id="org.apache.tuscany.sca.feature.process" version="1.4.0"> + <category name="org.apache.tuscany.sca.optional.features"/> + </feature> + + <feature url="features/org.apache.tuscany.sca.feature.web20-2.0-SNAPSHOT.jar" + id="org.apache.tuscany.sca.feature.web20" version="1.4.0"> + <category name="org.apache.tuscany.sca.optional.features"/> + </feature> + + <feature url="features/org.apache.tuscany.sca.feature.webservice-2.0-SNAPSHOT.jar" + id="org.apache.tuscany.sca.feature.webservice" version="1.4.0"> + <category name="org.apache.tuscany.sca.optional.features"/> + </feature> + + <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0.jar" + url="features/org.apache.tuscany.sca.feature.core-2.0-SNAPSHOT.jar"/> + <archive path="plugins/org.apache.tuscany.sca.plugin.core_1.4.0.jar" + url="plugins/org.apache.tuscany.sca.plugin.core-2.0-SNAPSHOT.jar"/> + + <archive path="features/org.apache.tuscany.sca.feature.ejava_1.4.0.jar" + url="features/org.apache.tuscany.sca.feature.ejava-2.0-SNAPSHOT.jar"/> + <archive path="plugins/org.apache.tuscany.sca.plugin.ejava_1.4.0.jar" + url="plugins/org.apache.tuscany.sca.plugin.ejava-2.0-SNAPSHOT.jar"/> + + <archive path="features/org.apache.tuscany.sca.feature.manager_1.4.0.jar" + url="features/org.apache.tuscany.sca.feature.manager-2.0-SNAPSHOT.jar"/> + <archive path="plugins/org.apache.tuscany.sca.plugin.manager_1.4.0.jar" + url="plugins/org.apache.tuscany.sca.plugin.manager-2.0-SNAPSHOT.jar"/> + + <archive path="features/org.apache.tuscany.sca.feature.process_1.4.0.jar" + url="features/org.apache.tuscany.sca.feature.process-2.0-SNAPSHOT.jar"/> + <archive path="plugins/org.apache.tuscany.sca.plugin.process_1.4.0.jar" + url="plugins/org.apache.tuscany.sca.plugin.process-2.0-SNAPSHOT.jar"/> + + <archive path="features/org.apache.tuscany.sca.feature.web20_1.4.0.jar" + url="features/org.apache.tuscany.sca.feature.web20-2.0-SNAPSHOT.jar"/> + <archive path="plugins/org.apache.tuscany.sca.plugin.web20_1.4.0.jar" + url="plugins/org.apache.tuscany.sca.plugin.web20-2.0-SNAPSHOT.jar"/> + + <archive path="features/org.apache.tuscany.sca.feature.webservice_1.4.0.jar" + url="features/org.apache.tuscany.sca.feature.webservice-2.0-SNAPSHOT.jar"/> + <archive path="plugins/org.apache.tuscany.sca.plugin.webservice_1.4.0.jar" + url="plugins/org.apache.tuscany.sca.plugin.webservice-2.0-SNAPSHOT.jar"/> + + <category-def name="org.apache.tuscany.sca.core.features" + label="Core Features"/> + <category-def name="org.apache.tuscany.sca.optional.features" + label="Optional Features"/> + +</site> Modified: tuscany/java/sca/tools/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/pom.xml?rev=719095&r1=719094&r2=719095&view=diff ============================================================================== --- tuscany/java/sca/tools/pom.xml (original) +++ tuscany/java/sca/tools/pom.xml Wed Nov 19 14:26:02 2008 @@ -37,9 +37,8 @@ </activation> <modules> <module>eclipse</module> - <module>java2wsdl</module> + <module>sdo</module> <module>maven</module> - <module>wsdl2java</module> <module>runtime-inspector</module> </modules> </profile> Propchange: tuscany/java/sca/tools/sdo/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Wed Nov 19 14:26:02 2008 @@ -0,0 +1,2 @@ +/tuscany/branches/sca-java-1.3/tools/sdo:671193 +/tuscany/java/sca/tools/sdo:694837-694843 Modified: tuscany/java/sca/tools/sdo/java2wsdl/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/sdo/java2wsdl/pom.xml?rev=719095&r1=719090&r2=719095&view=diff ============================================================================== --- tuscany/java/sca/tools/sdo/java2wsdl/pom.xml (original) +++ tuscany/java/sca/tools/sdo/java2wsdl/pom.xml Wed Nov 19 14:26:02 2008 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-sdo-tools</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-java2wsdl</artifactId> @@ -44,13 +44,13 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> </dependency> <dependency> Modified: tuscany/java/sca/tools/sdo/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/sdo/pom.xml?rev=719095&r1=719090&r2=719095&view=diff ============================================================================== --- tuscany/java/sca/tools/sdo/pom.xml (original) +++ tuscany/java/sca/tools/sdo/pom.xml Wed Nov 19 14:26:02 2008 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-tools</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -47,7 +47,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.2</version> + <version>4.5</version> <scope>test</scope> </dependency> </dependencies> Modified: tuscany/java/sca/tools/sdo/wsdl2java/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/sdo/wsdl2java/pom.xml?rev=719095&r1=719090&r2=719095&view=diff ============================================================================== --- tuscany/java/sca/tools/sdo/wsdl2java/pom.xml (original) +++ tuscany/java/sca/tools/sdo/wsdl2java/pom.xml Wed Nov 19 14:26:02 2008 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-sdo-tools</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-wsdl2java</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <scope>test</scope> </dependency>
