r1580 - in trunk: demos release

r1580 - in trunk: demos release


Author: joern.zaefferer
Date: Sat Jan 10 04:20:32 2009
New Revision: 1580
Modified:
trunk/demos/index.html
trunk/release/build.xml
Log:
moving documentation folder under demos to make it work locally
Modified: trunk/demos/index.html
==============================================================================
--- trunk/demos/index.html    (original)
+++ trunk/demos/index.html    Sat Jan 10 04:20:32 2009
@@ -164,7 +164,7 @@
                updateDemoNotes();
            });
            if (/default.html$/.test(path)) {
-                $.get("../documentation/docs-" + path.match(/demos\/(.+)\//)[1]
+ ".html", function(html) {
+                $.get("documentation/docs-" + path.match(/demos\/(.+)\//)[1]
+ ".html", function(html) {
                    $("#demo-notes").after(html);
                    $("#widget-docs").tabs();
                    $(".param-header").click(function() {
Modified: trunk/release/build.xml
==============================================================================
--- trunk/release/build.xml    (original)
+++ trunk/release/build.xml    Sat Jan 10 04:20:32 2009
@@ -234,7 +234,7 @@
    </target>
            
    <target name="docs-process" depends="docs-download">
-        <property name="docs.dir" value="${ui.dir}/documentation" />
+        <property name="docs.dir" value="${ui.dir}/demos/documentation" />
        <delete dir="${docs.dir}" />
        <mkdir dir="${docs.dir}" />
        <xslt includes="docs-*.xml" destdir="${docs.dir}"
style="build/style.xsl" />