~ubuntu-branches/ubuntu/trusty/postgis/trusty-security

« back to all changes in this revision

Viewing changes to java/ejb3/src/org/postgis/ejb/PersonEntity.java

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2009-12-11 13:10:34 UTC
  • mfrom: (1.1.9 upstream) (5.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20091211131034-wmsz69wxvt95pe5r
Tags: 1.4.0-2
* Upload to unstable.
* Better parameterized debian/rules against postgis $(VERSION).
* Added dblatex and libcunit1-dev among build-deps.
* Added postgis_comments.sql to contrib/ SQL templates.
* Dropping 8.3 support, no more supported for squeeze.
  (closes: #559587)
* Do not stop on error in postrm if the target dir does not exist.
  (closes: #560409)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
20
20
 * http://www.gnu.org.
21
21
 * 
22
 
 * $Id: PersonEntity.java 2500 2006-10-09 17:12:46Z mschaber $
 
22
 * $Id: PersonEntity.java 3639 2009-02-04 00:28:37Z pramsey $
23
23
 */
24
24
package org.postgis.ejb;
25
25