Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
cb06e6bd
Commit
cb06e6bd
authored
Jan 17, 2020
by
Diego Barreiro
Committed by
Jeffrey Schiller
Jan 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: We need simple_components.json
parent
ae00ed14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
appinventor/buildserver/build.xml
appinventor/buildserver/build.xml
+2
-1
No files found.
appinventor/buildserver/build.xml
View file @
cb06e6bd
...
@@ -48,7 +48,8 @@
...
@@ -48,7 +48,8 @@
the jars needed to compile the build server classes.
the jars needed to compile the build server classes.
===================================================================== -->
===================================================================== -->
<target
name=
"BuildServer"
<target
name=
"BuildServer"
depends=
"init,CopyToRunLibDir,components_AndroidRuntime,components_Barcode,components_ComponentList"
>
depends=
"init,CopyToRunLibDir,components_AndroidRuntime,components_Barcode,components_ComponentList,
components_JsonComponentDescription"
>
<property
name=
"BuildServer-class.dir"
location=
"${class.dir}/BuildServer"
/>
<property
name=
"BuildServer-class.dir"
location=
"${class.dir}/BuildServer"
/>
<mkdir
dir=
"${BuildServer-class.dir}"
/>
<mkdir
dir=
"${BuildServer-class.dir}"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment