Author: abelevich
Date: 2007-04-24 14:10:08 -0400 (Tue, 24 Apr 2007)
New Revision: 538
Modified:
trunk/sandbox/scrollable-grid/generatescript.xml
Log:
Modified: trunk/sandbox/scrollable-grid/generatescript.xml
===================================================================
--- trunk/sandbox/scrollable-grid/generatescript.xml 2007-04-24 18:05:43 UTC (rev 537)
+++ trunk/sandbox/scrollable-grid/generatescript.xml 2007-04-24 18:10:08 UTC (rev 538)
@@ -6,8 +6,7 @@
Assemble all javaScript library files to one data-grid.js
maksim
-
- modified by anton for scrollable-grid 23.04.2007
+
====================================================================== -->
<project name="assemblescripts" default="merge-scripts">
@@ -17,9 +16,9 @@
</description>
<target name="merge-scripts">
- <!-- <property name="script-path"
value="org/richfaces/renderkit/html/scripts"></property> -->
+ <property name="script-path"
value="org/richfaces/renderkit/html/scripts"></property>
<property name="gen-script-name"
value="scrollable-grid.js"></property>
- <property name="gen-script-full-name"
value="${target-dir}/${gen-script-name}"></property>
+ <property name="gen-script-full-name"
value="${target-dir}/${script-path}/${gen-script-name}"></property>
<concat append="false" binary="false"
destfile="${gen-script-full-name}">
<filelist dir="${resources-dir}">
<file name="/common/prototype/ext/extend.js"/>
Show replies by date