mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
update copyrights for 2010
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@902822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c15f473949
commit
ef89c9d699
@ -1,8 +1,6 @@
|
|||||||
================================================================================
|
|
||||||
== NOTICE file corresponding to the section 4 d of ==
|
Apache OpenJPA
|
||||||
== the Apache License, Version 2.0, ==
|
Copyright 2006,2010 The Apache Software Foundation
|
||||||
== in this case for the Apache OpenJPA distribution. ==
|
|
||||||
================================================================================
|
|
||||||
|
|
||||||
This product includes software developed by
|
This product includes software developed by
|
||||||
The Apache Software Foundation (http://www.apache.org/).
|
The Apache Software Foundation (http://www.apache.org/).
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Apache OpenJPA Examples
|
Apache OpenJPA Examples
|
||||||
Copyright © 2005-2009, The Apache Software Foundation.
|
Copyright © 2006,2010 The Apache Software Foundation.
|
||||||
Licensed under ASL 2.0 - http://www.apache.org/licenses/LICENSE-2.0
|
Licensed under ASL 2.0 - http://www.apache.org/licenses/LICENSE-2.0
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -18,16 +18,16 @@ limitations under the License.
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
These instructions describe how to build OpenJPA from source code using the
|
These instructions describe how to build OpenJPA from source code using the
|
||||||
Apache Maven 2 build too. They are written for use from the console, and are
|
Apache Maven 2 build tool. They are written for use from the console, and are
|
||||||
known to work on Linux and Mac OSX. They are also reported to work from Windows.
|
known to work on Linux and Mac OSX. They are also reported to work from Windows.
|
||||||
|
|
||||||
The most up to date version of these instructions may be found on the OpenJPA
|
The most up to date version of these instructions may be found on the OpenJPA
|
||||||
website at http://openjpa.apache.org/building-openjpa.html
|
website at http://openjpa.apache.org/building-openjpa.html
|
||||||
|
|
||||||
1. Ensure that Java 1.5 or 1.6 is installed and on your path by running:
|
1. Ensure that Java SE 1.5 or 1.6 is installed and on your path by running:
|
||||||
java -version
|
java -version
|
||||||
OpenJPA requires Java 1.5 or later, but some features are only available
|
OpenJPA requires Java 1.5 or later, but some features are only available
|
||||||
with Java 6.
|
with Java SE 6.
|
||||||
2. Install the build tool Apache Maven 2.0.9 or later, from:
|
2. Install the build tool Apache Maven 2.0.9 or later, from:
|
||||||
http://maven.apache.org/
|
http://maven.apache.org/
|
||||||
If it is installed correctly, typing mvn -v from the console will result
|
If it is installed correctly, typing mvn -v from the console will result
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
OpenJPA Aggregate Jar with Dependencies
|
|
||||||
Copyright 2006-2009 Apache Software Foundation
|
Apache OpenJPA Aggregate Jar with Dependencies
|
||||||
|
Copyright 2006,2010 The Apache Software Foundation
|
||||||
|
|
||||||
This product includes software developed at
|
This product includes software developed at
|
||||||
The Apache Software Foundation (http://www.apache.org/).
|
The Apache Software Foundation (http://www.apache.org/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user