Author: rhauch
Date: 2008-05-07 09:37:37 -0400 (Wed, 07 May 2008)
New Revision: 119
Modified:
trunk/build/assembly/examples.xml
Log:
Changed how the examples ZIP file is produced, ensuring that target is excluded.
Modified: trunk/build/assembly/examples.xml
===================================================================
--- trunk/build/assembly/examples.xml 2008-05-07 13:36:32 UTC (rev 118)
+++ trunk/build/assembly/examples.xml 2008-05-07 13:37:37 UTC (rev 119)
@@ -24,8 +24,11 @@
<!--
Gather into the distribution the examples
-->
-
<directory>docs/examples/gettingstarted/sequencers/target/dna-example-sequencers-basic.dir/</directory>
+ <directory>docs/examples/gettingstarted/sequencers</directory>
<outputDirectory>examples/sequencers</outputDirectory>
+ <excludes>
+ <exclude>target/**</exclude>
+ </excludes>
</fileSet>
</fileSets>
</assembly>
Show replies by date