From: Mathieu Baudier Date: Wed, 15 Mar 2023 09:36:38 +0000 (+0100) Subject: Move jgit to TP Utils X-Git-Tag: v2.3.12~43 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=94dcbdfafab8ea906fe30564e83971c46358264c;p=gpl%2Fargeo-tp.git Move jgit to TP Utils --- diff --git a/repackage/org.argeo.tp.sdk/com.googlecode.javaewah.JavaEWAH.bnd b/repackage/org.argeo.tp.sdk/com.googlecode.javaewah.JavaEWAH.bnd deleted file mode 100644 index 4355de4..0000000 --- a/repackage/org.argeo.tp.sdk/com.googlecode.javaewah.JavaEWAH.bnd +++ /dev/null @@ -1,4 +0,0 @@ -Bundle-License: Apache-2.0 -Bundle-SymbolicName: com.googlecode.javaewah.JavaEWAH -SLC-Origin-M2: com.googlecode.javaewah:JavaEWAH:1.1.13 -SLC-Origin-ManifestNotModified: true diff --git a/repackage/org.argeo.tp.sdk/org.eclipse.jgit.bnd b/repackage/org.argeo.tp.sdk/org.eclipse.jgit.bnd deleted file mode 100644 index 51c047b..0000000 --- a/repackage/org.argeo.tp.sdk/org.eclipse.jgit.bnd +++ /dev/null @@ -1,6 +0,0 @@ -Bundle-License: BSD-3-Clause -SLC-Origin-M2: org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r -Import-Package: \ -sun.*;resolution:=optional, \ -com.jcraft.jsch;resolution:=optional, \ -* diff --git a/repackage/org.argeo.tp.utils/com.googlecode.javaewah.JavaEWAH.bnd b/repackage/org.argeo.tp.utils/com.googlecode.javaewah.JavaEWAH.bnd new file mode 100644 index 0000000..4355de4 --- /dev/null +++ b/repackage/org.argeo.tp.utils/com.googlecode.javaewah.JavaEWAH.bnd @@ -0,0 +1,4 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: com.googlecode.javaewah.JavaEWAH +SLC-Origin-M2: com.googlecode.javaewah:JavaEWAH:1.1.13 +SLC-Origin-ManifestNotModified: true diff --git a/repackage/org.argeo.tp.utils/org.eclipse.jgit.bnd b/repackage/org.argeo.tp.utils/org.eclipse.jgit.bnd new file mode 100644 index 0000000..51c047b --- /dev/null +++ b/repackage/org.argeo.tp.utils/org.eclipse.jgit.bnd @@ -0,0 +1,6 @@ +Bundle-License: BSD-3-Clause +SLC-Origin-M2: org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r +Import-Package: \ +sun.*;resolution:=optional, \ +com.jcraft.jsch;resolution:=optional, \ +*