Fixed build process.
This commit is contained in:
parent
4c50d0f30f
commit
861726b58d
@ -4,7 +4,7 @@
|
||||
<import file="build.xml" />
|
||||
|
||||
<!-- ***** Dist ***** -->
|
||||
<target name="buildandgit" depends="dist">
|
||||
<target name="buildandgit" depends="dist, clean">
|
||||
<!-- GIT actions-->
|
||||
<echo message="Commit build.num"/>
|
||||
<exec executable="git" outputproperty="git.commit.out" failifexecutionfails="true">
|
||||
|
@ -63,7 +63,7 @@ public class BuildInformation
|
||||
}
|
||||
|
||||
//
|
||||
this.productName = build.getProperty("product.name", "PuckInstaller");
|
||||
this.productName = build.getProperty("product.name", "DevInProgress");
|
||||
this.majorRevision = build.getProperty("product.revision.major", "d");
|
||||
this.minorRevision = build.getProperty("product.revision.minor", "e");
|
||||
this.buildNumber = build.getProperty("product.revision.build", "v");
|
||||
|
Loading…
Reference in New Issue
Block a user