|
|
|
#Sat, 09 Jun 2018 02:04:36 -0700
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
# This file contains configuration options that apply to all applications in
|
|
|
|
# the workspace. By convention, these options start with "workspace." but any
|
|
|
|
# option can be set here. Options specified in an application's sencha.cfg will
|
|
|
|
# take priority over those values contained in this file. These options will
|
|
|
|
# take priority over configuration values in Sencha Cmd or a framework plugin.
|
|
|
|
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
# 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=
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# This is the folder for build outputs in the workspace
|
|
|
|
|
|
|
|
workspace.build.dir=${workspace.dir}/build
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# This folder contains all generated and extracted packages.
|
|
|
|
|
|
|
|
workspace.packages.dir=${workspace.dir}/packages
|
|
|
|
|
|
|
|
workspace.theme.dir=${workspace.packages.dir}/${args.themeName}
|
|
|
|
|
|
|
|
# =============================================================================
|
|
|
|
# Customizations go below this divider to avoid merge conflicts on upgrade
|
|
|
|
# =============================================================================
|
|
|
|
|
|
|
|
workspace.cmd.version=6.0.2.14
|
|
|
|
|
|
|
|
ext.dir=${workspace.dir}/ext
|