github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 261
    • 30
  • Source
  • Commits
  • Network (30)
  • Graphs
  • Tree: 5baa180

click here to add a description

click here to add a homepage

  • Switch Branches (4)
    • bind
    • master
    • panel
    • tooltip
  • Switch Tags (15)
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Build: Fix regeex for checksum-file-path
jzaefferer (author)
Tue Mar 30 04:37:12 -0700 2010
commit  5baa18077698f16e2471ccb4828872287fbe4f09
tree    af7d68b49278fb0f3986c1d9e62df24647fcda51
parent  c80a63a601f479df82da23cae1b2d3aacab49c1c
M build/build.xml 3 •••
Txt build/build.xml
  • View file @ 5baa180
... ...
@@ -305,7 +305,8 @@
305 305
     <for param="file">
306 306
         <path><fileset dir="${cdndist.dir}" includes="**/" excludes="**/*.MD5" /></path>
307 307
       <sequential>
308  
-        <propertyregex override="yes" property="relativepath" input="@{file}" regexp=".+?${cdndist.dir}[\\/](.+)$" replace="\1"/>
  308
+        <!-- @{file} is an absolute path, use that ugly regexes to make it relative --> 
  309
+        <propertyregex override="yes" property="relativepath" input="@{file}" regexp=".+?googlecdn[\\/](.+)$" replace="\1"/>
309 310
         <propertyregex override="yes" property="relativepath" input="${relativepath}" regexp="\\" replace="/" global="true" />
310 311
         <concat destfile="${cdndist.dir}/MANIFEST" append="yes">${relativepath} </concat>
311 312
         <concat destfile="${cdndist.dir}/MANIFEST" append="yes"><file file="@{file}.MD5" /></concat>

0 notes on commit 5baa180

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server