Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 9f71a8d372c711f55602f80219dbd736c92cca0d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                               
                                                      








                                                                               
                     
                     
                     








                                 
                        
###############################################################################
# Copyright (c) 2003, 2013 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.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,\
 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