Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 2579f63d79fd74860fc123b1b6a1c80154690fd2 (plain) (tree)


















                                                                                       
# Copyright (c) 2012 CEA LIST.
# 
#     
# 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
# ttp://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
#   Vincent Lorenzo (CEA LIST) Vincent.Lorenzo@cea.fr - Initial API and implementation

bin.includes = .,\
               icons/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties
jars.compile.order = .
source.. = src-gen/
output.. = bin/

Back to the top