Author: matzew
Date: Tue Mar 20 23:02:19 2007
New Revision: 520764

URL: http://svn.apache.org/viewvc?view=rev&rev=520764
Log:
Thx to Guillaume Nodet, who provided a work around for striped out license 
headers

Modified:
    incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-api/pom.xml
    incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-assembly/pom.xml
    incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-build/pom.xml
    
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/blank/pom.xml
    incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/pom.xml
    
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-demo/pom.xml
    
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-example-assembly/pom.xml
    incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-impl/pom.xml

Modified: incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-api/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-api/pom.xml?view=diff&rev=520764&r1=520763&r2=520764
==============================================================================
--- incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-api/pom.xml 
(original)
+++ incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-api/pom.xml Tue 
Mar 20 23:02:19 2007
@@ -1,4 +1,21 @@
 <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";> 
+<!--
+
+    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.
+-->
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>

Modified: 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-assembly/pom.xml?view=diff&rev=520764&r1=520763&r2=520764
==============================================================================
--- incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-assembly/pom.xml 
(original)
+++ incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-assembly/pom.xml 
Tue Mar 20 23:02:19 2007
@@ -1,3 +1,4 @@
+<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";>
 <!--
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-<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>
   <artifactId>trinidad-assembly</artifactId>
   <packaging>pom</packaging>

Modified: 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-build/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-build/pom.xml?view=diff&rev=520764&r1=520763&r2=520764
==============================================================================
--- incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-build/pom.xml 
(original)
+++ incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-build/pom.xml 
Tue Mar 20 23:02:19 2007
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<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";> 
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -18,7 +19,6 @@
     under the License.
           
 -->
-<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";> 
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>

Modified: 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/blank/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/blank/pom.xml?view=diff&rev=520764&r1=520763&r2=520764
==============================================================================
--- 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/blank/pom.xml
 (original)
+++ 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/blank/pom.xml
 Tue Mar 20 23:02:19 2007
@@ -1,7 +1,20 @@
 <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";>
-
-
-
+<!--
+ * 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.
+-->
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>

Modified: 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/pom.xml?view=diff&rev=520764&r1=520763&r2=520764
==============================================================================
--- incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/pom.xml 
(original)
+++ incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/pom.xml 
Tue Mar 20 23:02:19 2007
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<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";>
 <!--
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-<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.trinidad</groupId>

Modified: 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-demo/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-demo/pom.xml?view=diff&rev=520764&r1=520763&r2=520764
==============================================================================
--- 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-demo/pom.xml
 (original)
+++ 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-demo/pom.xml
 Tue Mar 20 23:02:19 2007
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<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";> 
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -18,7 +19,6 @@
     under the License.
           
 -->
-<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";> 
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>

Modified: 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-example-assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-example-assembly/pom.xml?view=diff&rev=520764&r1=520763&r2=520764
==============================================================================
--- 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-example-assembly/pom.xml
 (original)
+++ 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-examples/trinidad-example-assembly/pom.xml
 Tue Mar 20 23:02:19 2007
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<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";>
 <!--
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-<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>
   <artifactId>trinidad-example-assembly</artifactId>
   <packaging>pom</packaging>

Modified: 
incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-impl/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-impl/pom.xml?view=diff&rev=520764&r1=520763&r2=520764
==============================================================================
--- incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-impl/pom.xml 
(original)
+++ incubator/adffaces/tags/trinidad-1.0.0-incubating/trinidad-impl/pom.xml Tue 
Mar 20 23:02:19 2007
@@ -1,4 +1,23 @@
 <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";> 
+<!--
+    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.
+          
+-->
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>


Reply via email to