Skip to content

Commit

Permalink
Commented out the code to get the latest SV rev since we don't need i…
Browse files Browse the repository at this point in the history
…t right now and it's breaking Windows builds

git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/cdk/trunk@12077 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
rajarshi committed Aug 22, 2008
1 parent 302fec1 commit b7ba930
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,14 @@
</classpath>
</taskdef>

<!--
<shellscript shell="bash" outputproperty="svn.output">
svn info
</shellscript>
<propertyregex property="svn.rev" input="${svn.output}" regexp="Revision: ([0-9]*)" select="\1" />

-->

<target id="info" name="info" depends="check">

<echo message="${svn.rev}" />

<!-- Gives information about the building process. -->
<echo message="Platform:" />
<echo message=" OS: ${os.name}" />
Expand Down

0 comments on commit b7ba930

Please sign in to comment.