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
97f5b7ff
Commit
97f5b7ff
authored
Apr 01, 2013
by
Anssi Piirainen
Browse files
disable uptodate check for lib compilation
parent
d4bcb9aa
Changes
6
Hide whitespace changes
Inline
Side-by-side
3.2.15.properties
View file @
97f5b7ff
...
...
@@ -5,3 +5,4 @@ version-status=
controls-version-info
=
3.2.14
audio-version-info
=
3.2.10
flowplayer-js-version-info
=
3.2.11
manifest
=
manifest-old.xml
\ No newline at end of file
3.2.16.properties
View file @
97f5b7ff
...
...
@@ -5,3 +5,4 @@ version-status=
controls-version-info
=
3.2.15
audio-version-info
=
3.2.10
flowplayer-js-version-info
=
3.2.12
manifest
=
manifest-old.xml
\ No newline at end of file
3.2.17.properties
View file @
97f5b7ff
...
...
@@ -5,3 +5,4 @@ version-status=dev
controls-version-info
=
3.2.15
audio-version-info
=
3.2.10
flowplayer-js-version-info
=
3.2.12
manifest
=
manifest.xml
\ No newline at end of file
build.xml
View file @
97f5b7ff
...
...
@@ -13,7 +13,7 @@
else=
"${version-1}.${version-2}.${version-3}-${version-status}"
>
<equals
arg1=
"${version-status}"
arg2=
""
/>
</condition>
<echo
message=
"flowplayer version ${version}"
/>
<echo
message=
"flowplayer version ${
player-
version}"
/>
<property
name=
"controls-version-info-quoted"
value=
""'${controls-version-info}'""
/>
<property
name=
"audio-version-info-quoted"
value=
""'${audio-version-info}'""
/>
...
...
@@ -235,7 +235,7 @@
</macrodef>
<target
name=
"build-lib"
description=
"builds the FlowPlayer library"
depends=
"check-uptodate"
unless=
"uptodate.lib"
>
<target
name=
"build-lib"
description=
"builds the FlowPlayer library"
>
<antcall
target=
"prepare"
/>
<antcall
target=
"compile-lib"
/>
<copy
file=
"${build-dir}/${library-binary}"
tofile=
"${build-dir}/${library-binary-versioned}"
/>
...
...
@@ -243,12 +243,13 @@
</target>
<target
name=
"compile-lib"
>
<echo
message=
"running ${compc_bin} with classpath ${classpath}"
/>
<echo
message=
"running ${compc_bin} with classpath ${classpath}, using manifest ${manifest}"
/>
<exec
executable=
"${compc_bin}"
failonerror=
"true"
>
<arg
line=
"-source-path ${src-as} ${src-as-commercial} ${classpath}"
/>
<arg
line=
"-compute-digest=false"
/>
<arg
line=
"-output '${build-dir}/${library-binary}'"
/>
<arg
line=
"-namespace http://flowplayer.org/flowplayer/2008 ${basedir}/manifest
.xml
-include-namespaces http://flowplayer.org/flowplayer/2008"
/>
<arg
line=
"-namespace http://flowplayer.org/flowplayer/2008 ${basedir}/
${
manifest
}
-include-namespaces http://flowplayer.org/flowplayer/2008"
/>
<arg
line=
"-library-path ${libs-path} ${src-flash} "
/>
<arg
line=
"-default-frame-rate=${framerate}"
/>
<arg
line=
"-default-background-color=${bgcolor}"
/>
...
...
manifest-old.xml
0 → 100644
View file @
97f5b7ff
<?xml version="1.0" encoding="UTF-8"?>
<componentPackage>
<component
id=
"Flowplayer"
class=
"org.flowplayer.view.Flowplayer"
/>
<component
id=
"PropertyBinder"
class=
"org.flowplayer.util.PropertyBinder"
/>
<component
id=
"Arrange"
class=
"org.flowplayer.util.Arrange"
/>
<component
id=
"Assert"
class=
"org.flowplayer.util.Assert"
/>
<component
id=
"PluginEvent"
class=
"org.flowplayer.model.PluginEvent"
/>
<component
id=
"TextUtil"
class=
"org.flowplayer.util.TextUtil"
/>
<component
id=
"AbstractSprite"
class=
"org.flowplayer.view.AbstractSprite"
/>
<component
id=
"StyleableSprite"
class=
"org.flowplayer.view.StyleableSprite"
/>
<component
id=
"AutomationEngine"
class=
"org.flowplayer.view.AnimationEngine"
/>
<component
id=
"NetStreamControllingStreamProvider"
class=
"org.flowplayer.controller.NetStreamControllingStreamProvider"
/>
<component
id=
"Plugin"
class=
"org.flowplayer.model.Plugin"
/>
<component
id=
"PluginModel"
class=
"org.flowplayer.model.PluginModel"
/>
<component
id=
"DisplayPluginModel"
class=
"org.flowplayer.model.DisplayPluginModel"
/>
<component
id=
"ProviderPlugin"
class=
"org.flowplayer.model.ProviderModel"
/>
<component
id=
"GraphicsUtil"
class=
"org.flowplayer.util.GraphicsUtil"
/>
<component
id=
"URLUtil"
class=
"org.flowplayer.util.URLUtil"
/>
<component
id=
"Animation"
class=
"org.flowplayer.view.AnimationEngine"
/>
<component
id=
"Log"
class=
"org.flowplayer.util.Log"
/>
</componentPackage>
manifest.xml
View file @
97f5b7ff
...
...
@@ -18,5 +18,5 @@
<component
id=
"URLUtil"
class=
"org.flowplayer.util.URLUtil"
/>
<component
id=
"Animation"
class=
"org.flowplayer.view.AnimationEngine"
/>
<component
id=
"Log"
class=
"org.flowplayer.util.Log"
/>
<!--
<component id="
Log
" class="
org.flowplayer.view.FlowplayerComponent
" />
-->
<component
id=
"
JSON
"
class=
"
com.adobe.serialization.json.JSONforFP
"
/>
</componentPackage>
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