You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/08/25 19:23:27 UTC

svn commit: r989234 - /openjpa/trunk/openjpa-project/assembly.xml

Author: dwoods
Date: Wed Aug 25 17:23:27 2010
New Revision: 989234

URL: http://svn.apache.org/viewvc?rev=989234&view=rev
Log:
OPENJPA-1773 Pull the new OpenTrader sample into the binary assembly

Modified:
    openjpa/trunk/openjpa-project/assembly.xml

Modified: openjpa/trunk/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/assembly.xml?rev=989234&r1=989233&r2=989234&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/assembly.xml (original)
+++ openjpa/trunk/openjpa-project/assembly.xml Wed Aug 25 17:23:27 2010
@@ -87,6 +87,16 @@
             </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>
             <excludes>