mirror of https://github.com/apache/openjpa.git
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:
parent
35b6da3dfe
commit
581494293a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue