2015-01-21 21:58:35 +01:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2014, 2015 MINRES Technologies GmbH and others.
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# MINRES Technologies GmbH - initial API and implementation
|
|
|
|
###############################################################################
|
2015-01-03 16:34:32 +01:00
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
2018-11-05 18:33:51 +01:00
|
|
|
OSGI-INF/,\
|
|
|
|
lib/,\
|
2018-11-06 08:24:26 +01:00
|
|
|
lib/mapdb-3.0.7.jar,\
|
|
|
|
lib/eclipse-collections-9.2.0.jar,\
|
|
|
|
lib/eclipse-collections-api-9.2.0.jar,\
|
|
|
|
lib/eclipse-collections-forkjoin-9.2.0.jar,\
|
|
|
|
lib/kotlin-stdlib-1.2.42.jar,\
|
|
|
|
lib/lz4-1.3.0.jar,\
|
|
|
|
lib/elsa-3.0.0-M5.jar
|
|
|
|
bin.excludes = **/*.groovy,\
|
|
|
|
lib/mapdb-3.0.7-sources.jar,\
|
|
|
|
lib/mapdb-3.0.7-javadoc.jar
|
2015-01-03 16:34:32 +01:00
|
|
|
source.. = src/
|