Skip to content

Commit

Permalink
Removed trailing ./ so that we don't mess up with the jsb3 generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Felicitus committed Jun 27, 2012
1 parent 0635875 commit 1ffc6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 1ffc6f0

Please sign in to comment.