Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
f61308af
Commit
f61308af
authored
7 years ago
by
Ghazi Triki
Browse files
Options
Downloads
Patches
Plain Diff
Remove flex 3 compatibility mode from client build.
parent
7a60aec8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bigbluebutton-client/branding/default/build.xml
+7
-12
7 additions, 12 deletions
bigbluebutton-client/branding/default/build.xml
bigbluebutton-client/build.xml
+260
-279
260 additions, 279 deletions
bigbluebutton-client/build.xml
with
267 additions
and
291 deletions
bigbluebutton-client/branding/default/build.xml
+
7
−
12
View file @
f61308af
<?xml version="1.0" encoding="utf-8"?>
<!-- BigBlueButton Branding build.xml for use by Hudson builds. -->
<project
name=
"BigBlueButton Branding"
basedir=
"../.."
default=
"branding"
>
<project
name=
"BigBlueButton Branding"
basedir=
"../.."
default=
"branding"
>
<property
environment=
"env"
/>
<property
name=
"DEBUG"
value=
"true"
/>
<property
name=
"BUILD_ENV"
value=
"DEV"
/>
...
...
@@ -8,23 +8,18 @@
<property
name=
"themeFile"
value=
"BBBDefault.css"
/>
<property
name=
"BASE_DIR"
value=
"${basedir}"
/>
<property
name=
"SRC_DIR"
value=
"${BASE_DIR}/src"
/>
<property
name=
"OUTPUT_DIR"
value=
"${BASE_DIR}/client"
/>
<taskdef
resource=
"flexTasks.tasks"
classpath=
"${FLEX_HOME}/ant/lib/flexTasks.jar"
/>
<target
name=
"init-ant-contrib"
>
<property
name=
"ant-contrib.jar"
location=
"${BASE_DIR}/build/lib/ant-contrib-0.6.jar"
/>
<taskdef
resource=
"net/sf/antcontrib/antcontrib.properties"
classpath=
"${ant-contrib.jar}"
/>
<property
name=
"ant-contrib.jar"
location=
"${BASE_DIR}/build/lib/ant-contrib-0.6.jar"
/>
<taskdef
resource=
"net/sf/antcontrib/antcontrib.properties"
classpath=
"${ant-contrib.jar}"
/>
</target>
<target
name=
"branding"
depends=
"init-ant-contrib"
>
<sequential>
<mxmlc
file=
"${BASE_DIR}/branding/default/style/css/${themeFile}"
output=
"${OUTPUT_DIR}/branding/css/${themeFile}.swf"
debug=
"${DEBUG}"
mxml.compatibility-version=
"3.0.0"
swf-version=
"13"
optimize=
"true"
>
<mxmlc
file=
"${BASE_DIR}/branding/default/style/css/${themeFile}"
output=
"${OUTPUT_DIR}/branding/css/${themeFile}.swf"
debug=
"${DEBUG}"
incremental=
"true"
swf-version=
"13"
optimize=
"true"
>
</mxmlc>
</sequential>
</target>
...
...
This diff is collapsed.
Click to expand it.
bigbluebutton-client/build.xml
+
260
−
279
View file @
f61308af
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment