Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3c537da0a1e818d137e3aea5786602a1a4e14115 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
###############################################################################
# Copyright (c) 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
swt_copyright=/*******************************************************************************\n\
 * Copyright (c) 2000, 2004 IBM Corporation and others.\n\
 * All rights reserved. This program and the accompanying materials\n\
 * are made available under the terms of the Common Public License v1.0\n\
 * which accompanies this distribution, and is available at\n\
 * http://www.eclipse.org/legal/cpl-v10.html\n\
 * \n\
 * Contributors:\n\
 *     IBM Corporation - initial API and implementation\n\
 *******************************************************************************/\n
swt_properties_copyright=###############################################################################\n\
# Copyright (c) 2004 IBM Corporation and others.\n\
# All rights reserved. This program and the accompanying materials\n\
# are made available under the terms of the Common Public License v1.0\n\
# which accompanies this distribution, and is available at\n\
# http://www.eclipse.org/legal/cpl-v10.html\n\
# \n\
# Contributors:\n\
#     IBM Corporation - initial API and implementation\n\
###############################################################################
swt_main_classes=\
org.eclipse.swt.internal.accessibility.gtk.ATK,../org.eclipse.swt/Eclipse SWT PI/gtk/library/,\
org.eclipse.swt.internal.carbon.OS,../org.eclipse.swt/Eclipse SWT PI/carbon/library/,\
org.eclipse.swt.internal.cde.CDE,../org.eclipse.swt/Eclipse SWT Program/cde/library/,\
org.eclipse.swt.internal.gnome.GNOME,../org.eclipse.swt/Eclipse SWT Program/gnome/library/,\
org.eclipse.swt.internal.gtk.GTK,../org.eclipse.swt/Eclipse SWT PI/motif_gtk/library/,\
org.eclipse.swt.internal.gtk.OS,../org.eclipse.swt/Eclipse SWT PI/gtk/library/,\
org.eclipse.swt.internal.kde.KDE,../org.eclipse.swt/Eclipse SWT Program/kde/library/,\
org.eclipse.swt.internal.motif.OS,../org.eclipse.swt/Eclipse SWT PI/motif/library/,\
org.eclipse.swt.internal.mozilla.XPCOM,../org.eclipse.swt/Eclipse SWT Mozilla/common/library/,\
org.eclipse.swt.internal.ole.win32.COM,../org.eclipse.swt/Eclipse SWT PI/win32/library/,\
org.eclipse.swt.internal.photon.OS,../org.eclipse.swt/Eclipse SWT PI/photon/library/,\
org.eclipse.swt.internal.win32.OS,../org.eclipse.swt/Eclipse SWT PI/win32/library/,\
org.eclipse.swt.internal.gdip.Gdip,../org.eclipse.swt/Eclipse SWT PI/win32/library/

Back to the top