debian: Get backport-util-concurrent from the Debian repositories

This commit is contained in:
Wido den Hollander 2012-09-11 14:03:18 +02:00
parent 65eeeaf071
commit 93126414bc
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
/usr/share/java/backport-util-concurrent-3.1.jar
/usr/share/java/ehcache-1.5.0.jar
/usr/share/java/mail-1.4.jar
/usr/share/java/httpcore-4.0.jar

2
debian/control vendored
View File

@ -33,7 +33,7 @@ Provides: vmops-utils
Conflicts: vmops-utils
Replaces: vmops-utils
Architecture: any
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 0.1.42)
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 0.1.42), libbackport-util-concurrent-java (>= 3.1)
Description: CloudStack utility library
The CloudStack utility libraries provide a set of Java classes used
in the CloudStack environment.

View File

@ -92,6 +92,7 @@ systemjars = {
"cglib.jar",
"asm3.jar",
"jsch.jar",
"backport-util-concurrent.jar",
"jetty.jar",
"jetty-util.jar",
"jetty-start-daemon.jar",