You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/28 21:05:35 UTC

svn commit: r480184 - in /maven/resources/trunk: ./ apache-incubator-disclaimer-resource-bundle/ apache-incubator-disclaimer-resource-bundle/src/ apache-incubator-disclaimer-resource-bundle/src/main/ apache-incubator-disclaimer-resource-bundle/src/main...

Author: jvanzyl
Date: Tue Nov 28 12:05:34 2006
New Revision: 480184

URL: http://svn.apache.org/viewvc?view=rev&rev=480184
Log:
o adding incubator disclaimer resource bundle

Added:
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml   (with props)
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/resources/
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt   (with props)
Modified:
    maven/resources/trunk/pom.xml

Added: maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml?view=auto&rev=480184
==============================================================================
--- maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml (added)
+++ maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml Tue Nov 28 12:05:34 2006
@@ -0,0 +1,16 @@
+<?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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache-resource-bundles</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <artifactId>apache-incubator-disclaimer-resource-bundle</artifactId>
+  <name>Apache License Header Resource Bundle</name>
+  <version>1.0-SNAPSHOT</version>
+  <inceptionYear>2006</inceptionYear>
+  <description>
+    An archive which contains the standard Apache Incubator disclaimer.
+  </description>
+</project>

Propchange: maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt?view=auto&rev=480184
==============================================================================
--- maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt (added)
+++ maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt Tue Nov 28 12:05:34 2006
@@ -0,0 +1,10 @@
+${project.name} is an effort undergoing incubation at the Apache Software 
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+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: maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/src/main/resources/META-INF/DISCLAIMER.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/resources/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?view=diff&rev=480184&r1=480183&r2=480184
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Tue Nov 28 12:05:34 2006
@@ -15,6 +15,7 @@
   <modules>
     <module>apache-jar-resource-bundle</module>
     <module>apache-license-header-resource-bundle</module>
+    <module>apache-incubator-disclaimer-resource-bundle</module>         
   </modules>
   <build>
     <plugins>