Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara-flashplayer
mahara-flashplayer-flash-build
Commits
ae968f28
Commit
ae968f28
authored
Dec 09, 2013
by
Anssi Piirainen
Browse files
Revert lines that were left commented out by accident.
parent
b584f7c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
ae968f28
...
...
@@ -549,13 +549,13 @@
</zip>
</target>
<target
name=
"dist"
description=
"Create distribution packages"
>
<!--
<iterate-plugins target="dist" buildfiles="${allplugins.buildfiles}"/>
-->
<target
name=
"dist"
description=
"Create distribution packages"
depends=
"build-all"
>
<iterate-plugins
target=
"dist"
buildfiles=
"${allplugins.buildfiles}"
/>
<ant
target=
"zip"
/>
<ant
target=
"zip-biz"
/>
<ant
target=
"zip-devkit"
/>
<ant
target=
"source-dist"
/>
<!--
<copy file="${src-js}/flowplayer.js/flowplayer-${flowplayer-js-version-info}.min.js" todir="${dist-dir}" />
-->
<copy
file=
"${src-js}/flowplayer.js/flowplayer-${flowplayer-js-version-info}.min.js"
todir=
"${dist-dir}"
/>
</target>
<target
name=
"all-dist"
description=
"Create distribution packages for all plugins"
>
...
...
Write
Preview
Supports
Markdown
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