build.properties 838 B

12345678910111213141516171819202122
  1. # Copyright (c) 2012 committers of YAKINDU and others.
  2. # All rights reserved. This program and the accompanying materials
  3. # are made available under the terms of the Eclipse Public License v1.0
  4. # which accompanies this distribution, and is available at
  5. # http://www.eclipse.org/legal/epl-v10.html
  6. # Contributors:
  7. # committers of YAKINDU - initial API and implementation
  8. #
  9. bin.includes = META-INF/,\
  10. plugin.xml,\
  11. libraries/,\
  12. model/,\
  13. org.yakindu.sct.model.stext.jar
  14. jre.compilation.profile = J2SE-1.5
  15. src.includes = .project
  16. output.org.yakindu.sct.model.stext.jar = bin/
  17. source.org.yakindu.sct.model.stext.jar = src/,\
  18. src-gen/,\
  19. xtend-gen/
  20. jars.compile.order = org.yakindu.sct.model.stext.jar