Skip to content

Commit 1051e0f

Browse files
authored
Merge pull request #1 from Webcampak/develop
Initial pull request into master branch
2 parents bf723ed + 8bdb76e commit 1051e0f

File tree

12,037 files changed

+3395271
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,037 files changed

+3395271
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
.architect
2-
bootstrap.json
3-
build/
4-
ext/
2+
/.idea/

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Webcampak 3.0 UI
2+
==============================================================================
3+
4+
Please refer to [Core](https://github.com/Webcampak/core) for an entry point into Webcampak Code.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/temp/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/temp/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<project basedir=".">
2+
<!--
3+
If framework.config.dir is already set, this next task will do nothing and
4+
the original value will remain... but if framework.config.dir is not yet
5+
defined, we are running in a workspace sans framework and so we need to go
6+
directly to the plugin base from cmd.config.dir instead.
7+
-->
8+
<property name="framework.config.dir" value="${cmd.config.dir}"/>
9+
10+
<import file="${framework.config.dir}/plugin.xml"/>
11+
</project>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# -----------------------------------------------------------------------------
2+
# This file contains configuration options that apply to all applications in
3+
# the workspace. By convention, these options start with "workspace." but any
4+
# option can be set here. Options specified in an application's sencha.cfg will
5+
# take priority over those values contained in this file. These options will
6+
# take priority over configuration values in Sencha Cmd or a framework plugin.
7+
8+
# -----------------------------------------------------------------------------
9+
# This configuration property (if set) is included by default in all compile
10+
# commands executed according to this formulation:
11+
#
12+
# sencha compile -classpath=...,${framework.classpath},${workspace.classpath},${app.classpath}
13+
14+
#workspace.classpath=
15+
16+
#------------------------------------------------------------------------------
17+
# This is the folder for build outputs in the workspace
18+
19+
workspace.build.dir=${workspace.dir}/build
20+
21+
#------------------------------------------------------------------------------
22+
# This folder contains all generated and extracted packages.
23+
24+
workspace.packages.dir=${workspace.dir}/packages
25+
26+
workspace.theme.dir=${workspace.packages.dir}/${args.themeName}
27+
28+
# =============================================================================
29+
# Customizations go below this divider to avoid merge conflicts on upgrade
30+
# =============================================================================
31+
32+
workspace.cmd.version=6.2.0.103
33+
34+
ext.dir=${workspace.dir}/ext

0 commit comments

Comments
 (0)