Author: jboynes
Date: Wed Oct  4 16:21:58 2006
New Revision: 453062

URL: http://svn.apache.org/viewvc?view=rev&rev=453062
Log:
move samples/das to das/samples

Added:
    incubator/tuscany/java/das/samples/
      - copied from r453049, incubator/tuscany/java/samples/das/
Removed:
    incubator/tuscany/java/samples/das/
Modified:
    incubator/tuscany/java/das/pom.xml
    incubator/tuscany/java/das/samples/companyweb/pom.xml
    incubator/tuscany/java/das/samples/pom.xml
    incubator/tuscany/java/das/samples/testing/tomcat/companyweb/pom.xml
    incubator/tuscany/java/das/samples/testing/tomcat/pom.xml
    incubator/tuscany/java/distribution/pom.xml
    incubator/tuscany/java/samples/pom.xml

Modified: incubator/tuscany/java/das/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/das/pom.xml?view=diff&rev=453062&r1=453061&r2=453062
==============================================================================
--- incubator/tuscany/java/das/pom.xml (original)
+++ incubator/tuscany/java/das/pom.xml Wed Oct  4 16:21:58 2006
@@ -32,6 +32,7 @@
 
     <modules>
         <module>rdb</module>
+        <module>samples</module>
     </modules>
 
     <!-- definition of repositories where the parent pom can be found -->

Modified: incubator/tuscany/java/das/samples/companyweb/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/companyweb/pom.xml?view=diff&rev=453062&r1=453049&r2=453062
==============================================================================
--- incubator/tuscany/java/das/samples/companyweb/pom.xml (original)
+++ incubator/tuscany/java/das/samples/companyweb/pom.xml Wed Oct  4 16:21:58 
2006
@@ -20,7 +20,7 @@
 <project>
 
     <parent>
-        <groupId>org.apache.tuscany.samples.das</groupId>
+        <groupId>org.apache.tuscany.das.samples</groupId>
         <artifactId>tuscany-samples-das</artifactId>
         <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>

Modified: incubator/tuscany/java/das/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/pom.xml?view=diff&rev=453062&r1=453049&r2=453062
==============================================================================
--- incubator/tuscany/java/das/samples/pom.xml (original)
+++ incubator/tuscany/java/das/samples/pom.xml Wed Oct  4 16:21:58 2006
@@ -20,47 +20,17 @@
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.tuscany.samples</groupId>
-        <artifactId>parent</artifactId>
+        <groupId>org.apache.tuscany.das</groupId>
+        <artifactId>tuscany-das</artifactId>
         <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
     
-    <groupId>org.apache.tuscany.samples.das</groupId>
+    <groupId>org.apache.tuscany.das.samples</groupId>
     <artifactId>tuscany-samples-das</artifactId>
     <packaging>pom</packaging>
     <name>Tuscany DAS Samples</name>
-    <version>1.0-incubator-M2-SNAPSHOT</version>
-
-    <!-- definition of repositories where the parent pom can be found -->
-    <repositories>
-        <repository>
-            <id>apache.snapshots</id>
-            <name>Apache Snapshot Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>apache.incubator</id>
-            <name>Apache Incubator Repository</name>
-            <url>http://people.apache.org/repo/m2-incubating-repository/</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
 
     <modules>
         <module>companyweb</module>
     </modules>
-    <build>
-        <defaultGoal>install</defaultGoal>
-    </build>
 </project>

Modified: incubator/tuscany/java/das/samples/testing/tomcat/companyweb/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/companyweb/pom.xml?view=diff&rev=453062&r1=453049&r2=453062
==============================================================================
--- incubator/tuscany/java/das/samples/testing/tomcat/companyweb/pom.xml 
(original)
+++ incubator/tuscany/java/das/samples/testing/tomcat/companyweb/pom.xml Wed 
Oct  4 16:21:58 2006
@@ -1,22 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- *  Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, 
as applicable.
+ * 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
  *
- *  Licensed 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
  *
- *     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.
- -->
+ * 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.samples.das</groupId>
+        <groupId>org.apache.tuscany.das.samples</groupId>
         <artifactId>tuscany-samples-das-testing-tomcat</artifactId>
         <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
@@ -26,7 +29,6 @@
     <packaging>jar</packaging>
     <name>Tuscany Testing DAS Sample - Companyweb</name>
     <description>Testing Tomcat DAS end user test</description>
-    <version>1.0-incubator-M2-SNAPSHOT</version>
 
 
     <dependencies>

Modified: incubator/tuscany/java/das/samples/testing/tomcat/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/pom.xml?view=diff&rev=453062&r1=453049&r2=453062
==============================================================================
--- incubator/tuscany/java/das/samples/testing/tomcat/pom.xml (original)
+++ incubator/tuscany/java/das/samples/testing/tomcat/pom.xml Wed Oct  4 
16:21:58 2006
@@ -1,22 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- *  Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, 
as applicable.
+ * 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
  *
- *  Licensed 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
  *
- *     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.
- -->
+ * 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.samples.das</groupId>
+        <groupId>org.apache.tuscany.das.samples</groupId>
         <artifactId>tuscany-samples-das</artifactId>
         <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
@@ -26,7 +29,6 @@
     <artifactId>tuscany-samples-das-testing-tomcat</artifactId>
     <packaging>pom</packaging>
     <name>Tuscany Testing in Tomcat</name>
-    <version>1.0-incubator-M2-SNAPSHOT</version>
 
 
     <modules>

Modified: incubator/tuscany/java/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/pom.xml?view=diff&rev=453062&r1=453061&r2=453062
==============================================================================
--- incubator/tuscany/java/distribution/pom.xml (original)
+++ incubator/tuscany/java/distribution/pom.xml Wed Oct  4 16:21:58 2006
@@ -76,8 +76,6 @@
     </pluginRepositories>
 
     <modules>
-        <module>das</module>
-        <module>das-samples</module>
         <module>sca</module>
     </modules>
 </project>

Modified: incubator/tuscany/java/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/samples/pom.xml?view=diff&rev=453062&r1=453061&r2=453062
==============================================================================
--- incubator/tuscany/java/samples/pom.xml (original)
+++ incubator/tuscany/java/samples/pom.xml Wed Oct  4 16:21:58 2006
@@ -57,7 +57,6 @@
     </repositories>
 
     <modules>
-        <module>das</module>
         <module>sca</module>
     </modules>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to