13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -----------------------------------------------------------------------------
# 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=...,$\u007Bframework.classpath},$\u007Bworkspace.classpath},$\u007Bapp.classpath}
#
#workspace.classpath=platform/core/src,platform/src,extjs/src
 
#------------------------------------------------------------------------------
# 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
 
# -----------------------------------------------------------------------------
# This option specifies where Schema definitions are stored.
 
xworkspace.schema.dir=${workspace.dir}/schema
 
# =============================================================================
# Customizations go below this divider to avoid merge conflicts on upgrade
# =============================================================================
 
ext.dir=${workspace.dir}
 
sencha.is.sdk.repo=1