You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2014/10/22 16:08:11 UTC

git commit: add '.txt' to LICENSE filename in the copy step of ant dist target.

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master e7d246e01 -> b3682894c


add '.txt' to LICENSE filename in the copy step of ant dist target.


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/b3682894
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/b3682894
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/b3682894

Branch: refs/heads/master
Commit: b3682894cca563743bdc9c4dd97d9acefaba58dc
Parents: e7d246e
Author: Shawn <sm...@apache.org>
Authored: Wed Oct 22 09:07:56 2014 -0500
Committer: Shawn <sm...@apache.org>
Committed: Wed Oct 22 09:07:56 2014 -0500

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/b3682894/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b827977..68d4ca9 100644
--- a/build.xml
+++ b/build.xml
@@ -426,7 +426,7 @@
            target: build
           ================================= -->
     <target name="build" depends="clean,build-jar,build-jar-test,javadoc,javadoc-samples" description="--> create the core Fortress library">
-       <copy todir="${dist.dir}" file="${basedir}/LICENSE"/>
+       <copy todir="${dist.dir}" file="${basedir}/LICENSE.txt"/>
        <copy todir="${dist.dir}" file="${basedir}/NOTICE.txt"/>
     </target>