| ############################################################################### | |
| # Copyright (c) 2013 Laboratory for Internet Computing, University of Cyprus. | |
| # 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 | |
| # | |
| # Initial development of the original code was made for the | |
| # CELAR project founded by European Union | |
| # project number: FP7-317790 http://www.celarcloud.eu | |
| # | |
| # Contributors: | |
| # Stalo Sofokleous - initial API and implementation | |
| # Nicholas Loulloudes - implementation extensions | |
| ############################################################################### | |
| # | |
| bin.includes = .,\ | |
| model/,\ | |
| META-INF/,\ | |
| plugin.xml,\ | |
| plugin.properties | |
| jars.compile.order = . | |
| source.. = src/ | |
| output.. = bin/ |