aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-09-17 10:39:12 +0000
committerRichard Worth <rdworth@gmail.com>2009-09-17 10:39:12 +0000
commite2d873e6f06c6d4539302653d63540ba0b6f5e48 (patch)
treecca59581cddd66b4fedcac6d09ae15e9fabf7837 /build
parent79c433fcab0fa80347de326577a52f1ca22d1ae7 (diff)
downloadjquery-ui-e2d873e6f06c6d4539302653d63540ba0b6f5e48.tar.gz
jquery-ui-e2d873e6f06c6d4539302653d63540ba0b6f5e48.zip
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
-rw-r--r--build/build/style.xsl6
2 files changed, 4 insertions, 4 deletions
diff --git a/build/build.xml b/build/build.xml
index daa0c077d..f77e4046a 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -33,7 +33,7 @@
<property name="concatenated" value="jquery-ui" />
<property name="concatenated.i18n" value="jquery-ui-i18n" />
- <property name="core.files" value="ui.core.js, ui.draggable.js, ui.droppable.js, ui.resizable.js, ui.selectable.js, ui.sortable.js, effects.core.js" />
+ <property name="core.files" value="jquery.ui.core.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.effects.core.js" />
<property description="YUI Compressor" name="yui-jar" value="${build.dir}/yuicompressor-2.4.2.jar" />
diff --git a/build/build/style.xsl b/build/build/style.xsl
index 146409344..32daeed94 100644
--- a/build/build/style.xsl
+++ b/build/build/style.xsl
@@ -105,9 +105,9 @@
<div id="docs-overview-sidebar">
<h4>Dependencies:</h4>
<ul>
- <li><a href="#">ui.core.js</a></li>
- <li><a href="#">ui.draggable.js <span>(Optional)</span></a></li>
- <li><a href="#">ui.resizable.js <span>(Optional)</span></a></li>
+ <li><a href="#">jquery.ui.core.js</a></li>
+ <li><a href="#">jquery.ui.draggable.js <span>(Optional)</span></a></li>
+ <li><a href="#">jquery.ui.resizable.js <span>(Optional)</span></a></li>
</ul>
</div>
<div id="docs-overview-main">