You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/08/01 23:57:26 UTC

svn commit: r681859 - in /geronimo/server/branches/2.1: DISCLAIMER.txt assemblies/geronimo-boilerplate-minimal/pom.xml

Author: jbohn
Date: Fri Aug  1 14:57:26 2008
New Revision: 681859

URL: http://svn.apache.org/viewvc?rev=681859&view=rev
Log:
ditch DISCLAIMER.txt - at the moment this is no longer needed

Removed:
    geronimo/server/branches/2.1/DISCLAIMER.txt
Modified:
    geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml

Modified: geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml?rev=681859&r1=681858&r2=681859&view=diff
==============================================================================
--- geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml (original)
+++ geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml Fri Aug  1 14:57:26 2008
@@ -303,7 +303,6 @@
                                 <echo>Copying README, RELEASE_NOTES, and DISCLAIMER txt files ${project.basedir}/../.. to underlay - ${project.build.outputDirectory}/contents</echo>
                                 <copy file ="${project.basedir}/../../README.txt" todir="${project.build.outputDirectory}/contents" failonerror="true" overwrite="true" />
                                 <copy file ="${project.basedir}/../../RELEASE_NOTES-2.1.3.txt" todir="${project.build.outputDirectory}/contents" failonerror="true" overwrite="true" />
-                                <copy file ="${project.basedir}/../../DISCLAIMER.txt" todir="${project.build.outputDirectory}/contents" failonerror="true" overwrite="true" />
                             </tasks>
                         </configuration>
                     </execution>