Skip to content

Commit

Permalink
Changing README back to *.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkapsi committed Apr 22, 2011
1 parent f9d0633 commit 3d0f329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -41,7 +41,7 @@

<target name="dist" depends="jar">
<mkdir dir="${dist.dir}"/>
<copy file="README" todir="${dist.dir}" failonerror="false"/>
<copy file="README.md" todir="${dist.dir}" failonerror="false"/>
<copy file="LICENSE" todir="${dist.dir}" failonerror="false"/>
<copy file="RELEASE-NOTES" todir="${dist.dir}" failonerror="false"/>
<copy file="${jar.file}" todir="${dist.dir}"/>
Expand Down

0 comments on commit 3d0f329

Please sign in to comment.