Author: matzew
Date: Tue Jan 16 23:29:30 2007
New Revision: 496950
URL: http://svn.apache.org/viewvc?view=rev&rev=496950
Log:
improvements to the RC1 (added INCUBATOR_NOTICE.txt and licenses to poms)
Added:
incubator/adffaces/branches/matzew-m1-plugins/INCUBATOR_NOTICE.txt (with
props)
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(with props)
incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(with props)
incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(with props)
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(with props)
incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(with props)
incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(with props)
incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(with props)
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(with props)
Modified:
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/pom.xml
incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml
incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/pom.xml
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/pom.xml
incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/pom.xml
incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/pom.xml
incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/pom.xml
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/pom.xml
Added: incubator/adffaces/branches/matzew-m1-plugins/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/INCUBATOR_NOTICE.txt (added)
+++ incubator/adffaces/branches/matzew-m1-plugins/INCUBATOR_NOTICE.txt Tue Jan
16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange: incubator/adffaces/branches/matzew-m1-plugins/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/adffaces/branches/matzew-m1-plugins/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/pom.xml?view=diff&rev=496950&r1=496949&r2=496950
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/pom.xml
(original)
+++ incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/pom.xml
Tue Jan 16 23:29:30 2007
@@ -1,3 +1,22 @@
+<!--
+ 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.
+
+-->
<project>
<modelVersion>4.0.0</modelVersion>
Added:
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(added)
+++
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
Tue Jan 16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml?view=diff&rev=496950&r1=496949&r2=496950
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml
(original)
+++ incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/pom.xml Tue
Jan 16 23:29:30 2007
@@ -1,3 +1,22 @@
+<!--
+ 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.
+
+-->
<project>
<modelVersion>4.0.0</modelVersion>
Added:
incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(added)
+++
incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
Tue Jan 16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-i18n-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/pom.xml?view=diff&rev=496950&r1=496949&r2=496950
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/pom.xml
(original)
+++ incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/pom.xml
Tue Jan 16 23:29:30 2007
@@ -1,3 +1,22 @@
+<!--
+ 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.
+
+-->
<project>
<modelVersion>4.0.0</modelVersion>
Added:
incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(added)
+++
incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
Tue Jan 16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-javacc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/pom.xml?view=diff&rev=496950&r1=496949&r2=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/pom.xml
(original)
+++
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/pom.xml
Tue Jan 16 23:29:30 2007
@@ -1,3 +1,22 @@
+<!--
+ 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.
+
+-->
<project>
<modelVersion>4.0.0</modelVersion>
Added:
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(added)
+++
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
Tue Jan 16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-javascript-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/pom.xml?view=diff&rev=496950&r1=496949&r2=496950
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/pom.xml
(original)
+++ incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/pom.xml Tue
Jan 16 23:29:30 2007
@@ -1,3 +1,22 @@
+<!--
+ 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.
+
+-->
<project>
<modelVersion>4.0.0</modelVersion>
Added:
incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(added)
+++
incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
Tue Jan 16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-jdev-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/pom.xml?view=diff&rev=496950&r1=496949&r2=496950
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/pom.xml
(original)
+++ incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/pom.xml
Tue Jan 16 23:29:30 2007
@@ -1,3 +1,22 @@
+<!--
+ 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.
+
+-->
<project>
<modelVersion>4.0.0</modelVersion>
Added:
incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(added)
+++
incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
Tue Jan 16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-tagdoc-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/pom.xml?view=diff&rev=496950&r1=496949&r2=496950
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/pom.xml
(original)
+++ incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/pom.xml Tue
Jan 16 23:29:30 2007
@@ -1,3 +1,22 @@
+<!--
+ 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.
+
+-->
<project>
<modelVersion>4.0.0</modelVersion>
Added:
incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(added)
+++
incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
Tue Jan 16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/maven-xrts-plugin/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/pom.xml?view=diff&rev=496950&r1=496949&r2=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/pom.xml
(original)
+++
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/pom.xml
Tue Jan 16 23:29:30 2007
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- * Copyright 2002-2005 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.
-
+ 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.
+
-->
<project>
<modelVersion>4.0.0</modelVersion>
Added:
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/INCUBATOR_NOTICE.txt?view=auto&rev=496950
==============================================================================
---
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
(added)
+++
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
Tue Jan 16 23:29:30 2007
@@ -0,0 +1,9 @@
+Note : Apache Trinidad is an effort undergoing incubation
+at the Apache Software Foundation (ASF). Incubation is
+required of all newly accepted projects until a further
+review indicates that the infrastructure, communications,
+and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate
+that the project has yet to be fully endorsed by the ASF.
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/branches/matzew-m1-plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/INCUBATOR_NOTICE.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL