You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2006/07/26 06:24:30 UTC

svn commit: r425608 [1/3] - in /incubator/openjpa/trunk: ./ openjpa-jdbc-5/ openjpa-jdbc/ openjpa-kernel-5/ openjpa-kernel/ openjpa-lib/ openjpa-persistence-jdbc/ openjpa-persistence/ openjpa-project/ openjpa-project/src/ openjpa-project/src/doc/ openj...

Author: mprudhom
Date: Tue Jul 25 21:24:28 2006
New Revision: 425608

URL: http://svn.apache.org/viewvc?rev=425608&view=rev
Log:
Added openjpa-project for assembly descriptiors and docs; upped version to 0.9.0

Added:
    incubator/openjpa/trunk/openjpa-project/
    incubator/openjpa/trunk/openjpa-project/LICENSE.txt
    incubator/openjpa/trunk/openjpa-project/README.txt
    incubator/openjpa/trunk/openjpa-project/assembly.xml
    incubator/openjpa/trunk/openjpa-project/pom.xml
    incubator/openjpa/trunk/openjpa-project/source-assembly.xml
    incubator/openjpa/trunk/openjpa-project/src/
    incubator/openjpa/trunk/openjpa-project/src/doc/
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/style.css
    incubator/openjpa/trunk/src/
    incubator/openjpa/trunk/src/site/
    incubator/openjpa/trunk/src/site/apt/
    incubator/openjpa/trunk/src/site/apt/building.apt
    incubator/openjpa/trunk/src/site/apt/index.apt
    incubator/openjpa/trunk/src/site/site.xml
    incubator/openjpa/trunk/src/site/xdoc/
    incubator/openjpa/trunk/src/site/xdoc/downloads.xml
Modified:
    incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml
    incubator/openjpa/trunk/openjpa-jdbc/pom.xml
    incubator/openjpa/trunk/openjpa-kernel-5/pom.xml
    incubator/openjpa/trunk/openjpa-kernel/pom.xml
    incubator/openjpa/trunk/openjpa-lib/pom.xml
    incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml
    incubator/openjpa/trunk/openjpa-persistence/pom.xml
    incubator/openjpa/trunk/openjpa-xmlstore/pom.xml
    incubator/openjpa/trunk/pom.xml

Modified: incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml Tue Jul 25 21:24:28 2006
@@ -10,11 +10,9 @@
     <description>JDBC 1.5</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
-
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.0.1</version>
-
+        <version>0.9.0</version>
     </parent>
     <dependencies>
 
@@ -22,7 +20,7 @@
 
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-jdbc</artifactId>
-            <version>0.0.1</version>
+            <version>${pom.version}</version>
             <scope>compile</scope>
 
         </dependency>

Modified: incubator/openjpa/trunk/openjpa-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-jdbc/pom.xml Tue Jul 25 21:24:28 2006
@@ -10,11 +10,9 @@
     <description>JDBC</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
-
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.0.1</version>
-
+        <version>0.9.0</version>
     </parent>
     <dependencies>
 
@@ -22,7 +20,7 @@
 
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-kernel</artifactId>
-            <version>0.0.1</version>
+            <version>${pom.version}</version>
             <scope>compile</scope>
 
         </dependency>

Modified: incubator/openjpa/trunk/openjpa-kernel-5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel-5/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel-5/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-kernel-5/pom.xml Tue Jul 25 21:24:28 2006
@@ -10,11 +10,9 @@
     <description>Kernel 1.5</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
-
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.0.1</version>
-
+        <version>0.9.0</version>
     </parent>
     <dependencies>
 

Modified: incubator/openjpa/trunk/openjpa-kernel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-kernel/pom.xml Tue Jul 25 21:24:28 2006
@@ -10,11 +10,9 @@
     <description>Kernel</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
-
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.0.1</version>
-
+        <version>0.9.0</version>
     </parent>
     <dependencies>
 

Modified: incubator/openjpa/trunk/openjpa-lib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-lib/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-lib/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-lib/pom.xml Tue Jul 25 21:24:28 2006
@@ -10,115 +10,76 @@
     <description>Utilities</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
