Author: rfeng
Date: Wed Oct 24 12:56:52 2007
New Revision: 587986
URL: http://svn.apache.org/viewvc?rev=587986&view=rev
Log:
Add LICENSE headers and clean up some obsolete files
Removed:
incubator/tuscany/branches/sca-java-1.0.1/demos/mortgage-creditcheck/.ruleset
incubator/tuscany/branches/sca-java-1.0.1/demos/mortgage-creditcheck/src/main/resources/META-INF/
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/.ruleset
Modified:
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/build.xml
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/accounts.xml
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/customer.xsd
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/quotes.xml
Modified: incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/build.xml?rev=587986&r1=587985&r2=587986&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/build.xml
(original)
+++ incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/build.xml Wed
Oct 24 12:56:52 2007
@@ -1,3 +1,22 @@
+<?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 name="demo-xml-bigbank" default="compile">
<target name="compile">
Modified:
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/accounts.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/accounts.xml?rev=587986&r1=587985&r2=587986&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/accounts.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/accounts.xml
Wed Oct 24 12:56:52 2007
@@ -1,4 +1,22 @@
<?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.
+-->
<customer id="123" xmlns="http://example.com/customer"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<firstName>John</firstName>
<lastName>Smith</lastName>
Modified:
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/customer.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/customer.xsd?rev=587986&r1=587985&r2=587986&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/customer.xsd
(original)
+++
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/customer.xsd
Wed Oct 24 12:56:52 2007
@@ -1,4 +1,22 @@
<?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.
+-->
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://exmaple.com/customer"
targetNamespace="http://exmaple.com/customer"
elementFormDefault="qualified">
<element name="customer" type="tns:Customer" />
Modified:
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/quotes.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/quotes.xml?rev=587986&r1=587985&r2=587986&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/quotes.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.0.1/demos/xml-bigbank/src/main/resources/quotes.xml
Wed Oct 24 12:56:52 2007
@@ -1,4 +1,22 @@
-<?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.
+-->
<GetQuotesResponse xmlns="http://swanandmokashi.com">
<GetQuotesResult>
<Quote>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]