You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2007/04/19 05:29:27 UTC

svn commit: r530250 - in /incubator/openjpa/branches/0.9.7-incubating-RC2: openjpa-persistence-jdbc/pom.xml openjpa-project/assembly.xml

Author: mikedd
Date: Wed Apr 18 20:29:26 2007
New Revision: 530250

URL: http://svn.apache.org/viewvc?view=rev&rev=530250
Log:
moved derby.log, excluded docbook from binary zip file

Modified:
    incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-persistence-jdbc/pom.xml
    incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-project/assembly.xml

Modified: incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-persistence-jdbc/pom.xml?view=diff&rev=530250&r1=530249&r2=530250
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-persistence-jdbc/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-persistence-jdbc/pom.xml Wed Apr 18 20:29:26 2007
@@ -74,6 +74,10 @@
                                         <name>openjpa.ConnectionProperties</name>
                                         <value>DriverClassName=org.apache.derby.jdbc.EmbeddedDriver,Url=jdbc:derby:target/database/openjpa-derby-database;create=true,MaxActive=100,MaxIdle=0,MaxWait=10000,TestOnBorrow=true</value>
                                     </property>
+                                    <property>
+                                        <name>derby.stream.error.file</name>
+                                        <value>target/derby.log</value>
+                                    </property>
                                 </systemProperties>
                             </configuration>
                         </plugin>

Modified: incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-project/assembly.xml?view=diff&rev=530250&r1=530249&r2=530250
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-project/assembly.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating-RC2/openjpa-project/assembly.xml Wed Apr 18 20:29:26 2007
@@ -95,48 +95,20 @@
             <outputDirectory>/lib</outputDirectory>
             <unpack>false</unpack>
             <scope>runtime</scope>
-            <excludes>
-                <!-- only used for the ant tasks, which will already have it -->
-                <exclude>ant:ant</exclude>
-                <exclude>ant:ant-xalan2</exclude>
-                <exclude>ant:ant-trax</exclude>
-                <exclude>bcel:bcel</exclude>
-
-                <!-- exclude empty distribution jars -->
-                <exclude>openjpa:openjpa-project</exclude>
-
-                <!-- already included in JDK 1.5 -->
-                <exclude>xerces:xerces</exclude>
-                <exclude>xerces:xercesImpl</exclude>
-                <exclude>xalan:xalan</exclude>
-                <exclude>xml-apis:xml-apis</exclude>
-                <exclude>xerces:xmlParserAPIs</exclude>
-
-                <!-- not required for release -->
-                <exclude>hsqldb:hsqldb</exclude>
-
-                <!-- only required for persistence server -->
-                <exclude>javax.servlet:servlet-api</exclude>
-
-                <!-- optional log implementation -->
-                <exclude>log4j:log4j</exclude>
-
-                <!-- optional -->
-                <exclude>junit:junit</exclude>
-
-                <!-- these are placed in the modules/ directory -->
-                <exclude>org.apache.openjpa:openjpa-all</exclude>
-                <exclude>org.apache.openjpa:openjpa-lib</exclude>
-                <exclude>org.apache.openjpa:openjpa-kernel</exclude>
-                <exclude>org.apache.openjpa:openjpa-kernel-4</exclude>
-                <exclude>org.apache.openjpa:openjpa-kernel-5</exclude>
-                <exclude>org.apache.openjpa:openjpa-jdbc</exclude>
-                <exclude>org.apache.openjpa:openjpa-jdbc-5</exclude>
-                <exclude>org.apache.openjpa:openjpa-persistence</exclude>
-                <exclude>org.apache.openjpa:openjpa-persistence-jdbc</exclude>
-                <exclude>org.apache.openjpa:openjpa-xmlstore</exclude>
-                <exclude>org.apache.openjpa:openjpa-examples</exclude>
-            </excludes>
+            <includes>
+                <include>net.sourceforge.serp:serp</include>
+                <include>org.apache.derby:derby</include>
+
+                <include>commons-logging:commons-logging</include>
+                <include>commons-lang:commons-lang</include>
+                <include>commons-collections:commons-collections</include>
+                <include>commons-pool:commons-pool</include>
+
+                <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
+                <include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include>
+                <include>org.apache.geronimo.specs:geronimo-jpa_3.0_spec</include>
+                <include>org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec</include>
+            </includes>
         </dependencySet>
     </dependencySets>
 </assembly>