Skip to content

Commit

Permalink
[ignore] Fixed a typo in the build scripts (it's Git not GIT)
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Oct 28, 2013
1 parent d4af11f commit 3db7572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build/scripts/build-impl.xml
Expand Up @@ -123,7 +123,7 @@
<echo message="-------------------------"/>
<echo message="eXist ${project.version} build"/>
<echo message="-------------------------"/>
<echo message="GIT revision ${git.commit}"/>
<echo message="Git revision ${git.commit}"/>
<echo message=""/>
<echo message="${ant.version}"/>
<echo message="-------------------------"/>
Expand Down Expand Up @@ -351,7 +351,7 @@
<attribute name="Project-Version" value="${project.version}"/>
<attribute name="Project-Build" value="${DSTAMP}"/>
<attribute name="Project-CodeName" value="${project.codename}"/>
<attribute name="GIT-Revision" value="${git.commit}"/>
<attribute name="Git-Revision" value="${git.commit}"/>
</manifest>
<exclude name="org/exist/*.xsl"/>
<exclude name="org/exist/ant/**"/>
Expand All @@ -377,7 +377,7 @@
<attribute name="Project-Version" value="${project.version}"/>
<attribute name="Project-Build" value="${DSTAMP}"/>
<attribute name="Project-CodeName" value="${project.codename}"/>
<attribute name="GIT-Revision" value="${git.commit}"/>
<attribute name="Git-Revision" value="${git.commit}"/>
</manifest>
<include name="org/exist/start/**"/>
</jar>
Expand All @@ -388,7 +388,7 @@
<attribute name="Project-Version" value="${project.version}"/>
<attribute name="Project-Build" value="${DSTAMP}"/>
<attribute name="Project-CodeName" value="${project.codename}"/>
<attribute name="GIT-Revision" value="${git.commit}"/>
<attribute name="Git-Revision" value="${git.commit}"/>
</manifest>
<include name="org/exist/*.xsl"/>
<include name="org/exist/ant/**"/>
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/dist.xml
Expand Up @@ -154,7 +154,7 @@
<attribute name="Project-Name" value="${project.name}"/>
<attribute name="Project-Version" value="${project.version}"/>
<attribute name="Project-Build" value="${DSTAMP}"/>
<attribute name="GIT-Revision" value="${git.commit}"/>
<attribute name="Git-Revision" value="${git.commit}"/>
</manifest>

</war>
Expand Down

0 comments on commit 3db7572

Please sign in to comment.