| ############################################################################### | |
| # Copyright (c) 2016 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 | |
| # http://www.eclipse.org/legal/epl-v10.html | |
| # | |
| # Contributors: | |
| # Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr | |
| # - Initial API and Implementation | |
| ############################################################################### | |
| source.. = src/,\ | |
| src-gen/,\ | |
| xtend-gen/ | |
| bin.includes = model/generated/,\ | |
| .,\ | |
| META-INF/,\ | |
| plugin.xml | |
| additional.bundles = org.eclipse.xtext.xbase,\ | |
| org.eclipse.xtext.common.types,\ | |
| org.eclipse.xtext.xtext.generator,\ | |
| org.eclipse.emf.codegen.ecore,\ | |
| org.eclipse.emf.mwe.utils,\ | |
| org.eclipse.emf.mwe2.launch,\ | |
| org.eclipse.emf.mwe2.lib,\ | |
| org.objectweb.asm,\ | |
| org.apache.commons.logging,\ | |
| org.apache.log4j,\ | |
| com.ibm.icu |