Skip to content

Commit

Permalink
Applied updates and merged CLF theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Aug 29, 2012
1 parent a7175a9 commit d693079
Show file tree
Hide file tree
Showing 114 changed files with 4,592 additions and 11 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -15,6 +15,8 @@
<ant dir="${src.dir}/theme-gcwu-fegc" antfile="build.xml" target="default" inheritAll="false"/>
<echo level="info" message="---Building GCWU Intranet Theme---"/>
<ant dir="${src.dir}/theme-gcwu-intranet" antfile="build.xml" target="default" inheritAll="false"/>
<echo level="info" message="---Building CLF2 Theme---"/>
<ant dir="${src.dir}/theme-clf2-nsi2" antfile="build.xml" target="default" inheritAll="false"/>
<antcall target="clean-css"/>
</target>

Expand All @@ -24,12 +26,14 @@
<ant dir="${src.dir}/js" target="clean-css" antfile="build.xml" inheritAll="false"/>
<ant dir="${src.dir}/theme-gcwu-fegc" target="clean-css" antfile="build.xml" inheritAll="false"/>
<ant dir="${src.dir}/theme-gcwu-intranet" target="clean-css" antfile="build.xml" inheritAll="false"/>
<ant dir="${src.dir}/theme-clf2-nsi2" target="clean-css" antfile="build.xml" inheritAll="false"/>
</target>

<target name="test">
<echo level="info" message="---Running with JSLint---"/>
<ant dir="${src.dir}/js" target="test" antfile="build.xml" inheritAll="false"/>
<ant dir="${src.dir}/theme-gcwu-fegc" target="test" antfile="build.xml" inheritAll="false"/>
<ant dir="${src.dir}/theme-gcwu-intranet" target="test" antfile="build.xml" inheritAll="false"/>
<ant dir="${src.dir}/theme-clf2-nsi2" target="test" antfile="build.xml" inheritAll="false"/>
</target>
</project>
Binary file modified build/js/bin/multimedia.swf
Binary file not shown.
2 changes: 1 addition & 1 deletion build/js/css/pe-ap-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/css/pe-ap-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/i18n/en-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d693079

Please sign in to comment.