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/07/30 15:17:59 UTC

svn commit: r980780 - in /openjpa/trunk/openjpa-project: assembly.xml pom.xml source-assembly.xml

Author: dwoods
Date: Fri Jul 30 13:17:59 2010
New Revision: 980780

URL: http://svn.apache.org/viewvc?rev=980780&view=rev
Log:
OPENJPA-1751 Include all openjpa-examples in the binary distro

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

Modified: openjpa/trunk/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/assembly.xml?rev=980780&r1=980779&r2=980780&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/assembly.xml (original)
+++ openjpa/trunk/openjpa-project/assembly.xml Fri Jul 30 13:17:59 2010
@@ -69,8 +69,14 @@
             <outputDirectory>docs/javadoc</outputDirectory>
         </fileSet>
         <fileSet>
-            <directory>../openjpa-examples/src/main/java</directory>
+            <directory>../openjpa-examples</directory>
             <outputDirectory>examples</outputDirectory>
+            <excludes>
+                <exclude>**/target/**</exclude>
+                <exclude>**/*.log</exclude>
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/**</exclude>
+            </excludes>
         </fileSet>
     </fileSets>
     <dependencySets>

Modified: openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=980780&r1=980779&r2=980780&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Fri Jul 30 13:17:59 2010
@@ -123,7 +123,9 @@
                             <goal>attached</goal>
                         </goals>
                         <configuration>
-                            <descriptor>assembly.xml</descriptor>
+                            <descriptors>
+                                <descriptor>assembly.xml</descriptor>
+                            </descriptors>
                             <outputDirectory>${openjpa.assembly.outputDirectory}</outputDirectory>
                             <workDirectory>target/work</workDirectory>
                         </configuration>

Modified: openjpa/trunk/openjpa-project/source-assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/source-assembly.xml?rev=980780&r1=980779&r2=980780&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/source-assembly.xml (original)
+++ openjpa/trunk/openjpa-project/source-assembly.xml Fri Jul 30 13:17:59 2010
@@ -36,6 +36,8 @@
             <excludes>
                 <exclude>**/target/**</exclude>
                 <exclude>**/*.log</exclude>
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/**</exclude>
             </excludes>
         </fileSet>