Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2010-03-30 15:10:51 +0000
committerGrant Gayed2010-03-30 15:10:51 +0000
commit552c8bd58eca97b6fa31432ec71e7c05f64afc6d (patch)
treeafb9029e05a48617526ec9a420243bad334f7343 /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt
parent159d68c5cdc07d0c012524712583b496e401e2e1 (diff)
downloadeclipse.platform.swt-552c8bd58eca97b6fa31432ec71e7c05f64afc6d.tar.gz
eclipse.platform.swt-552c8bd58eca97b6fa31432ec71e7c05f64afc6d.tar.xz
eclipse.platform.swt-552c8bd58eca97b6fa31432ec71e7c05f64afc6d.zip
WebKitGTK initial
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties1
-rwxr-xr-xbundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.webkit.properties25
2 files changed, 26 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties
index 27cdd9b856..b4db7a6c33 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties
@@ -51,4 +51,5 @@ org.eclipse.swt.internal.wpf.OS,../org.eclipse.swt/Eclipse SWT PI/wpf/library/,\
org.eclipse.swt.internal.win32.Win32,../org.eclipse.swt/Eclipse SWT PI/wpf_win32/library/,\
org.eclipse.swt.internal.cocoa.Cocoa,../org.eclipse.swt/Eclipse SWT PI/carbon/library/,\
org.eclipse.swt.internal.cocoa.OS,../org.eclipse.swt/Eclipse SWT PI/cocoa/library/,\
+org.eclipse.swt.internal.webkit.WebKitGTK,../org.eclipse.swt/Eclipse SWT WebKit/gtk/library/,\
org.eclipse.swt.internal.qt.OS,../org.eclipse.swt/Eclipse SWT PI/qt/library/
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.webkit.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.webkit.properties
new file mode 100755
index 0000000000..d679274ea0
--- /dev/null
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.webkit.properties
@@ -0,0 +1,25 @@
+###############################################################################
+# Copyright (c) 2010 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
+###############################################################################
+swt_copyright=/*******************************************************************************\n \
+* Copyright (c) 2000, %END_YEAR IBM Corporation and others. All rights reserved.\n \
+* The contents of this file are made available under the terms\n \
+* of the GNU Lesser General Public License (LGPL) Version 2.1 that\n \
+* accompanies this distribution (lgpl-v21.txt). The LGPL is also\n \
+* available at http://www.gnu.org/licenses/lgpl.html. If the version\n \
+* of the LGPL at http://www.gnu.org is different to the version of\n \
+* the LGPL accompanying this distribution and there is any conflict\n \
+* between the two license versions, the terms of the LGPL accompanying\n \
+* this distribution shall govern.\n \
+* \n \
+* Contributors:\n \
+* IBM Corporation - initial API and implementation\n \
+*******************************************************************************/\n
+

Back to the top