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 [3/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...

Added: incubator/openjpa/trunk/openjpa-project/src/doc/manual/style.css
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/style.css?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/style.css (added)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/style.css Tue Jul 25 21:24:28 2006
@@ -0,0 +1,71 @@
+body, td, th {
+    font-size: 95%;
+    font-family: Arial, Geneva, Helvetica, sans-serif;
+    color: black;
+    background-color: white;
+}
+
+menu {
+    margin-left: 1em;
+    padding-left: 1em;
+    white-space: nowrap;
+}
+
+
+table.colortable {
+    background-color: #dddddd;
+}
+
+h2 {
+    font-size: 130%;
+    font-weight: bold;
+}
+
+h3 {
+    font-size: 110%;
+    font-weight: bold;
+}
+
+h4 {
+    font-size: 100%;
+    font-weight: bold;
+}
+
+.menuheader {
+    font-weight: bold;
+}
+
+.navleft {
+    padding-right: 5px;
+    border: 1px solid #cccccc;
+    border-width: 0px 1px 0px 0px;
+}
+
+.navright {
+    padding-left: 5px;
+    border: 1px solid #cccccc;
+    border-width: 0px 0px 0px 1px;
+}
+
+.section-content {
+    padding-left: 1em;
+    padding-right: 1em;
+}
+
+.footer {
+    text-align: center;
+    font-size: 80%;
+}
+
+.note {
+    margin: 1em;
+    padding: 1em;
+    border: 2px solid gray;
+}
+
+.source {
+    margin: 0em 1em 0em 1em;
+    padding: 0em 1em 0em 1em;
+    border: 2px solid #bbbbbb;
+    white-space: pre;
+}

Modified: incubator/openjpa/trunk/openjpa-xmlstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-xmlstore/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-xmlstore/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-xmlstore/pom.xml Tue Jul 25 21:24:28 2006
@@ -10,11 +10,9 @@
     <description>XML Store for OpenJPA</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/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/pom.xml?rev=425608&r1=425607&r2=425608&view=diff
==============================================================================
--- incubator/openjpa/trunk/pom.xml (original)
+++ incubator/openjpa/trunk/pom.xml Tue Jul 25 21:24:28 2006
@@ -1,15 +1,27 @@
+<?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">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+            http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+    <prerequisites>
+        <maven>2.0.4</maven>
+    </prerequisites>
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa</artifactId>
     <packaging>pom</packaging>
 
     <name>OpenJPA</name>
     <description>OpenJPA</description>
-    <version>0.0.1</version>
+
+    <!--
+        Changing this version needs to also be done in all children poms
+        See: http://jira.codehaus.org/browse/MNG-624
+    -->
+    <version>0.9.0</version>
+
     <url>http://incubator.apache.org/projects/openjpa</url>
+
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/OPENJPA</url>
@@ -75,124 +87,152 @@
     </organization>
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/openjpa/${pom.artifactId}</connection>
+            scm:svn:http://svn.apache.org/repos/asf/incubator/openjpa/trunk</connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/openjpa/${pom.artifactId}</developerConnection>
+            scm:svn:https://svn.apache.org/repos/asf/incubator/openjpa/trunk</developerConnection>
         <url>
-            https://svn.apache.org/repos/asf/incubator/openjpa/${pom.artifactId}</url>
+            https://svn.apache.org/repos/asf/incubator/openjpa/trunk</url>
     </scm>
-    <modules>
 
+    <modules>
         <module>openjpa-lib</module>
         <module>openjpa-kernel</module>
-        <module>openjpa-kernel-5</module>
         <module>openjpa-jdbc</module>
-        <module>openjpa-jdbc-5</module>
-        <module>openjpa-persistence</module>
-        <module>openjpa-persistence-jdbc</module>
         <module>openjpa-xmlstore</module>
-
+        <module>openjpa-project</module>
     </modules>
-    <repositories>
 
+    <profiles>
+        <profile>
+            <id>jdk1.5</id>
+            <activation>
+                <jdk>1.5</jdk>
+            </activation>
+            <modules>
+                <module>openjpa-persistence</module>
+                <module>openjpa-persistence-jdbc</module>
+                <module>openjpa-kernel-5</module>
+                <module>openjpa-jdbc-5</module>
+            </modules>
+        </profile>
+
+        <profile>
+            <id>release</id>
+            <activation>
+                <property>
+                    <name>release</name>
+                </property>
+            </activation>
+            <modules>
+                <module>openjpa-project</module>
+            </modules>
+        </profile>
+    </profiles>
+
+    <repositories>
         <repository>
             <id>central</id>
             <name>Maven Repository Switchboard</name>
             <url>http://www.ibiblio.org/maven2</url>
         </repository>
-
-
         <repository>
             <id>java-net</id>
             <name>dev.java.net repository</name>
             <url>https://maven-repository.dev.java.net/nonav/repository</url>
             <layout>legacy</layout>
         </repository>
-
-
         <repository>
             <id>serp</id>
             <name>Serp Project Repository</name>
             <url>http://serp.sourceforge.net/m2repo</url>
         </repository>
-
     </repositories>
     <dependencies>
-
         <dependency>
-
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
             <scope>compile</scope>
-
         </dependency>
-
     </dependencies>
+
     <build>
+        <!-- needed to let maven pass the "compile" phase -->
+        <testSourceDirectory>/none/</testSourceDirectory>
 
         <plugins>
-
             <plugin>
-
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
                 </configuration>
-
             </plugin>
-
         </plugins>
-
     </build>
 
     <reporting>
         <plugins>
             <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>jdepend-maven-plugin</report>
+                            <!-- <report>jxr-maven-plugin</report> -->
+                            <report>surefire-report-maven-plugin</report>
+                            <report>maven-javadoc-plugin</report>
+                            <report>project-team</report>
+                            <report>mailing-list</report>
+                            <report>issue-tracking</report>
+                            <report>license</report>
+                            <report>scm</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>taglist-maven-plugin</artifactId>
+                <artifactId>maven-surefire-plugin</artifactId>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jxr-maven-plugin</artifactId>
-                <configuration>
-                    <aggregate>true</aggregate>
-                </configuration>
+                <artifactId>taglist-maven-plugin</artifactId>
             </plugin>
+
+
+            <!--
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <aggregate>true</aggregate>
                     <linksource>true</linksource>
+                    <maxmemory>512m</maxmemory>
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
                         <link>http://java.sun.com/javaee/5/docs/api</link>
-                        <link>
-                            http://jakarta.apache.org/commons/collections/api-release</link>
+                        <link>http://jakarta.apache.org/commons/collections/api-release</link>
                     </links>
                 </configuration>
             </plugin>
+            -->
+
+
         </plugins>
     </reporting>
     <distributionManagement>
-        <repository>
-            <id>bea-internal</id>
-            <name>Internal BEA OpenJPA test site</name>
-            <url>file:///${user.home}/web/devel/openjpa/dist</url>
-        </repository>
-        <site>
-            <id>bea-internal</id>
-            <name>Internal BEA OpenJPA test sit</name>
-            <url>file:///${user.home}/web/devel/openjpa/site</url>
-        </site>
+      <repository>
+        <id>people.apache.org</id>
+        <url>scp://people.apache.org/home/mprudhom/public_html/openjpa/m2repo</url>
+      </repository>
+      <snapshotRepository>
+        <id>openjpa</id>
+        <url>scp://people.apache.org/home/mprudhom/public_html/openjpa/m2snapshot</url>
+      </snapshotRepository>
+      <site>
+        <id>people.apache.org</id>
+        <url>scpexe://people.apache.org/home/mprudhom/public_html/openjpa/site/</url>
+      </site>
     </distributionManagement>
-
 </project>
-
-

Added: incubator/openjpa/trunk/src/site/apt/building.apt
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/src/site/apt/building.apt?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/src/site/apt/building.apt (added)
+++ incubator/openjpa/trunk/src/site/apt/building.apt Tue Jul 25 21:24:28 2006
@@ -0,0 +1,23 @@
+ ------
+ openjpa
+ ------
+
+Building OpenJPA
+
+ Building OpenJPA requires an installation of {{{http://maven.apache.org/}Maven 2}}.
+
+ Check out the sources then run:
+
++--------------------------------+                        
+mvn compile
++--------------------------------+                        
+
+ To run the tests:
+
++--------------------------------+                        
+mvn test
++--------------------------------+                        
+
+
+
+

Added: incubator/openjpa/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/src/site/apt/index.apt?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/src/site/apt/index.apt (added)
+++ incubator/openjpa/trunk/src/site/apt/index.apt Tue Jul 25 21:24:28 2006
@@ -0,0 +1,11 @@
+ ------
+ openjpa
+ ------
+
+Welcome to the OpenJPA project site!
+
+ OpenJPA is a set of Java persistence Application Program Interfaces (APIs) that are based on the Enterprise Java Beans 3.0 persistenace specification. This is the distribution and project management site for OpenJPA. For community resources, please see the {{{http://wiki.apache.org/incubator/OpenJPA}OpenJPA wiki}}.
+
+ To download OpenJPA, please go to the {{{downloads.html}downloads}} page.
+
+

Added: incubator/openjpa/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/src/site/site.xml?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/src/site/site.xml (added)
+++ incubator/openjpa/trunk/src/site/site.xml Tue Jul 25 21:24:28 2006
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="OpenJPA">
+    <bannerLeft>
+        <name>OpenJPA</name>
+        <!-- <src>http://www.apache.org/images/asf_logo_wide.gif</src> -->
+        <!-- <href>/</href> -->
+    </bannerLeft>     
+    <body>
+        <menu name="OpenJPA">
+            <item name="Home" href="index.html"/>
+            <item name="Manual" href="openjpa-project/manual/manual.html"/>
+            <item name="Download" href="downloads.html"/>
+            <item name="Building" href="building.html"/>
+        </menu>
+
+        <menu name="Community">
+            <item name="Issue Tracker"
+                href="https://issues.apache.org/jira/browse/OPENJPA"/>
+            <item name="Wiki"
+                href="http://wiki.apache.org/incubator/OpenJPA"/>
+        </menu>
+
+        <menu ref="parent"/>
+        <menu ref="reports"/>
+
+        <!-- <menu ref="modules"/> -->
+    </body>
+
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-stylus-skin</artifactId>
+        <version>1.0</version>
+    </skin>
+</project>

Added: incubator/openjpa/trunk/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/src/site/xdoc/downloads.xml?rev=425608&view=auto
==============================================================================
--- incubator/openjpa/trunk/src/site/xdoc/downloads.xml (added)
+++ incubator/openjpa/trunk/src/site/xdoc/downloads.xml Tue Jul 25 21:24:28 2006
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+    <properties>
+        <title>OpenJPA Downloads</title>
+    </properties>
+    <body>
+        <section name="Certified Downloads">
+            <p>
+            Currently, Apache OpenJPA has no certified releases.
+            </p>
+        </section>
+
+        <section name="Milestone Downloads">
+            <p>
+            The following non-certified milestone releases are available.
+            These milestone releases are 'technology demonstrations' and not
+            offered as a J2EE-compatible JPA implementation.
+            </p>
+
+            <p><strong>0.9.0</strong> - <i>July 25, 2006</i></p>
+            <ul>
+                <li>
+                    <a href="openjpa-project/downloads/openjpa-0.9.0.zip">binary zip</a>
+                    -
+                    <a href="openjpa-project/downloads/openjpa-0.9.0-sources.zip">source zip</a>
+                </li>
+            </ul>
+
+        </section>
+    </body>
+</document>
+