You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/07/30 22:48:59 UTC

svn commit: r561112 - /incubator/tuscany/java/sca/itest/pom.xml

Author: rfeng
Date: Mon Jul 30 13:48:59 2007
New Revision: 561112

URL: http://svn.apache.org/viewvc?view=rev&rev=561112
Log:
Update the itest/pom.xml to include the commented out modules

Modified:
    incubator/tuscany/java/sca/itest/pom.xml

Modified: incubator/tuscany/java/sca/itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/pom.xml?view=diff&rev=561112&r1=561111&r2=561112
==============================================================================
--- incubator/tuscany/java/sca/itest/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/pom.xml Mon Jul 30 13:48:59 2007
@@ -1,21 +1,21 @@
 <?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.    
+    * 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>
@@ -47,14 +47,21 @@
                 <module>conversations</module>
                 <module>databindings</module>
                 <module>exceptions</module>
-                <module>extended-api</module>
                 <!--
-                <module>osgi-implementation</module>
+                <module>exceptions-cross-binding</module>
+                <module>exceptions-cross-binding-ws</module>
                 -->
+                <module>extended-api</module>
                 <module>operation-overloading</module>
+                <!--
+                    <module>osgi-implementation</module>
+                -->
                 <module>properties</module>
                 <module>recursive</module>
                 <module>scopes</module>
+                <!--
+                <module>spec-api</module>
+                -->
                 <module>wsdl</module>
             </modules>
         </profile>
@@ -74,7 +81,7 @@
             <artifactId>easymock</artifactId>
             <version>2.2</version>
             <scope>test</scope>
-        </dependency>        
+        </dependency>
     </dependencies>
-    
+
 </project>



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