1 | ############################################################################### |
---|---|
2 | # Copyright (c) 2001, 2014 IBM Corporation and others. |
3 | # |
4 | # This program and the accompanying materials |
5 | # are made available under the terms of the Eclipse Public License 2.0 |
6 | # which accompanies this distribution, and is available at |
7 | # https://www.eclipse.org/legal/epl-2.0/ |
8 | # |
9 | # SPDX-License-Identifier: EPL-2.0 |
10 | # |
11 | # Contributors: |
12 | # IBM Corporation - initial API and implementation |
13 | ############################################################################### |
14 | bin.includes = plugin.xml,\ |
15 | about.html,\ |
16 | icons/,\ |
17 | plugin.properties,\ |
18 | META-INF/,\ |
19 | . |
20 | |
21 | source.. = src/ |
22 | output.. = bin/ |
23 | jre.compilation.profile = JavaSE-1.8 |
24 | javacDefaultEncoding.. = UTF-8 |
25 |
Members