Author: akarasulu Date: Mon Dec 6 09:22:26 2004 New Revision: 109993 URL: http://svn.apache.org/viewcvs?view=rev&rev=109993 Log: adding incubator disclaimer and packaging into all jar META-INF dirs for eve Added: incubator/directory/INCUBATOR-DISCLAIMER.txt Modified: incubator/directory/eve/trunk/project.properties incubator/directory/eve/trunk/project.xml
Added: incubator/directory/INCUBATOR-DISCLAIMER.txt Url: http://svn.apache.org/viewcvs/incubator/directory/INCUBATOR-DISCLAIMER.txt?view=auto&rev=109993 ============================================================================== --- (empty file) +++ incubator/directory/INCUBATOR-DISCLAIMER.txt Mon Dec 6 09:22:26 2004 @@ -0,0 +1,17 @@ + Incubator Disclaimer + ==================== + +The Directory project is an effort undergoing incubation at the Apache Software +Foundation (ASF), sponsored by Noel Burgman. 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. + +For more information about the incubation status of the Directory project you +can go to the following page: + +http://incubator.apache.org/projects/directory.html + Modified: incubator/directory/eve/trunk/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.properties?view=diff&rev=109993&p1=incubator/directory/eve/trunk/project.properties&r1=109992&p2=incubator/directory/eve/trunk/project.properties&r2=109993 ============================================================================== --- incubator/directory/eve/trunk/project.properties (original) +++ incubator/directory/eve/trunk/project.properties Mon Dec 6 09:22:26 2004 @@ -1,5 +1,6 @@ maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory -maven.license.licenseFile=../../LICENSE.txt +maven.license.licenseFile=${basedir}/../../LICENSE.txt +maven.incubator.disclaimerFile=${basedir}/../../INCUBATOR-DISCLAIMER.txt maven.xdoc.date=left maven.xdoc.includeProjectDocumentation=no maven.xdoc.poweredby.image= Modified: incubator/directory/eve/trunk/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.xml?view=diff&rev=109993&p1=incubator/directory/eve/trunk/project.xml&r1=109992&p2=incubator/directory/eve/trunk/project.xml&r2=109993 ============================================================================== --- incubator/directory/eve/trunk/project.xml (original) +++ incubator/directory/eve/trunk/project.xml Mon Dec 6 09:22:26 2004 @@ -144,12 +144,14 @@ </resource> <resource> - <directory>${basedir}/conf</directory> - <targetPath>BLOCK-INF</targetPath> + <directory>${basedir}/../../../</directory> + <targetPath>META-INF</targetPath> <includes> - <include>block.xml</include> + <include>LICENSE.txt</include> + <include>INCUBATOR-DISCLAIMER.txt</include> </includes> </resource> + </resources> <jars></jars> </build>