-
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.0.1</version>
-
+        <version>0.9.0</version>
     </parent>
     <dependencies>
-
         <dependency>
-
             <groupId>jakarta-regexp</groupId>
             <artifactId>jakarta-regexp</artifactId>
             <version>1.4</version>
             <scope>test</scope>
-
         </dependency>
         <dependency>
-
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>1.0.4</version>
             <scope>compile</scope>
-
         </dependency>
         <dependency>
-
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <version>1.2.13</version>
             <scope>compile</scope>
-
         </dependency>
         <dependency>
-
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
             <scope>compile</scope>
-
         </dependency>
         <dependency>
-
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
             <version>2.1</version>
             <scope>compile</scope>
-
         </dependency>
         <dependency>
-
             <groupId>ant</groupId>
             <artifactId>ant</artifactId>
             <version>1.6.5</version>
             <scope>compile</scope>
-
         </dependency>
         <dependency>
-
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
             <version>3.1</version>
             <scope>compile</scope>
-
         </dependency>
         <dependency>
-
             <groupId>commons-pool</groupId>
             <artifactId>commons-pool</artifactId>
             <version>1.2</version>
             <scope>compile</scope>
-
         </dependency>
         <dependency>
-
-            <groupId>backport-util-concurrent</groupId>
-            <artifactId>backport-util-concurrent</artifactId>
-            <version>2.1</version>
-            <scope>compile</scope>
-
-        </dependency>
-
-        <dependency>
-
             <groupId>net.sourceforge.serp</groupId>
             <artifactId>serp</artifactId>
             <version>1.11.0</version>
             <scope>compile</scope>
-
         </dependency>
-
     </dependencies>
     <build>
-
         <plugins>
-
             <plugin>
-
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
                     <source>1.3</source>
                     <target>1.3</target>
                 </configuration>
-
             </plugin>
-
         </plugins>
-
     </build>
-
-
 </project>

Modified: incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml Tue Jul 25 21:24:28 2006
@@ -10,11 +10,9 @@
     <description>JPA JDBC</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
-
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.0.1</version>
-
+        <version>0.9.0</version>
     </parent>
     <dependencies>
 
@@ -22,7 +20,7 @@
 
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-jdbc-5</artifactId>
-            <version>0.0.1</version>
+            <version>${pom.version}</version>
             <scope>compile</scope>
 
         </dependency>
@@ -30,7 +28,7 @@
 
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-persistence</artifactId>
-            <version>0.0.1</version>
+            <version>${pom.version}</version>
             <scope>compile</scope>
 
         </dependency>
@@ -38,7 +36,7 @@
 
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
-            <version>10.1.2.1</version>
+            <version>10.1.3.1</version>
             <scope>test</scope>
 
         </dependency>

Modified: incubator/openjpa/trunk/openjpa-persistence/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-persistence/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-persistence/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-persistence/pom.xml Tue Jul 25 21:24:28 2006
@@ -10,11 +10,9 @@
     <description>JPA</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
-
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.0.1</version>
-
+        <version>0.9.0</version>
     </parent>
     <dependencies>
 

Added: incubator/openjpa/trunk/openjpa-project/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/LICENSE.txt?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/LICENSE.txt (added)
+++ incubator/openjpa/trunk/openjpa-project/LICENSE.txt Tue Jul 25 21:24:28 2006
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person 
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without 
+restriction, including without limitation the rights to use, 
+copy, modify, merge, publish, distribute, sublicense, and/or 
+sell copies of the Software, and to permit persons to whom the 
+Software is furnished to do so, subject to the following 
+conditions:
+
+The above copyright notice and this permission notice shall be 
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 
+OTHER DEALINGS IN THE SOFTWARE.

Added: incubator/openjpa/trunk/openjpa-project/README.txt
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/README.txt?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/README.txt (added)
+++ incubator/openjpa/trunk/openjpa-project/README.txt Tue Jul 25 21:24:28 2006
@@ -0,0 +1,2 @@
+
+Thanks!

