You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/08/11 20:43:55 UTC

[2/3] git commit: [flex-falcon] [refs/heads/develop] - fix bug in script

fix bug in script


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/6010fc7b
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/6010fc7b
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/6010fc7b

Branch: refs/heads/develop
Commit: 6010fc7b148ff14e63a2291d46b9893de7813572
Parents: 1ce56c0
Author: Alex Harui <ah...@apache.org>
Authored: Mon Aug 11 11:38:33 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Aug 11 11:38:33 2014 -0700

----------------------------------------------------------------------
 releasecandidate.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6010fc7b/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 86676ad..c33142e 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -196,12 +196,12 @@
 		<mkdir dir="${dist.dev}/flex/falcon/${release.version}/rc${rc}/binaries" />
 		<copy todir="${dist.dev}/flex/falcon/${release.version}/rc${rc}" >
 			<fileset dir="${basedir}/out" >
-				<include name="apache-flex-falconjx-${release.version}.${build.number}-src*" />
+				<include name="apache-flex-falconjx-${release.version}-src*" />
 			</fileset>
 		</copy>
 		<copy todir="${dist.dev}/flex/falcon/${release.version}/rc${rc}/binaries" >
 			<fileset dir="${basedir}/out" >
-				<include name="apache-flex-falconjx-${release.version}.${build.number}-bin*" />
+				<include name="apache-flex-falconjx-${release.version}-bin*" />
 			</fileset>
 		</copy>
 		<copy file="${basedir}/README" tofile="${dist.dev}/flex/falcon/${release.version}/rc${rc}/READme" />