diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-01-12 00:28:23 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-01-12 10:14:42 +0100 |
commit | 4120d17b0bbffa734beb78891bcb943e2910cf5b (patch) | |
tree | c432dec14bfec02cd34d8af7fb801adc3d6b440a /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | |
parent | dd3846513bbc682b9c51b09d369687ab7a036a49 (diff) | |
download | jgit-4120d17b0bbffa734beb78891bcb943e2910cf5b.tar.gz jgit-4120d17b0bbffa734beb78891bcb943e2910cf5b.zip |
Add org.eclipse.jetty.util.ajax to target platform and bazel deps
It is required by org.eclipse.jetty.servlet [1].
[1] https://search.maven.org/artifact/org.eclipse.jetty/jetty-servlet/9.4.35.v20201120/jar
Change-Id: I307ec8bad17f3a703bf25cc16c87ab9b524a84ff
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index 71d490c900..887d1cfc8b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.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.18-staging" sequenceNumber="1609715850"> +<target name="jgit-4.18-staging" sequenceNumber="1610442797"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.35.v20201120"/> @@ -20,6 +20,8 @@ <unit id="org.eclipse.jetty.servlet.source" version="9.4.35.v20201120"/> <unit id="org.eclipse.jetty.util" version="9.4.35.v20201120"/> <unit id="org.eclipse.jetty.util.source" version="9.4.35.v20201120"/> + <unit id="org.eclipse.jetty.util.ajax" version="9.4.35.v20201120"/> + <unit id="org.eclipse.jetty.util.ajax.source" version="9.4.35.v20201120"/> <repository id="jetty-9.4.30" location="https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.35.v20201120/"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> |