Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs2005-09-28 19:35:36 +0000
committerBilly Biggs2005-09-28 19:35:36 +0000
commit4045cc82c196a0c6aa2d28422af4dfc5c984251e (patch)
tree6e9458e83628b8bae96dbb3c7081a347faa791b4 /examples/org.eclipse.swt.opengl.examples
parent10f885d8b0eec80beafb26c26e59a0fc97e9ff0e (diff)
downloadeclipse.platform.swt-4045cc82c196a0c6aa2d28422af4dfc5c984251e.tar.gz
eclipse.platform.swt-4045cc82c196a0c6aa2d28422af4dfc5c984251e.tar.xz
eclipse.platform.swt-4045cc82c196a0c6aa2d28422af4dfc5c984251e.zip
Version number and cleanup.
Diffstat (limited to 'examples/org.eclipse.swt.opengl.examples')
-rw-r--r--examples/org.eclipse.swt.opengl.examples/build.properties6
-rwxr-xr-xexamples/org.eclipse.swt.opengl.examples/plugin.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/org.eclipse.swt.opengl.examples/build.properties b/examples/org.eclipse.swt.opengl.examples/build.properties
index 44b0578a08..6698d19bd4 100644
--- a/examples/org.eclipse.swt.opengl.examples/build.properties
+++ b/examples/org.eclipse.swt.opengl.examples/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2003 IBM Corporation and others.
+# Copyright (c) 2000, 2005 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
@@ -12,10 +12,10 @@ bin.includes = doc-html/,\
plugin.properties,\
plugin.xml,\
about.html,\
- swtexamples.jar
+ glexamples.jar
src.includes = about.html,\
doc-html/,\
src/
-source.swtexamples.jar = src/
+source.glexamples.jar = src/
diff --git a/examples/org.eclipse.swt.opengl.examples/plugin.xml b/examples/org.eclipse.swt.opengl.examples/plugin.xml
index 68a84135d0..118725e39d 100755
--- a/examples/org.eclipse.swt.opengl.examples/plugin.xml
+++ b/examples/org.eclipse.swt.opengl.examples/plugin.xml
@@ -3,19 +3,19 @@
<plugin
id="org.eclipse.swt.opengl.examples"
name="%plugin.OpenGLExampleSet.name"
- version="3.2.0"
+ version="0.5.0"
provider-name="%providerName"
class="">
<!-- Required plugins -->
<requires>
<import plugin="org.eclipse.swt"/>
- <import plugin="org.eclipse.opengl"/>
+ <import plugin="org.eclipse.opengl" version="0.5.0" match="greaterOrEqual"/>
</requires>
<!-- Runtime -->
<runtime>
- <library name="swtexamples.jar">
+ <library name="glexamples.jar">
<export name="*"/>
</library>
</runtime>

Back to the top