Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 29, 2013
1 parent c5d8eaa commit 644f12e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.md
@@ -0,0 +1,9 @@
Git
===

This is the list of changes for the Git 1.0 release series.

Git 1.0.0
---------

* Initial release.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -52,6 +52,7 @@
<fileset dir="${basedir}/src"/>
</copy>

<copy file="ChangeLog.md" todir="${basedir}/build"/>
<copy file="LICENSE" todir="${basedir}/build"/>
<copy file="README.md" todir="${basedir}/build"/>

Expand All @@ -60,6 +61,7 @@
</exec>

<delete dir="${basedir}/build/SebastianBergmann"/>
<delete file="${basedir}/build/ChangeLog.md"/>
<delete file="${basedir}/build/LICENSE"/>
<delete file="${basedir}/build/README.md"/>
</target>
Expand Down
3 changes: 2 additions & 1 deletion build/package.xml
Expand Up @@ -17,7 +17,7 @@
<email>sebastian@phpunit.de</email>
<active>yes</active>
</lead>
<date>2013-MM-DD</date>
<date>2013-05-29</date>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
Expand All @@ -36,6 +36,7 @@
<file baseinstalldir="/" name="Git.php" role="php"/>
</dir>
</dir>
<file baseinstalldir="/" name="ChangeLog.md" role="doc"/>
<file baseinstalldir="/" name="LICENSE" role="doc"/>
<file baseinstalldir="/" name="README.md" role="doc"/>
</dir>
Expand Down

0 comments on commit 644f12e

Please sign in to comment.