Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 30dab6dd773035978f6b649f89e1942b386865d9 (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
###############################################################################
# Copyright (c) 2003, 2008 IBM Corporation and others.
# 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:
#     IBM Corporation - initial API and implementation
###############################################################################
java.profiles = \
 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,\
 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