Added: incubator/openjpa/trunk/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/assembly.xml?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/assembly.xml (added)
+++ incubator/openjpa/trunk/openjpa-project/assembly.xml Tue Jul 25 21:24:28 2006
@@ -0,0 +1,94 @@
+<assembly>
+    <id></id>
+    <formats>
+        <format>zip</format>
+    </formats>
+    <includeBaseDirectory>true</includeBaseDirectory>
+    <fileSets>
+        <fileSet>
+            <includes>
+                <include>README*</include>
+                <include>LICENSE*</include>
+                <include>NOTICE*</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>licenses</directory>
+            <outputDirectory>/lib</outputDirectory>
+            <includes>
+                <include>*</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>target/manual/OpenJPA</directory>
+            <outputDirectory>/manual</outputDirectory>
+        </fileSet>
+        <fileSet>
+            <directory>../target/site/apidocs</directory>
+            <outputDirectory>/javadoc</outputDirectory>
+        </fileSet>
+        <fileSet>
+            <directory>target/examples</directory>
+            <outputDirectory>/examples</outputDirectory>
+        </fileSet>
+    </fileSets>
+    <dependencySets>
+        <dependencySet>
+            <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>
+            </excludes>
+        </dependencySet>
+
+
+        <!--
+        <dependencySet>
+            <outputDirectory>/optional</outputDirectory>
+            <unpack>false</unpack>
+            <scope>runtime</scope>
+            <includes>
+                <include>org.apache.derby:derby</include>
+            </includes>
+        </dependencySet>
+        -->
+
+        <!--
+         <dependencySet>
+            <outputDirectory>/</outputDirectory>
+            <unpack>false</unpack>
+            <scope>runtime</scope>
+            <includes>
+                <include>org.apache.openjpa:openjpa-all</include>
+            </includes>
+        </dependencySet>
+        -->
+    </dependencySets>
+</assembly>

Added: incubator/openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/pom.xml?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/pom.xml (added)
+++ incubator/openjpa/trunk/openjpa-project/pom.xml Tue Jul 25 21:24:28 2006
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+        http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <!--
+        To build the distribution files from project root:
+
+        mvn clean compile package -Dtest=false
+    -->
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>openjpa-project</artifactId>
+    <name>OpenJPA Project</name>
+    <parent>
+        <groupId>org.apache.openjpa</groupId>
+        <artifactId>openjpa</artifactId>
+        <version>0.9.0</version>
+    </parent>
+
+    <build>
+        <!-- needed to let maven pass the "compile" phase -->
+        <testSourceDirectory>/none/</testSourceDirectory>
+
+        <!-- filter site resources -->
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/site</directory>
+                <!-- targetPath is relative to target/classes/ -->
+                <targetPath>../filtered-site</targetPath>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+
+        <plugins>
+
+            <!-- build the docs when creating the site from docbook source -->
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>site</phase>
+                        <configuration>
+                         <!-- destdir="${project.build.directory}/site/manual" -->
+                            <tasks>
+                            <echo>Building docbook manual</echo>
+                            <style includes="**/manual.xml"
+                                basedir="${project.basedir}/src/doc/manual"
+                                destdir="${project.basedir}/target/filtered-site/resources/manual"
+                                style="manual-xhtml.xsl"
+                                classpathref="maven.runtime.classpath"/>
+                            <style includes="**/manual.xml"
+                                basedir="${project.basedir}/src/doc/manual"
+                                destdir="${project.basedir}/target/filtered-site/resources/manual"
+                                style="manual-xhtml-chunk.xsl"
+                                classpathref="maven.runtime.classpath"/>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>bin</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>assembly</goal>
+                        </goals>
+                        <configuration>
+                            <descriptor>assembly.xml</descriptor>
+                            <finalName>openjpa-${version}</finalName>
+                            <outputDirectory>${project.basedir}/target/filtered-site/resources/downloads</outputDirectory>
+                            <workDirectory>target/work</workDirectory>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>sources</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>assembly</goal>
+                        </goals>
+                        <configuration>
+                            <descriptor>source-assembly.xml</descriptor>
+                            <finalName>openjpa-${version}</finalName>
+                            <outputDirectory>${project.basedir}/target/filtered-site/resources/downloads</outputDirectory>
+                            <workDirectory>target/work</workDirectory>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <!--
+                copy over site files from src/site to target/filtered-site
+                so we can filter resources and include other generated
+                content from the openjpa-project module
+            -->
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>prefilter-site</id>
+                        <phase>site</phase>
+                        <goals>
+                            <goal>resources</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>2.0-beta-5</version>
+                <configuration>
+                    <siteDirectory>target/filtered-site</siteDirectory>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+
+    <!-- need to explicitly list dependencies for assembly to work -->
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-lib</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-kernel</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-kernel-5</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-jdbc</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-jdbc-5</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-persistence</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-persistence-jdbc</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-xmlstore</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <!-- included so we can include it in the distribution -->
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+            <version>10.1.3.1</version>
+        </dependency>
+
+
+        <!-- jars needed for for docbook -->
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.5</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-trax</artifactId>
+            <version>1.6.5</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+            <version>2.7.0</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>bcel</groupId>
+            <artifactId>bcel</artifactId>
+            <version>5.1</version>
+            <scope>runtime</scope>
+        </dependency>
+    </dependencies>
+</project>

