Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
updated build to include StripLayout.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 15, 2010
1 parent c864562 commit 910afcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="Flex TreeMap" default="build" basedir=".">

<property file="./sdk.local.properties"/>
<property file="./sdk.properties"/>
<property file="./build.local.properties"/>
<property file="./build.properties"/>

<target name="build" depends="prepare,build-lib,cleanup"/>
Expand Down Expand Up @@ -42,6 +44,7 @@
<arg line="--include-stylesheet defaults.css source/defaults.css"/>
<arg line="--include-namespaces ${library.mxmlNamespace}"/>
<arg line="--include-classes com.flextoolbox.controls.treeMapClasses.SliceAndDiceLayout"/>
<arg line="com.flextoolbox.controls.treeMapClasses.StripLayout"/>
<arg line="com.flextoolbox.controls.treeMapClasses.RecursiveSquarifyLayout"/>
<arg line="com.flextoolbox.controls.treeMapClasses.LiteTreeMapBranchRenderer"/>
<arg line="com.flextoolbox.controls.treeMapClasses.LiteTreeMapLeafRenderer"/>
Expand Down

0 comments on commit 910afcd

Please sign in to comment.