You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2014/04/17 12:38:52 UTC

svn commit: r1588203 - in /myfaces/core/trunk/impl: ./ src/test/resources/META-INF/contracts/blue/ src/test/resources/META-INF/contracts/blue/mylib/ src/test/resources/META-INF/contracts/yellow/ src/test/resources/META-INF/contracts/yellow/mylib/ src/t...

Author: mkienenb
Date: Thu Apr 17 10:38:52 2014
New Revision: 1588203

URL: http://svn.apache.org/r1588203
Log:
MYFACES-3885 Add headers to trivial js and xml test resources.

Modified:
    myfaces/core/trunk/impl/pom.xml
    myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/javax.faces.contract.xml
    myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/mylib/myjs.js
    myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/javax.faces.contract.xml
    myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/mylib/myjs.js
    myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/application/contracts/contracts/red/mylib/myjs.js
    myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test.js
    myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test1.js
    myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js
    myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/jsf/html/javax.faces/jsf.js
    myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/updateheadres/resources/javax.faces/jsf.js

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Thu Apr 17 10:38:52 2014
@@ -105,11 +105,6 @@
                         <exclude>src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension</exclude>
                         <exclude>src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer</exclude>
 
-                        <!-- these jsf.js files are trivial empty placeholders -->
-                        <exclude>src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js</exclude>
-                        <exclude>src/test/resources/org/apache/myfaces/view/facelets/tag/jsf/html/javax.faces/jsf.js</exclude>
-                        <exclude>src/test/resources/org/apache/myfaces/view/facelets/updateheadres/resources/javax.faces/jsf.js</exclude>
-
                         <!-- This file probably needs a license, but I don't know if it's safe to put it in there -->
                         <exclude>src/test/resources/org/apache/myfaces/context/nestedScriptCDATA.xml</exclude>
                     </excludes>

Modified: myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/javax.faces.contract.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/javax.faces.contract.xml?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/javax.faces.contract.xml (original)
+++ myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/javax.faces.contract.xml Thu Apr 17 10:38:52 2014
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<!--
+ * 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.
+-->

Modified: myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/mylib/myjs.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/mylib/myjs.js?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/mylib/myjs.js (original)
+++ myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/blue/mylib/myjs.js Thu Apr 17 10:38:52 2014
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2012 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
\ No newline at end of file

Modified: myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/javax.faces.contract.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/javax.faces.contract.xml?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/javax.faces.contract.xml (original)
+++ myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/javax.faces.contract.xml Thu Apr 17 10:38:52 2014
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<!--
+ * 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.
+-->

Modified: myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/mylib/myjs.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/mylib/myjs.js?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/mylib/myjs.js (original)
+++ myfaces/core/trunk/impl/src/test/resources/META-INF/contracts/yellow/mylib/myjs.js Thu Apr 17 10:38:52 2014
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2012 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
\ No newline at end of file

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/application/contracts/contracts/red/mylib/myjs.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/application/contracts/contracts/red/mylib/myjs.js?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/application/contracts/contracts/red/mylib/myjs.js (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/application/contracts/contracts/red/mylib/myjs.js Thu Apr 17 10:38:52 2014
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2012 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
\ No newline at end of file

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test.js?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test.js (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test.js Thu Apr 17 10:38:52 2014
@@ -1 +1,16 @@
+/*
+ * Copyright 2012 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
 //Dummy class to make work h:outputScript

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test1.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test1.js?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test1.js (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/pool/resources/test1.js Thu Apr 17 10:38:52 2014
@@ -1 +1,16 @@
+/*
+ * Copyright 2012 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
 //Dummy class to make work h:outputScript

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js Thu Apr 17 10:38:52 2014
@@ -1 +1,16 @@
+/*
+ * Copyright 2012 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
 //Dummy class to make work h:outputScript
\ No newline at end of file

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/jsf/html/javax.faces/jsf.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/jsf/html/javax.faces/jsf.js?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/jsf/html/javax.faces/jsf.js (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/jsf/html/javax.faces/jsf.js Thu Apr 17 10:38:52 2014
@@ -1 +1,16 @@
+/*
+ * Copyright 2012 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
 //Dummy class to make work h:outputScript
\ No newline at end of file

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/updateheadres/resources/javax.faces/jsf.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/updateheadres/resources/javax.faces/jsf.js?rev=1588203&r1=1588202&r2=1588203&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/updateheadres/resources/javax.faces/jsf.js (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/updateheadres/resources/javax.faces/jsf.js Thu Apr 17 10:38:52 2014
@@ -1 +1,16 @@
+/*
+ * Copyright 2012 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
 //Dummy class to make work h:outputScript