You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/11/08 01:29:30 UTC

svn commit: r472351 - in /incubator/tuscany/branches/sca-java-M2/samples: applications/bigbank/docs/ css/ standalone/helloworldJavaScript/src/main/resources/ webapp/helloworldws-async/ webapp/webapp/src/main/webapp/WEB-INF/

Author: rineholt
Date: Tue Nov  7 16:29:29 2006
New Revision: 472351

URL: http://svn.apache.org/viewvc?view=rev&rev=472351
Log:
fix issues reported by rat tool.

Removed:
    incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws-async/.ruleset
Modified:
    incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/Show.Image.html
    incubator/tuscany/branches/sca-java-M2/samples/css/base.css
    incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.componentType
    incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.js
    incubator/tuscany/branches/sca-java-M2/samples/webapp/webapp/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/Show.Image.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/Show.Image.html?view=diff&rev=472351&r1=472350&r2=472351
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/Show.Image.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/Show.Image.html Tue Nov  7 16:29:29 2006
@@ -1,3 +1,21 @@
+<!--
+    * 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.
+-->
 <html>
   <head>
     <style type="text/css">

Modified: incubator/tuscany/branches/sca-java-M2/samples/css/base.css
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/css/base.css?view=diff&rev=472351&r1=472350&r2=472351
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/css/base.css (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/css/base.css Tue Nov  7 16:29:29 2006
@@ -1,4 +1,21 @@
-/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
+/* 
+    * 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.
+ */
 
   body { margin: 0px;
     padding: 3px 0px 5px 20px;

Modified: incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.componentType
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.componentType?view=diff&rev=472351&r1=472350&r2=472351
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.componentType (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.componentType Tue Nov  7 16:29:29 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ASCII"?>
+<!--
+ * 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.    
+-->
 
 <componentType xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 

Modified: incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.js
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.js?view=diff&rev=472351&r1=472350&r2=472351
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.js (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldJavaScript/src/main/resources/HelloWorld.js Tue Nov  7 16:29:29 2006
@@ -1,3 +1,21 @@
+/*
+ * 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.    
+ */
 function sayHello(s) {
 	return "Hello " + s;
 }

Modified: incubator/tuscany/branches/sca-java-M2/samples/webapp/webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/webapp/webapp/src/main/webapp/WEB-INF/web.xml?view=diff&rev=472351&r1=472350&r2=472351
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/webapp/webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/webapp/webapp/src/main/webapp/WEB-INF/web.xml Tue Nov  7 16:29:29 2006
@@ -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.
+-->
 
 <web-app version="2.4"
          xmlns="http://java.sun.com/xml/ns/j2ee"



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