OPENJPA-1773 Pull the new OpenTrader sample into the binary assembly

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@989234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-08-25 17:23:27 +00:00
parent 35b6da3dfe
commit 581494293a
1 changed files with 10 additions and 0 deletions

View File

@ -86,6 +86,16 @@
<exclude>**/.*/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>../openjpa-examples/opentrader</directory>
<outputDirectory>examples/opentrader</outputDirectory>
<excludes>
<exclude>**/target/**</exclude>
<exclude>**/*.log</exclude>
<exclude>**/.*</exclude>
<exclude>**/.*/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>../openjpa-examples/simple/src/main/java</directory>
<outputDirectory>examples/simple</outputDirectory>