partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1ffc6f06438e2330c341c1d8204e14c78c7523ed
parent 0635875745e94dd4d3d2cdabd9f9cc7828fe16f8
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 28 Jun 2012 00:08:20 +0200

Removed trailing ./ so that we don't mess up with the jsb3 generator

Diffstat:
Mbuild.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml @@ -349,7 +349,7 @@ <!-- Builds the jsb3 file and build the minified JS files --> <target name="jsbuilder"> - <exec command="php util/gen-jsb3-file.php ./src/frontend/ ${extjs.path}" /> + <exec command="php util/gen-jsb3-file.php src/frontend/ ${extjs.path}" /> <exec command="${extjs.path}/jsbuilder/JSBuilder.sh --projectFile ${project.basedir}/partkeepr.jsb3 --deployDir ${project.basedir}/frontend/js" passthru="true" /> <exec command="${extjs.path}/jsbuilder/JSBuilder.sh --projectFile ${project.basedir}/3rdparty/Ext.ux.Exporter/Ext.ux.Exporter.jsb --deployDir ${project.basedir}/frontend/js/Ext.ux" passthru="true" />