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
d172490d
Commit
d172490d
authored
Jan 24, 2020
by
Jerin Jacob
Committed by
Jeffrey Schiller
Jan 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build.xml
A '=' sign was missing in the comment which makes a little confusion for beginners.
parent
837b3c83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appinventor/components/build.xml
appinventor/components/build.xml
+1
-1
No files found.
appinventor/components/build.xml
View file @
d172490d
...
...
@@ -168,7 +168,7 @@
<copy
toFile=
"${public.deps.dir}/CommonVersion.jar"
file=
"${build.dir}/common/CommonVersion.jar"
/>
<!-- Add extension libraries here -->
<!-- Example: <copy toFile"${public.deps.dir}/my-dependency.jar" file="${lib.dir}/my-dependency/my-dependency-1.0.0.jar" /> -->
<!-- Example: <copy toFile
=
"${public.deps.dir}/my-dependency.jar" file="${lib.dir}/my-dependency/my-dependency-1.0.0.jar" /> -->
<!-- Remember to include my-dependency.jar in the @UsesLibraries annotation in the extension -->
</target>
...
...
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