diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 11:38:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 17:08:41 +0200 |
commit | ee2143f74449f2a95320231eece26a2494fdb0e3 (patch) | |
tree | b9966bea8442936ccd29c0139e79c1844dc7ab68 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | 140a8b365aa75a2dc488a221760f513df5232c1c (diff) | |
download | jgit-ee2143f74449f2a95320231eece26a2494fdb0e3.tar.gz jgit-ee2143f74449f2a95320231eece26a2494fdb0e3.zip |
Update javaEWAH to 1.2.3 and use it directly from Maven central
This changes its BundleSymbolicName from "javaewah" (name in Orbit) to
com.googlecode.javaewah.JavaEWAH (name in upstream artefact from Maven
Central).
Change-Id: I8dee6909d496e3d05b2de938515dde831518be24
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target index d187546b37..e0c122f8e8 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.24" sequenceNumber="1682885137"> +<target name="jgit-4.24" sequenceNumber="1682933065"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.google.gson" version="2.10.1.v20230109-0753"/> @@ -14,8 +14,6 @@ <unit id="com.sun.jna.source" version="5.12.1.v20221103-2317"/> <unit id="com.sun.jna.platform" version="5.12.1.v20221103-2317"/> <unit id="com.sun.jna.platform.source" version="5.12.1.v20221103-2317"/> - <unit id="javaewah" version="1.1.13.v20211029-0839"/> - <unit id="javaewah.source" version="1.1.13.v20211029-0839"/> <unit id="net.bytebuddy.byte-buddy" version="1.12.18.v20221114-2102"/> <unit id="net.bytebuddy.byte-buddy.source" version="1.12.18.v20221114-2102"/> <unit id="net.bytebuddy.byte-buddy-agent" version="1.12.18.v20221114-2102"/> @@ -118,6 +116,16 @@ </dependency> </dependencies> </location> + <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="javaewah"> + <dependencies> + <dependency> + <groupId>com.googlecode.javaewah</groupId> + <artifactId>JavaEWAH</artifactId> + <version>1.2.3</version> + <type>jar</type> + </dependency> + </dependencies> + </location> <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="bouncycastle"> <dependencies> <dependency> |