You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2005/01/30 22:12:48 UTC

svn commit: r149155 - jakarta/commons/sandbox/cache/trunk/build.xml

Author: craigmcc
Date: Sun Jan 30 13:12:47 2005
New Revision: 149155

URL: http://svn.apache.org/viewcvs?view=rev&rev=149155
Log:
Remove unnecessary dependence on LICENSE file in parent directory.

Modified:
    jakarta/commons/sandbox/cache/trunk/build.xml

Modified: jakarta/commons/sandbox/cache/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/cache/trunk/build.xml?view=diff&r1=149154&r2=149155
==============================================================================
--- jakarta/commons/sandbox/cache/trunk/build.xml (original)
+++ jakarta/commons/sandbox/cache/trunk/build.xml Sun Jan 30 13:12:47 2005
@@ -13,7 +13,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<!-- $Id: build.xml,v 1.3 2004/02/24 21:34:16 scolebourne Exp $ -->
+<!-- $Id$ -->
 <project name="commons-cache" default="test" basedir=".">
 
    <!-- patternset describing files to be copied from the doc directory -->
@@ -138,7 +138,7 @@
 
    <target name="doc-top" depends="init">
       <mkdir  dir="${dest}"/>
-      <copy todir="${dest}" file="../LICENSE"/>
+      <copy todir="${dest}" file="LICENSE.txt"/>
    </target>
 
    <target name="doc-copy" depends="init" if="available-doc">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org