You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/11/03 10:42:34 UTC

svn commit: r470736 - in /incubator/tuscany/java/sca/services/containers/container.bpel: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/tuscany/ src/main/java/org/apache/tuscany/container/ src/mai...

Author: antelder
Date: Fri Nov  3 01:42:32 2006
New Revision: 470736

URL: http://svn.apache.org/viewvc?view=rev&rev=470736
Log:
Empty skeleton for the new BPEL container work

Added:
    incubator/tuscany/java/sca/services/containers/container.bpel/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/NOTICE.txt   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/pom.xml   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/apache/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/apache/tuscany/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/apache/tuscany/container/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/apache/tuscany/container/bpel/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/bpel.system.scdl
    incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/default.scdl   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/apache/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/apache/tuscany/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/apache/tuscany/container/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/apache/tuscany/container/bpel/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/apache/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/apache/tuscany/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/apache/tuscany/container/   (with props)
    incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/apache/tuscany/container/bpel/   (with props)

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Added: incubator/tuscany/java/sca/services/containers/container.bpel/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/containers/container.bpel/NOTICE.txt?view=auto&rev=470736
==============================================================================
--- incubator/tuscany/java/sca/services/containers/container.bpel/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/services/containers/container.bpel/NOTICE.txt Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/NOTICE.txt
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Added: incubator/tuscany/java/sca/services/containers/container.bpel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/containers/container.bpel/pom.xml?view=auto&rev=470736
==============================================================================
--- incubator/tuscany/java/sca/services/containers/container.bpel/pom.xml (added)
+++ incubator/tuscany/java/sca/services/containers/container.bpel/pom.xml Fri Nov  3 01:42:32 2006
@@ -0,0 +1,61 @@
+<?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>
+
+    <parent>
+        <groupId>org.apache.tuscany.sca.services.containers</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>container-bpel</artifactId>
+    <name>Apache Tuscany BPEL Container</name>
+    <description>Apache Tuscany BPEL Container using Apache Ode</description>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca.kernel</groupId>
+            <artifactId>tuscany-spi</artifactId>
+            <version>${sca.version}</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>test</artifactId>
+            <version>${sca.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymockclassextension</artifactId>
+        </dependency>
+
+    </dependencies>
+
+</project>

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/pom.xml
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/apache/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/apache/tuscany/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/apache/tuscany/container/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/java/org/apache/tuscany/container/bpel/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Added: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/bpel.system.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/bpel.system.scdl?view=auto&rev=470736
==============================================================================
--- incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/bpel.system.scdl (added)
+++ incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/bpel.system.scdl Fri Nov  3 01:42:32 2006
@@ -0,0 +1,40 @@
+<?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.
+-->
+<!--
+    JavaScript configuration for the launcher environment.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+           xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
+
+           name="org.apache.tuscany.container.script.ScriptImplementation">
+
+    <component name="script.implementationLoader">
+        <system:implementation.system class="org.apache.tuscany.container.script.ScriptImplementationLoader"/>
+    </component>
+
+    <component name="script.componentTypeLoader">
+        <system:implementation.system class="org.apache.tuscany.container.script.helper.ScriptHelperComponentTypeLoader"/>
+    </component>
+
+    <component name="script.componentBuilder">
+        <system:implementation.system class="org.apache.tuscany.container.script.helper.ScriptHelperComponentBuilder"/>
+    </component>
+    
+</composite>

Added: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/default.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/default.scdl?view=auto&rev=470736
==============================================================================
--- incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/default.scdl (added)
+++ incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/default.scdl Fri Nov  3 01:42:32 2006
@@ -0,0 +1,40 @@
+<?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.
+-->
+<!--
+    JavaScript configuration for the launcher environment.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+           xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
+
+           name="org.apache.tuscany.container.script.ScriptImplementation">
+
+    <component name="script.implementationLoader">
+        <system:implementation.system class="org.apache.tuscany.container.script.ScriptImplementationLoader"/>
+    </component>
+
+    <component name="script.componentTypeLoader">
+        <system:implementation.system class="org.apache.tuscany.container.script.helper.ScriptHelperComponentTypeLoader"/>
+    </component>
+
+    <component name="script.componentBuilder">
+        <system:implementation.system class="org.apache.tuscany.container.script.helper.ScriptHelperComponentBuilder"/>
+    </component>
+    
+</composite>

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/main/resources/META-INF/sca/default.scdl
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/apache/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/apache/tuscany/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/apache/tuscany/container/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/java/org/apache/tuscany/container/bpel/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/apache/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/apache/tuscany/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/apache/tuscany/container/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/java/sca/services/containers/container.bpel/src/test/resources/org/apache/tuscany/container/bpel/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Fri Nov  3 01:42:32 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org