From bcada9c0400f2c18c999b2e1e5bda824942e89f2 Mon Sep 17 00:00:00 2001 From: Martin Desruisseaux Date: Sat, 27 Aug 2011 20:30:36 +0000 Subject: Documentation updates and first configuration changes: - Added @deprecated tags to the old bindings, with test pointing to their replacement. - Added a note in the header of the new bindings suggesting to keep the classes synchronized with GeoAPI (if possible). - Edited the README file for the new bindings, but did not yet edited the example. - Added the new files to the list of files declared in Makefile.in, and ran automake to regenerate Makefile.am. - Edited build.xml to generate the header file of PJ.h instead than Projections.h. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2092 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- jniwrap/org/proj4/PJ.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'jniwrap/org/proj4/PJ.java') diff --git a/jniwrap/org/proj4/PJ.java b/jniwrap/org/proj4/PJ.java index 21bf7a5a..b1b30c20 100644 --- a/jniwrap/org/proj4/PJ.java +++ b/jniwrap/org/proj4/PJ.java @@ -25,7 +25,11 @@ * 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. - *****************************************************************************/ + ***************************************************************************** + * This file is a copy of a file developed in the GeoAPI "Proj.4 binding" + * module (http://www.geoapi.org/geoapi-proj4/index.html). If this file is + * modified, please consider synchronizing the changes with GeoAPI. + */ package org.proj4; -- cgit v1.2.3