You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nuvem-commits@incubator.apache.org by lr...@apache.org on 2010/10/01 05:10:04 UTC

svn commit: r1003389 - in /incubator/nuvem/trunk: ./ nuvem-standalone/src/main/java/org/apache/nuvem/cloud/data/impl/ store-appengine-webapp/war/ store-assets/src/main/java/services/ store-catalog-ibmcloud-webapp/src/main/webapp/ store-merger-appengine...

Author: lresende
Date: Fri Oct  1 05:10:04 2010
New Revision: 1003389

URL: http://svn.apache.org/viewvc?rev=1003389&view=rev
Log:
Fixing RAT issues

Modified:
    incubator/nuvem/trunk/nuvem-standalone/src/main/java/org/apache/nuvem/cloud/data/impl/MapDocumentServiceImpl.java
    incubator/nuvem/trunk/pom.xml
    incubator/nuvem/trunk/store-appengine-webapp/war/store.css
    incubator/nuvem/trunk/store-assets/src/main/java/services/FruitsCatalogImpl.java
    incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/src/main/webapp/index.html
    incubator/nuvem/trunk/store-merger-appengine-webapp/war/store.css
    incubator/nuvem/trunk/store-standalone/src/main/java/services/FruitsCatalogImpl.java
    incubator/nuvem/trunk/store-standalone/src/main/resources/uiservices/store.css

Modified: incubator/nuvem/trunk/nuvem-standalone/src/main/java/org/apache/nuvem/cloud/data/impl/MapDocumentServiceImpl.java
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/nuvem-standalone/src/main/java/org/apache/nuvem/cloud/data/impl/MapDocumentServiceImpl.java?rev=1003389&r1=1003388&r2=1003389&view=diff
==============================================================================
--- incubator/nuvem/trunk/nuvem-standalone/src/main/java/org/apache/nuvem/cloud/data/impl/MapDocumentServiceImpl.java (original)
+++ incubator/nuvem/trunk/nuvem-standalone/src/main/java/org/apache/nuvem/cloud/data/impl/MapDocumentServiceImpl.java Fri Oct  1 05:10:04 2010
@@ -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.
+ */
 package org.apache.nuvem.cloud.data.impl;
 
 import java.util.HashMap;

Modified: incubator/nuvem/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/pom.xml?rev=1003389&r1=1003388&r2=1003389&view=diff
==============================================================================
--- incubator/nuvem/trunk/pom.xml (original)
+++ incubator/nuvem/trunk/pom.xml Fri Oct  1 05:10:04 2010
@@ -248,6 +248,7 @@
                                 <exclude>**/*.log</exclude>
                                 <exclude>**/rat.txt</exclude>
                                 <exclude>**/target/**/*</exclude>
+                                <exclude>**/dojo/**/*</exclude>
                                 <exclude>**/WEB-INF/lib/**/*</exclude>                                
 
                                 <!-- Exclude Eclipse generated files -->

Modified: incubator/nuvem/trunk/store-appengine-webapp/war/store.css
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-appengine-webapp/war/store.css?rev=1003389&r1=1003388&r2=1003389&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-appengine-webapp/war/store.css (original)
+++ incubator/nuvem/trunk/store-appengine-webapp/war/store.css Fri Oct  1 05:10:04 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ */
 <style type="text/css">
 
 html, body {

Modified: incubator/nuvem/trunk/store-assets/src/main/java/services/FruitsCatalogImpl.java
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-assets/src/main/java/services/FruitsCatalogImpl.java?rev=1003389&r1=1003388&r2=1003389&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-assets/src/main/java/services/FruitsCatalogImpl.java (original)
+++ incubator/nuvem/trunk/store-assets/src/main/java/services/FruitsCatalogImpl.java Fri Oct  1 05:10:04 2010
@@ -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.
+ */
 package services;
 
 import java.util.ArrayList;
@@ -14,7 +32,7 @@ import org.oasisopen.sca.annotation.Serv
 public class FruitsCatalogImpl implements Catalog {
     @Property
     public String currencyCode = "USD";
-    
+
     @Reference
     public CurrencyConverter currencyConverter;
 

Modified: incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/src/main/webapp/index.html?rev=1003389&r1=1003388&r2=1003389&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/src/main/webapp/index.html (original)
+++ incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/src/main/webapp/index.html Fri Oct  1 05:10:04 2010
@@ -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.
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>

Modified: incubator/nuvem/trunk/store-merger-appengine-webapp/war/store.css
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-merger-appengine-webapp/war/store.css?rev=1003389&r1=1003388&r2=1003389&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-merger-appengine-webapp/war/store.css (original)
+++ incubator/nuvem/trunk/store-merger-appengine-webapp/war/store.css Fri Oct  1 05:10:04 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ */
 <style type="text/css">
 
 html, body {

Modified: incubator/nuvem/trunk/store-standalone/src/main/java/services/FruitsCatalogImpl.java
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-standalone/src/main/java/services/FruitsCatalogImpl.java?rev=1003389&r1=1003388&r2=1003389&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-standalone/src/main/java/services/FruitsCatalogImpl.java (original)
+++ incubator/nuvem/trunk/store-standalone/src/main/java/services/FruitsCatalogImpl.java Fri Oct  1 05:10:04 2010
@@ -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.
+ */
 package services;
 
 import java.util.ArrayList;
@@ -14,7 +32,7 @@ import org.oasisopen.sca.annotation.Serv
 public class FruitsCatalogImpl implements Catalog {
     @Property
     public String currencyCode = "USD";
-    
+
     @Reference
     public CurrencyConverter currencyConverter;
 

Modified: incubator/nuvem/trunk/store-standalone/src/main/resources/uiservices/store.css
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-standalone/src/main/resources/uiservices/store.css?rev=1003389&r1=1003388&r2=1003389&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-standalone/src/main/resources/uiservices/store.css (original)
+++ incubator/nuvem/trunk/store-standalone/src/main/resources/uiservices/store.css Fri Oct  1 05:10:04 2010
@@ -1,3 +1,20 @@
+/*
+ * 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
+ */
 <style type="text/css">
 
 html, body {