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 2007/05/15 23:43:38 UTC

svn commit: r538334 - in /incubator/tuscany/java/sca: distribution/src/main/assembly/ modules/interface-java/ modules/interface-wsdl-xml/ samples/binding-echo/ samples/calculator-rmi-reference/ samples/calculator-rmi-service/ samples/calculator-script/...

Author: antelder
Date: Tue May 15 14:43:37 2007
New Revision: 538334

URL: http://svn.apache.org/viewvc?view=rev&rev=538334
Log:
Fix the last few RAT problems

Modified:
    incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
    incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml
    incubator/tuscany/java/sca/modules/interface-java/.pmd
    incubator/tuscany/java/sca/modules/interface-wsdl-xml/.pmd
    incubator/tuscany/java/sca/samples/binding-echo/binding-echo.svg
    incubator/tuscany/java/sca/samples/calculator-rmi-reference/calculator-rmi-reference.svg
    incubator/tuscany/java/sca/samples/calculator-rmi-service/calculator-rmi-service.svg
    incubator/tuscany/java/sca/samples/calculator-script/calculator-script.svg
    incubator/tuscany/java/sca/samples/calculator-web/calculator-web.svg
    incubator/tuscany/java/sca/samples/calculator/calculator.svg
    incubator/tuscany/java/sca/samples/databinding-echo/databinding-echo.svg
    incubator/tuscany/java/sca/samples/helloworld-ws-reference/helloworld-ws-reference.svg
    incubator/tuscany/java/sca/samples/helloworld-ws-service/helloworld-ws-service.svg
    incubator/tuscany/java/sca/samples/implementation-composite/implementation-composite.svg
    incubator/tuscany/java/sca/samples/implementation-crud/implementation-crud.svg
    incubator/tuscany/java/sca/samples/simple-bigbank/simple-bigbank.svg
    incubator/tuscany/java/sca/samples/simple-callback/simple-callback.svg
    incubator/tuscany/java/sca/samples/supplychain/supplychain.svg

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml Tue May 15 14:43:37 2007
@@ -77,6 +77,8 @@
 				<exclude>helloworld-jsonrpc/src/main/webapp/dojo/**/*</exclude>
 				<exclude>helloworld-ws-reference/work</exclude>
 				<exclude>helloworld-ws-reference/work/**/*</exclude>
+				<exclude>helloworld-ws-service/work</exclude>
+				<exclude>helloworld-ws-service/work/**/*</exclude>
 				<exclude>calculator-web/target/sample-calculator-web</exclude>
 				<exclude>calculator-web/target/sample-calculator-web/**/*</exclude>
 				<exclude>helloworld-jsonrpc/target/sample-helloworldjsonrpc</exclude>

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml Tue May 15 14:43:37 2007
@@ -63,7 +63,7 @@
     		 <exclude>contrib/**/*</exclude>
     		 <exclude>doc</exclude>
     		 <exclude>doc/**/*</exclude>
-                 <exclude>**/target</exclude>
+             <exclude>**/target</exclude>
     		 <exclude>**/target/**/*</exclude>
     		 <exclude>**/build</exclude>
     		 <exclude>**/build/**/*</exclude>
@@ -79,6 +79,7 @@
     		 <exclude>**/build.out*</exclude>
     		 <exclude>velocity.log</exclude>
     		 <exclude>itest/velocity.log</exclude>
+    		 <exclude>itest/databindings/jaxbgen/velocity.log</exclude>
              <exclude>modules/http-tomcat/work</exclude>
              <exclude>modules/http-tomcat/work/**/*</exclude>
              <exclude>modules/implementation-spring</exclude>
@@ -91,6 +92,8 @@
              <exclude>samples/helloworld-jsonrpc/src/main/webapp/dojo/**/*</exclude>
              <exclude>samples/helloworld-ws-reference/work</exclude>
              <exclude>samples/helloworld-ws-reference/work/**/*</exclude>
+             <exclude>samples/helloworld-ws-service/work</exclude>
+             <exclude>samples/helloworld-ws-service/work/**/*</exclude>
              <exclude>samples/bigbank</exclude>
              <exclude>samples/bigbank/**/*</exclude>
          </excludes>

