Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Added workspace configuration files, preparing to create apps using s…
Browse files Browse the repository at this point in the history
…encha cmd
  • Loading branch information
Adrian Kosmaczewski committed Nov 29, 2012
1 parent cc045ca commit fb36a12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .sencha/workspace/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<project basedir=".">
<import file="${framework.config.dir}/plugin.xml"/>
</project>
12 changes: 12 additions & 0 deletions .sencha/workspace/sencha.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Thu, 29 Nov 2012 00:57:42 +0100
# This configuration property (if set) is included by default in all compile commands
# executed according to this formulation:
#
# sencha compile -classpath=...,${framework.classpath},${workspace.classpath},${app.classpath}
#
#workspace.classpath=
workspace.build.dir=${workspace.dir}/build/${app.name}
workspace.classpath=${workspace.dir}/AkoLib

touch.dir=${workspace.dir}/touch
workspace.cmd.version=3.0.0.250

0 comments on commit fb36a12

Please sign in to comment.