Skip to content

Commit bcde38d

Browse files
committed
Build: add zip file for MS cdn to cdn target (was: googlecdn target)
1 parent 86aa70f commit bcde38d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build/build.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<property name="release.filename" value="jquery-ui-${release.version}" />
2525

2626
<property name="dist.dir" value="dist/${release.filename}/" />
27-
<property name="cdndist.dir" value="dist/${release.filename}-googlecdn" />
27+
<property name="cdndist.dir" value="dist/${release.filename}-cdn" />
2828
<property name="build.dir" value="build" />
2929
<property name="ui.dir" value="../" />
3030
<property name="src.dir" value="${ui.dir}/ui/" />
@@ -315,7 +315,7 @@
315315
<echo message="All trailing spaces removed." />
316316
</target>
317317

318-
<target name="googlecdn">
318+
<target name="cdn">
319319
<delete dir="${cdndist.dir}" />
320320
<mkdir dir="${cdndist.dir}" />
321321
<copy todir="${cdndist.dir}">
@@ -347,7 +347,10 @@
347347
</for>
348348
<delete dir="${cdndist.dir}" includes="**/*.MD5" />
349349
<zip destfile="${dist.dir}/../${release.filename}-googlecdn.zip">
350-
<zipfileset dir="dist/" includes="${release.filename}-googlecdn/" />
350+
<zipfileset dir="dist/" includes="${release.filename}-cdn/" />
351+
</zip>
352+
<zip destfile="${dist.dir}/../${release.filename}-mscdn.zip">
353+
<zipfileset dir="dist/${release.filename}-cdn/" />
351354
</zip>
352355
</target>
353356

0 commit comments

Comments
 (0)