From 76a9922e928c274794f31b47b49888561f593632 Mon Sep 17 00:00:00 2001 From: Pavel Kajaba Date: Thu, 7 Apr 2016 10:56:40 +0200 Subject: Update to version 1208 --- build.patch | 154 ------------------------------------------------------------ 1 file changed, 154 deletions(-) delete mode 100644 build.patch (limited to 'build.patch') diff --git a/build.patch b/build.patch deleted file mode 100644 index 1e5f54a..0000000 --- a/build.patch +++ /dev/null @@ -1,154 +0,0 @@ -diff --git a/build.xml b/build.xml -index a93eaae..399fd4d 100644 ---- a/build.xml -+++ b/build.xml -@@ -79,18 +79,14 @@ - - - -- -+ - -- - - - - - - -- -- -- - - - -@@ -218,18 +214,6 @@ - - - -- -- -- -- -- - -@@ -354,13 +338,8 @@ - - - -- - -- -- -- -- -- -+ - - - -@@ -383,34 +362,6 @@ - - - -- -- -- -- -- -- -- --Bundle-ManifestVersion: 2 -- --Bundle-Name: PostgreSQL JDBC Driver ${jdbc.version.upper} --Bundle-SymbolicName: org.postgresql.${jdbc.version} --Bundle-Version: ${osgi.version} -- --Bundle-Vendor: PostgreSQL Global Development Group --Bundle-Copyright: Copyright (c) 2003-2015, PostgreSQL Global Development Group --Bundle-License: http://www.postgresql.org/about/licence/ --Bundle-DocURL: http://jdbc.postgresql.org/ -- --Bundle-Classpath: . --Bundle-Activator: org.postgresql.osgi.PGBundleActivator --Require-Capability: osgi.ee;filter:="(&(|(osgi.ee=J2SE)(osgi.ee=JavaSE))(version>=${java.specification.version}))" --Export-Package: org.postgresql*; version=${fullversion} --Import-Package: javax.sql, javax.transaction.xa, javax.naming, *;resolution:=optional -- -- -- -- -- - - - -@@ -469,14 +420,13 @@ Import-Package: javax.sql, javax.transaction.xa, javax.naming, *;resolution:=opt - - - -- -+ - - - - - -- - - - -@@ -663,13 +613,11 @@ Import-Package: javax.sql, javax.transaction.xa, javax.naming, *;resolution:=opt - - - -+ - - -- -- -- - - - -@@ -712,9 +660,6 @@ Import-Package: javax.sql, javax.transaction.xa, javax.naming, *;resolution:=opt - - - -- -- -- - - - -@@ -835,8 +780,7 @@ Import-Package: javax.sql, javax.transaction.xa, javax.naming, *;resolution:=opt - - - -+ description="Sets the version string for the jar artifact"> - - - -@@ -853,8 +797,7 @@ Import-Package: javax.sql, javax.transaction.xa, javax.naming, *;resolution:=opt - - - -- -+ - - - -- cgit