You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2011/04/01 19:19:49 UTC

svn commit: r1087820 - in /shindig/trunk: content/container/datauri_proxy.html pom.xml

Author: lindner
Date: Fri Apr  1 17:19:49 2011
New Revision: 1087820

URL: http://svn.apache.org/viewvc?rev=1087820&view=rev
Log:
more rat fixes

Modified:
    shindig/trunk/content/container/datauri_proxy.html
    shindig/trunk/pom.xml

Modified: shindig/trunk/content/container/datauri_proxy.html
URL: http://svn.apache.org/viewvc/shindig/trunk/content/container/datauri_proxy.html?rev=1087820&r1=1087819&r2=1087820&view=diff
==============================================================================
--- shindig/trunk/content/container/datauri_proxy.html (original)
+++ shindig/trunk/content/container/datauri_proxy.html Fri Apr  1 17:19:49 2011
@@ -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>
     <title>Data URI via proxy, sample/test page</title>

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1087820&r1=1087819&r2=1087820&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Fri Apr  1 17:19:49 2011
@@ -720,6 +720,7 @@
                 <exclude>etc/svn-props</exclude>
                 <exclude>etc/eclipse/shindig.importorder</exclude>
                 <exclude>JsMin.php</exclude>
+                <exclude>**/content/**/*.json</exclude>
                 <exclude>**/test/misc/rewriter*.css</exclude>
                 <exclude>**/test/misc/rewriter*.js</exclude>
                 <exclude>**/test/misc/*.html</exclude>
@@ -1223,6 +1224,7 @@
               <exclude>etc/svn-props</exclude>
               <exclude>etc/eclipse/shindig.importorder</exclude>
               <exclude>JsMin.php</exclude>
+              <exclude>**/content/**/*.json</exclude>
               <exclude>**/test/misc/rewriter*.css</exclude>
               <exclude>**/test/misc/rewriter*.js</exclude>
               <exclude>**/test/misc/*.html</exclude>