]> source.dussan.org Git - jgit.git/commit
Fix compile error when using Jetty 7.5 27/6227/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 3 Jun 2012 07:30:03 +0000 (09:30 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 3 Jun 2012 07:30:03 +0000 (09:30 +0200)
commit0c6e7d71273b2b899f35e974d5a1463ce110fa7e
treeabe18d257908929f8e2e8e7df1f715a75a9dc25d
parent447002b303063b5f0544b3f9d85e779cd2051f1f
Fix compile error when using Jetty 7.5

Class Constraint was moved from package org.eclipse.jetty.http.security
in Jetty 7.5 to package org.eclipse.jetty.util.security in Jetty 7.6.
Hence also import package org.eclipse.jetty.security, then also Jetty
7.5, coming with Indigo, can be used to run JGit HTTP tests.

Change-Id: I26c38ec9f51b0a4fb62e1aa9f2266ada7bb2fa0c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.http.test/META-INF/MANIFEST.MF