summaryrefslogtreecommitdiff
path: root/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch')
-rw-r--r--dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch b/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch
deleted file mode 100644
index 15b1860d2aa7..000000000000
--- a/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- a/build.xml 2015-02-18 17:44:58.000000000 +0100
-+++ b/build.xml 2015-03-23 02:19:03.951945663 +0100
-@@ -403,34 +403,6 @@
- <attribute name="Implementation-Vendor" value="PostgreSQL Global Development Group" />
- </manifest>
- </jar>
--
-- <!-- add OSGi meta information -->
-- <property name="osgidir" value="${builddir}/osgi"/>
-- <mkdir dir="${osgidir}"/>
--
-- <!-- create a bnd file named after the JAR file so that bnd wrap tool find it -->
-- <echo file="${osgidir}/${artifact.version.string}.bnd">
--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:="(&amp;(|(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
-- </echo>
--
-- <!-- run wrap task from bnd -->
-- <taskdef resource="aQute/bnd/ant/taskdef.properties" classpathref="dependency.build.classpath"/>
-- <bndwrap jars="${artifact.jar.build}" output="${artifact.jar}" definitions="${osgidir}"/>
- </target>
-
- <!-- create a distribution with docs, dependencies, and driver jar -->