summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-21 07:03:47 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-21 07:03:47 +0000
commitab6904bc2f622129bc548391745b08eb0c219e57 (patch)
tree5c7599119182bfa8e65c0d6605e933396aedffd2 /java/sca/otest/current
parent8d70ef6d556ad29b93d5d40e91c4c9304638c9e9 (diff)
Fix svn:eol-style and svn:keywords properties for java/xml files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/otest/current')
-rw-r--r--java/sca/otest/current/pom.xml288
-rw-r--r--java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties34
2 files changed, 161 insertions, 161 deletions
diff --git a/java/sca/otest/current/pom.xml b/java/sca/otest/current/pom.xml
index cf008e8ea2..40834fc982 100644
--- a/java/sca/otest/current/pom.xml
+++ b/java/sca/otest/current/pom.xml
@@ -1,144 +1,144 @@
-<?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</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tuscany-otests</artifactId>
- <name>Apache Tuscany SCA Specification Tests Assembly Unit tests</name>
- <!--packaging>jar</packaging-->
- <packaging>pom</packaging>
-
- <repositories>
- <repository>
- <id>apache.incubator</id>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
- </repository>
- </repositories>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-api</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-core</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-webservice</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-
- <modules>
- <module>General</module>
- <module>General_Java</module>
-<!--
- <module>ASM_10001</module>
- <module>ASM_10003</module>
- <module>ASM_12001</module>
- <module>ASM_12002</module>
- <module>ASM_12003</module>
- <module>ASM_12005</module>
- <module>ASM_12007</module>
- <module>ASM_12008</module>
- <module>ASM_12009</module>
- <module>ASM_12010</module>
- <module>ASM_12012</module>
- <module>ASM_12013</module>
- <module>ASM_13001</module>
- <module>ASM_13002</module>
- <module>ASM_13003</module>
- <module>ASM_13004</module>
- <module>ASM_13005</module>
- <module>ASM_13006</module>
- <module>ASM_13007</module>
- <module>ASM_13008</module>
- <module>ASM_4002</module>
- <module>ASM_4003</module>
- <module>ASM_4004</module>
- <module>ASM_4007</module>
- <module>ASM_5004</module>
- <module>ASM_5005</module>
- <module>ASM_5007</module>
- <module>ASM_5009</module>
- <module>ASM_5023</module>
- <module>ASM_5024</module>
- <module>ASM_5027</module>
- <module>ASM_5030</module>
- <module>ASM_5035</module>
- <module>ASM_6001</module>
- <module>ASM_6002</module>
- <module>ASM_6003</module>
- <module>ASM_6005</module>
- <module>ASM_6006</module>
- <module>ASM_6008</module>
- <module>ASM_6012</module>
- <module>ASM_6021</module>
- <module>ASM_6022</module>
- <module>ASM_6025</module>
- <module>ASM_6028</module>
- <module>ASM_6029</module>
- <module>ASM_6031</module>
- <module>ASM_6032</module>
- <module>ASM_6033</module>
- <module>ASM_7001</module>
- <module>ASM_7007</module>
- <module>ASM_7008</module>
- <module>ASM_7009</module>
- <module>ASM_7010</module>
- <module>ASM_8001</module>
- <module>ASM_8001_Java</module>
- <module>ASM_8003</module>
- <module>ASM_8004</module>
- <module>ASM_8005</module>
- <module>ASM_8010</module>
- <module>ASM_8011</module>
- <module>ASM_8012</module>
- <module>ASM_9002</module>
- <module>Contribution1</module>
- <module>Contribution2</module>
--->
- <module>ASM_5004</module>
- <module>tests</module>
- </modules>
-
-</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</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-otests</artifactId>
+ <name>Apache Tuscany SCA Specification Tests Assembly Unit tests</name>
+ <!--packaging>jar</packaging-->
+ <packaging>pom</packaging>
+
+ <repositories>
+ <repository>
+ <id>apache.incubator</id>
+ <url>http://people.apache.org/repo/m2-incubating-repository</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature-api</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature-core</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature-webservice</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <modules>
+ <module>General</module>
+ <module>General_Java</module>
+<!--
+ <module>ASM_10001</module>
+ <module>ASM_10003</module>
+ <module>ASM_12001</module>
+ <module>ASM_12002</module>
+ <module>ASM_12003</module>
+ <module>ASM_12005</module>
+ <module>ASM_12007</module>
+ <module>ASM_12008</module>
+ <module>ASM_12009</module>
+ <module>ASM_12010</module>
+ <module>ASM_12012</module>
+ <module>ASM_12013</module>
+ <module>ASM_13001</module>
+ <module>ASM_13002</module>
+ <module>ASM_13003</module>
+ <module>ASM_13004</module>
+ <module>ASM_13005</module>
+ <module>ASM_13006</module>
+ <module>ASM_13007</module>
+ <module>ASM_13008</module>
+ <module>ASM_4002</module>
+ <module>ASM_4003</module>
+ <module>ASM_4004</module>
+ <module>ASM_4007</module>
+ <module>ASM_5004</module>
+ <module>ASM_5005</module>
+ <module>ASM_5007</module>
+ <module>ASM_5009</module>
+ <module>ASM_5023</module>
+ <module>ASM_5024</module>
+ <module>ASM_5027</module>
+ <module>ASM_5030</module>
+ <module>ASM_5035</module>
+ <module>ASM_6001</module>
+ <module>ASM_6002</module>
+ <module>ASM_6003</module>
+ <module>ASM_6005</module>
+ <module>ASM_6006</module>
+ <module>ASM_6008</module>
+ <module>ASM_6012</module>
+ <module>ASM_6021</module>
+ <module>ASM_6022</module>
+ <module>ASM_6025</module>
+ <module>ASM_6028</module>
+ <module>ASM_6029</module>
+ <module>ASM_6031</module>
+ <module>ASM_6032</module>
+ <module>ASM_6033</module>
+ <module>ASM_7001</module>
+ <module>ASM_7007</module>
+ <module>ASM_7008</module>
+ <module>ASM_7009</module>
+ <module>ASM_7010</module>
+ <module>ASM_8001</module>
+ <module>ASM_8001_Java</module>
+ <module>ASM_8003</module>
+ <module>ASM_8004</module>
+ <module>ASM_8005</module>
+ <module>ASM_8010</module>
+ <module>ASM_8011</module>
+ <module>ASM_8012</module>
+ <module>ASM_9002</module>
+ <module>Contribution1</module>
+ <module>Contribution2</module>
+-->
+ <module>ASM_5004</module>
+ <module>tests</module>
+ </modules>
+
+</project>
diff --git a/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties b/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
index bb43e08a6d..54c7eeeb6f 100644
--- a/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
+++ b/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
@@ -1,17 +1,17 @@
-#
-# Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
-# OASIS trademark, IPR and other policies apply.
-#
-
-# OASIS SCA Assembly test properties
-# The implementation type to use for Assembly test suite
-# org.oasis.sca.tests.assembly.lang=BPEL
-org.oasis.sca.tests.assembly.lang=Java
-
-# The class to use as the Runtime Bridge for the SCA runtime under test
-org.oasis.sca.tests.assembly.runtime_bridge=client.TuscanyRuntimeBridge
-
-# The location of the contributions for the test suite
-# %1 represents the placement of the name of each contribution into the location URI
-org.oasis.sca.tests.assembly.contribution.location=../%1/target/tuscany-otests-asm-%1.jar
-
+#
+# Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
+# OASIS trademark, IPR and other policies apply.
+#
+
+# OASIS SCA Assembly test properties
+# The implementation type to use for Assembly test suite
+# org.oasis.sca.tests.assembly.lang=BPEL
+org.oasis.sca.tests.assembly.lang=Java
+
+# The class to use as the Runtime Bridge for the SCA runtime under test
+org.oasis.sca.tests.assembly.runtime_bridge=client.TuscanyRuntimeBridge
+
+# The location of the contributions for the test suite
+# %1 represents the placement of the name of each contribution into the location URI
+org.oasis.sca.tests.assembly.contribution.location=../%1/target/tuscany-otests-asm-%1.jar
+