You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/03/04 20:09:50 UTC

svn commit: r750106 - in /myfaces/tobago/branches/tobago-1.0.x: ./ core/src/main/java/org/apache/myfaces/tobago/context/ core/src/main/java/org/apache/myfaces/tobago/layout/ core/src/test/java/org/apache/myfaces/tobago/component/ core/src/test/java/org...

Author: bommel
Date: Wed Mar  4 19:09:50 2009
New Revision: 750106

URL: http://svn.apache.org/viewvc?rev=750106&view=rev
Log:
missing license

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/context/ResourceUtils.java   (props changed)
    myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/layout/Measure.java
    myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/component/SorterTest.java
    myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/context/ResourceUtilsUnitTest.java   (props changed)
    myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/util/LayoutUtilTest.java
    myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TabController.java
    myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TestTabChangeListener.java
    myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/webapp/layout.xml
    myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tab.jsp
    myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tabSheet.jsp
    myfaces/tobago/branches/tobago-1.0.x/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/mozilla/style/style.css

Propchange: myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/context/ResourceUtils.java
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  4 19:09:50 2009
@@ -1 +1 @@
-/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceUtils.java:743495-743708
+/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceUtils.java:743495-743708,744771-744909,744926

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/layout/Measure.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/layout/Measure.java?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/layout/Measure.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/layout/Measure.java Wed Mar  4 19:09:50 2009
@@ -1,5 +1,22 @@
 package org.apache.myfaces.tobago.layout;
 
+/*
+ * 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.
+ */
+
 import org.apache.commons.lang.StringUtils;
 import org.apache.myfaces.tobago.util.LayoutUtil;
 

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/component/SorterTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/component/SorterTest.java?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/component/SorterTest.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/component/SorterTest.java Wed Mar  4 19:09:50 2009
@@ -1,5 +1,22 @@
 package org.apache.myfaces.tobago.component;
 
+/*
+ * 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.
+ */
+
 import junit.framework.TestCase;
 
 /**

Propchange: myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/context/ResourceUtilsUnitTest.java
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  4 19:09:50 2009
@@ -1 +1 @@
-/myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/context/ResourceUtilsUnitTest.java:743495-743708
+/myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/context/ResourceUtilsUnitTest.java:743495-743708,744771-744909,744926

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/util/LayoutUtilTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/util/LayoutUtilTest.java?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/util/LayoutUtilTest.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/test/java/org/apache/myfaces/tobago/util/LayoutUtilTest.java Wed Mar  4 19:09:50 2009
@@ -1,5 +1,22 @@
 package org.apache.myfaces.tobago.util;
 
+/*
+ * 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.
+ */
+
 import junit.framework.TestCase;
 import org.apache.commons.lang.StringUtils;
 

Modified: myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TabController.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TabController.java?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TabController.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TabController.java Wed Mar  4 19:09:50 2009
@@ -1,5 +1,22 @@
 package org.apache.myfaces.tobago.example.facelets;
 
+/*
+ * 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.
+ */
+
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.myfaces.tobago.event.TabChangeEvent;

Modified: myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TestTabChangeListener.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TestTabChangeListener.java?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TestTabChangeListener.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/java/org/apache/myfaces/tobago/example/facelets/TestTabChangeListener.java Wed Mar  4 19:09:50 2009
@@ -1,5 +1,22 @@
 package org.apache.myfaces.tobago.example.facelets;
 
+/*
+ * 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.
+ */
+
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.myfaces.tobago.event.TabChangeEvent;

Modified: myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/webapp/layout.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/webapp/layout.xml?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/webapp/layout.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/facelets/src/main/webapp/layout.xml Wed Mar  4 19:09:50 2009
@@ -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.
+-->
+    
 <f:view xmlns:jsp="http://java.sun.com/JSP/Page"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"

Modified: myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tab.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tab.jsp?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tab.jsp (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tab.jsp Wed Mar  4 19:09:50 2009
@@ -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 under the License.
+--%>
+
 <%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
 <%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tabSheet.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tabSheet.jsp?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tabSheet.jsp (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/test/src/main/webapp/tabSheet.jsp Wed Mar  4 19:09:50 2009
@@ -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 under the License.
+--%>
+
 <%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
 <%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Wed Mar  4 19:09:50 2009
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces</groupId>
@@ -592,7 +594,33 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
           <version>2.3</version>
-        </plugin>   
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>rat-maven-plugin</artifactId>
+          <version>1.0-alpha-3</version>
+          <configuration>
+            <excludes>
+              <exclude>**/javax.faces.lifecycle.LifecycleFactory</exclude>
+              <exclude>**/*.log</exclude>
+              <exclude>**/*.txt</exclude>
+              <exclude>**/target/**/*</exclude>
+              <exclude>**/blank.html</exclude>
+              <exclude>example/**/*</exclude>
+              <exclude>src/site/resources/css/png-fix.htc</exclude>
+              <exclude>src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/effects.js</exclude>
+              <exclude>src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/slider.js</exclude>
+              <exclude>src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/builder.js</exclude>
+              <exclude>src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/scriptaculous.js</exclude>
+              <exclude>src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/dragdrop.js</exclude>
+              <exclude>src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/controls.js</exclude>
+              <exclude>release.properties</exclude>
+              <exclude>*.iml</exclude>
+              <exclude>*.ipr</exclude>
+              <exclude>*.iws</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Modified: myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/mozilla/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/mozilla/style/style.css?rev=750106&r1=750105&r2=750106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/mozilla/style/style.css (original)
+++ myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/mozilla/style/style.css Wed Mar  4 19:09:50 2009
@@ -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 under the License.
+ */
+
 /* Tree -------------------------------------------------------------------- */
 
 div.tobago-tree-default {