Skip to content

Commit

Permalink
Periodic Commit From Ant Task
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Campolonghi committed May 28, 2010
1 parent 5709674 commit baa10a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
</target>


<!-- deploy the demo site -->
<target name="deploy">

<mkdir dir="${basedir}/temp/com" />
Expand Down
8 changes: 4 additions & 4 deletions buildprops/build.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#Fri May 28 21:19:18 CEST 2010
#Fri May 28 21:24:49 CEST 2010
build.projectName=Cf Event Manager
build.projectLabel=Cf Event Manager
build.author=Andrea Campolonghi
build.number=200
build.number=201
build.date=Friday May 28, 2010
build.time=21\:19\:18
build.time=21\:24\:49
build.projectUrl=http\://code.google.com/p/cfeventmanager/
build.timestamp=2010-05-28T21\:19\:18
build.timestamp=2010-05-28T21\:24\:49
build.projectVersion=1.0.3
build.year=2010
build.authorEmail=andrea@getrailo.org
2 changes: 1 addition & 1 deletion colddoc/run.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Let's generate our default HTML documentation on myself:
<cfapplication action="update" mappings="#mappings#" />
<cfscript>
colddoc = createObject("component", "ColdDoc").init();
strategy = createObject("component", "colddoc.strategy.api.HTMLAPIStrategy").init(expandPath("/cfeventmanager/docs"), "CF Event Manager - @projectVersion [@date]");
strategy = createObject("component", "colddoc.strategy.api.HTMLAPIStrategy").init(expandPath("/cfeventmanager/docs"), "CF Event Manager - @projectVersion.@build [@date]");
colddoc.setStrategy(strategy);
colddoc.generate([
{inputDir=expandPath("/cfeventmanager/com/andreacfm/cfem"), inputMapping="com.andreacfm.cfem", recurse = false},
Expand Down

0 comments on commit baa10a7

Please sign in to comment.