Modified: incubator/tuscany/java/sca/modules/interface-java/.pmd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/interface-java/.pmd?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/modules/interface-java/.pmd (original)
+++ incubator/tuscany/java/sca/modules/interface-java/.pmd Tue May 15 14:43:37 2007
@@ -1,2 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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.
+-->
 <pmd><useProjectRuleSet>true</useProjectRuleSet><rules/><includeDerivedFiles>false</includeDerivedFiles></pmd>

Modified: incubator/tuscany/java/sca/modules/interface-wsdl-xml/.pmd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/interface-wsdl-xml/.pmd?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/modules/interface-wsdl-xml/.pmd (original)
+++ incubator/tuscany/java/sca/modules/interface-wsdl-xml/.pmd Tue May 15 14:43:37 2007
@@ -1,2 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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.
+-->
 <pmd><useProjectRuleSet>true</useProjectRuleSet><rules/><includeDerivedFiles>false</includeDerivedFiles></pmd>

Modified: incubator/tuscany/java/sca/samples/binding-echo/binding-echo.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo/binding-echo.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo/binding-echo.svg (original)
+++ incubator/tuscany/java/sca/samples/binding-echo/binding-echo.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/calculator-rmi-reference/calculator-rmi-reference.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-rmi-reference/calculator-rmi-reference.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-rmi-reference/calculator-rmi-reference.svg (original)
+++ incubator/tuscany/java/sca/samples/calculator-rmi-reference/calculator-rmi-reference.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/calculator-rmi-service/calculator-rmi-service.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-rmi-service/calculator-rmi-service.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-rmi-service/calculator-rmi-service.svg (original)
+++ incubator/tuscany/java/sca/samples/calculator-rmi-service/calculator-rmi-service.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/calculator-script/calculator-script.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-script/calculator-script.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-script/calculator-script.svg (original)
+++ incubator/tuscany/java/sca/samples/calculator-script/calculator-script.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/calculator-web/calculator-web.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-web/calculator-web.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-web/calculator-web.svg (original)
+++ incubator/tuscany/java/sca/samples/calculator-web/calculator-web.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/calculator/calculator.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator/calculator.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator/calculator.svg (original)
+++ incubator/tuscany/java/sca/samples/calculator/calculator.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/databinding-echo/databinding-echo.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/databinding-echo/databinding-echo.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/databinding-echo/databinding-echo.svg (original)
+++ incubator/tuscany/java/sca/samples/databinding-echo/databinding-echo.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-reference/helloworld-ws-reference.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-reference/helloworld-ws-reference.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-reference/helloworld-ws-reference.svg (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-reference/helloworld-ws-reference.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service/helloworld-ws-service.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service/helloworld-ws-service.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service/helloworld-ws-service.svg (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service/helloworld-ws-service.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/implementation-composite/implementation-composite.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/implementation-composite/implementation-composite.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/implementation-composite/implementation-composite.svg (original)
+++ incubator/tuscany/java/sca/samples/implementation-composite/implementation-composite.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/implementation-crud/implementation-crud.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/implementation-crud/implementation-crud.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/implementation-crud/implementation-crud.svg (original)
+++ incubator/tuscany/java/sca/samples/implementation-crud/implementation-crud.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/simple-bigbank/simple-bigbank.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/simple-bigbank/simple-bigbank.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/simple-bigbank/simple-bigbank.svg (original)
+++ incubator/tuscany/java/sca/samples/simple-bigbank/simple-bigbank.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/simple-callback/simple-callback.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/simple-callback/simple-callback.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/simple-callback/simple-callback.svg (original)
+++ incubator/tuscany/java/sca/samples/simple-callback/simple-callback.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"

Modified: incubator/tuscany/java/sca/samples/supplychain/supplychain.svg
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/supplychain/supplychain.svg?view=diff&rev=538334&r1=538333&r2=538334
==============================================================================
--- incubator/tuscany/java/sca/samples/supplychain/supplychain.svg (original)
+++ incubator/tuscany/java/sca/samples/supplychain/supplychain.svg Tue May 15 14:43:37 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * 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.
+-->
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"



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