Skip to content

Commit

Permalink
adding fluint lib to sample ci project on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon Bateman committed Mar 22, 2011
1 parent 0743b3b commit 5a43a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -192,6 +192,9 @@ to contribute to our CI process.
</zipfileset>
<zipfileset dir="${fluint.loc}/target" prefix="flexunit/sampleCIProject/libs">
<include name="fluint*.swc" />
</zipfileset>
<zipfileset dir="${fluint.loc}/libs" prefix="flexunit/sampleCIProject/libs">
<include name="fluint*.swc" />
</zipfileset>
<zipfileset dir="${cilistener.loc}/target" prefix="flexunit/sampleCIProject/libs">
<include name="*.swc" />
Expand Down

0 comments on commit 5a43a67

Please sign in to comment.