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
947456a7
Commit
947456a7
authored
Dec 19, 2013
by
Anssi Piirainen
Browse files
Remove ant-contrib.
parent
13e42529
Changes
1
Show whitespace changes
Inline
Side-by-side
js.xml
View file @
947456a7
...
...
@@ -31,12 +31,6 @@
<property
name=
"target.file"
value=
"${target.dir}/${basename}-${version}.js"
/>
<copy
file=
"${source.file}"
tofile=
"${target.file}"
overwrite=
"true"
/>
<echo
message=
"${source.file} --> ${target.file} copied"
/>
<replaceregexp
match=
"@VERSION"
replace=
"${version}"
flags=
"g"
byline=
"true"
file=
"${target.file}"
/>
<replaceregexp
match=
"@DATE"
replace=
"${date}"
file=
"${target.file}"
/>
<replaceregexp
match=
"@REVISION"
replace=
"${revision}"
file=
"${target.file}"
/>
<echo
message=
"${target.file} build"
/>
</target>
...
...
@@ -58,7 +52,6 @@
<targetfile/>
</apply>
<replaceregexp
match=
"/\*!"
replace=
"/\*\*"
file=
"${target.file}"
/>
<echo
message=
"${target.file} minified"
/>
</target>
...
...
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