build.properties 929 B

123456789101112131415161718192021222324
  1. #########################################################################
  2. # Copyright (c) 2018 Intel Corporation. #
  3. # #
  4. # All rights reserved. This program and the accompanying materials #
  5. # are made available under the terms of the Eclipse Public License v1.0 #
  6. # which accompanies this distribution, and is available at #
  7. # http://www.eclipse.org/legal/epl-v10.html #
  8. # #
  9. # Contributors: #
  10. # Intel Corporation - initial implementation and documentation #
  11. #########################################################################
  12. source.. = src/
  13. output.. = bin/
  14. bin.includes = META-INF/,\
  15. .,\
  16. plugin.xml,\
  17. templates/,\
  18. discovery/,\
  19. build.properties,\
  20. OSGI-INF/,\
  21. OSGI-INF/l10n/bundle.properties
  22. jre.compilation.profile = JavaSE-1.8