search for: propertyregex

Displaying 1 result from an estimated 1 matches for "propertyregex".

2009 Aug 24
0
r23 committed - Changed build.xml to use correct directory slashes
...slashes http://code.google.com/p/mapstraction/source/detail?r=23 Modified: /trunk/build.xml ======================================= --- /trunk/build.xml Sun Aug 16 17:18:10 2009 +++ /trunk/build.xml Sun Aug 23 19:48:12 2009 @@ -75,7 +75,7 @@ </path> <sequential> <propertyregex override="yes" property="minfile" input="@{file}" regexp=".*[\/\\]([a-z\.\(\)]+)\.js" replace="\1-min.js"/> - <java jar="tools/yui-compressor/yuicompressor-2.4.2.jar" args="-o ${build.dir}\${minfile} @{file}" fork=&q...