26 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
###############################################################################
 | 
						|
# 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
 | 
						|
###############################################################################
 | 
						|
bin.includes = META-INF/,\
 | 
						|
               .,\
 | 
						|
               OSGI-INF/,\
 | 
						|
               lib/,\
 | 
						|
               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
 | 
						|
source.. = src/
 |