aboutsummaryrefslogtreecommitdiff
blob: 7ba4b0e234ac9c7ad2feedc1ba48384dbb1e5bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/make/build.xml
+++ b/make/build.xml
@@ -70,14 +70,6 @@
     <property name="gluegen.build.number" value="manual"/>
     <property name="gluegen.build.id"     value="${version.timestamp}"/>
     <mkdir dir="${build}" />
-    <exec dir="." executable="git" logError="true" failonerror="false" failifexecutionfails="false"
-              output="${build}/localbranch.raw">
-        <arg line="branch --no-color"/>
-    </exec>
-    <exec dir="." executable="sed" logError="true" failonerror="false" failifexecutionfails="false"
-              outputproperty="gluegen.build.branch">
-        <arg line="-e '/^[^*]/d' -e 's/* \(.*\)/\1/' '${build}/localbranch.raw'"/>
-    </exec>
     <property name="gluegen.build.branch" value="manual"/> <!-- fallback -->
     <exec dir="${project.root}" executable="git" logError="true" failonerror="false" failifexecutionfails="false"
               outputproperty="gluegen.build.commit">