Added: incubator/openjpa/trunk/openjpa-project/source-assembly.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/source-assembly.xml?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/source-assembly.xml (added)
+++ incubator/openjpa/trunk/openjpa-project/source-assembly.xml Tue Jul 25 21:24:28 2006
@@ -0,0 +1,16 @@
+<assembly>
+  <id>sources</id>
+  <formats>
+    <format>zip</format>
+  </formats>
+  <includeBaseDirectory>true</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>..</directory>
+      <outputDirectory></outputDirectory>
+      <excludes>
+        <exclude>**/target/**</exclude>
+      </excludes>
+    </fileSet>
+  </fileSets>
+</assembly>

Added: incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl (added)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl Tue Jul 25 21:24:28 2006
@@ -0,0 +1,24 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
+
+    <!-- docbook stylesheet customizations for openjpa manual -->
+	<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/chunk.xsl"/>
+
+    <!--
+	<xsl:param name="html.stylesheet">../css/maven-base.css ../css/maven-theme.css ../css/site.css</xsl:param>
+    -->
+
+	<xsl:param name="html.cleanup" select="1"/>
+	<xsl:param name="label.from.part" select="1"/>
+	<xsl:param name="annotate.toc" select="1"/>
+	<xsl:param name="toc.section.depth">5</xsl:param>
+	<xsl:param name="generate.section.toc.level" select="8"/>
+	<xsl:param name="generate.id.attributes" select="1"/>
+	<xsl:param name="generate.index" select="1"/>
+	<xsl:param name="chapter.autolabel" select="1"/>
+	<xsl:param name="appendix.autolabel" select="1"/>
+	<xsl:param name="part.autolabel" select="1"/>
+	<xsl:param name="preface.autolabel" select="0"/>
+	<xsl:param name="qandadiv.autolabel" select="1"/>
+	<xsl:param name="section.autolabel" select="1"/>
+</xsl:stylesheet>
+

Added: incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl (added)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl Tue Jul 25 21:24:28 2006
@@ -0,0 +1,24 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
+
+    <!-- docbook stylesheet customizations for openjpa manual -->
+	<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl"/>
+
+    <!--
+	<xsl:param name="html.stylesheet">../css/maven-base.css ../css/maven-theme.css ../css/site.css</xsl:param>
+    -->
+
+	<xsl:param name="html.cleanup" select="1"/>
+	<xsl:param name="label.from.part" select="1"/>
+	<xsl:param name="annotate.toc" select="1"/>
+	<xsl:param name="toc.section.depth">5</xsl:param>
+	<xsl:param name="generate.section.toc.level" select="8"/>
+	<xsl:param name="generate.id.attributes" select="1"/>
+	<xsl:param name="generate.index" select="1"/>
+	<xsl:param name="chapter.autolabel" select="1"/>
+	<xsl:param name="appendix.autolabel" select="1"/>
+	<xsl:param name="part.autolabel" select="1"/>
+	<xsl:param name="preface.autolabel" select="0"/>
+	<xsl:param name="qandadiv.autolabel" select="1"/>
+	<xsl:param name="section.autolabel" select="1"/>
+</xsl:stylesheet>
+