Skip to content

Commit

Permalink
'build auto-commit'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcesher committed Sep 27, 2012
1 parent 9d5027c commit c207831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,14 @@
<directory remoteMethod="run" path="${webroot}/mxunit/tests/runner" packageName="mxunit.tests.runner" componentPath="mxunit.tests.runner" recurse="false" includes="*.cfc" excludes="" />
</mxunittask>

<!-- create nice pretty report -->
<!-- create nice pretty report
<junitreport todir="${junit.out.dir.html}">
<fileset dir="${output.dir}">
<include name="*.xml" />
</fileset>
<report format="frames" todir="${junit.out.dir.html}" styledir="${style.dir}" />
</junitreport>
</junitreport>-->

<fail if="testsfailed" message="Failing the build because tests failed" />
</target>
Expand Down
8 changes: 4 additions & 4 deletions buildprops/version.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Build version info
#Sat, 11 Aug 2012 21:53:42 -0400
build.buildnum=2
#Thu, 27 Sep 2012 17:10:35 -0400
build.buildnum=3
build.minor=1
build.versiondescription=Release
build.notation=
build.date=08/11/2012
build.major=2
build.date=09/27/2012
build.major=2

0 comments on commit c207831

Please sign in to comment.