You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/08/17 09:48:33 UTC

[46/50] git commit: [flex-sdk] [refs/heads/new_android_skins] - fix missing slash

fix missing slash


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/78260ece
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/78260ece
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/78260ece

Branch: refs/heads/new_android_skins
Commit: 78260ece8017a2739bc1f6b66d6cdff340fa7304
Parents: 47a6ecf
Author: Alex Harui <ah...@apache.org>
Authored: Wed Aug 13 22:46:48 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Aug 14 22:09:41 2014 -0700

----------------------------------------------------------------------
 releasecandidate.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/78260ece/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 7dc1a86..7597846 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -356,7 +356,7 @@
         </replaceregexp>
         <replaceregexp byline="true" flags="g">
             <regexp pattern="&lt;rc id=&quot;FlexSDKRC&quot;(.*)"/>
-            <substitution expression="&lt;VersionX id=&quot;${release.version}&quot; version=&quot;${release.version}&quot; path=&quot;flex/${release.version}/binaries/&quot; file=&quot;apache-flex-sdk-${release.version}-bin&quot; default=&quot;true&quot; &gt;&#x0a;    &lt;rc id=&quot;FlexSDKRC&quot;\1"/>
+            <substitution expression="&lt;VersionX id=&quot;${release.version}&quot; version=&quot;${release.version}&quot; path=&quot;flex/${release.version}/binaries/&quot; file=&quot;apache-flex-sdk-${release.version}-bin&quot; default=&quot;true&quot; /&gt;&#x0a;    &lt;rc id=&quot;FlexSDKRC&quot;\1"/>
             <fileset dir="${site}/trunk/content/installer">
                 <include name="sdk-installer-config-4.0.xml"/>
             </fileset>