Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d68cf11f248bf76c03f44fc443c25eafbc272884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
###############################################################################
# Copyright (c) 2003, 2013 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
java.profiles = \
 JavaSE-9.profile,\
 JavaSE-1.8.profile,\
 JavaSE-1.7.profile,\
 JavaSE-1.6.profile,\
 J2SE-1.5.profile,\
 J2SE-1.4.profile,\
 J2SE-1.3.profile,\
 J2SE-1.2.profile,\
 JRE-1.1.profile,\
 JavaSE_compact1-1.8.profile,\
 JavaSE_compact2-1.8.profile,\
 JavaSE_compact3-1.8.profile,\
 CDC-1.1_Foundation-1.1.profile,\
 CDC-1.0_Foundation-1.0.profile,\
 OSGi_Minimum-1.0.profile,\
 OSGi_Minimum-1.1.profile,\
 OSGi_Minimum-1.2.profile

Back to the top