# HG changeset patch # User tasneems@symbian.org # Date 1266607558 28800 # Node ID 68eb1095ab012260c4f768dfef4e9462f69b9488 # Parent 4ede6cf4f049b57c416eb7ba68ccc9fc25b47b40 Fixed WRTKit path diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrtools.doc.WRTKit/.classpath --- a/org.symbian.wrtools.doc.WRTKit/.classpath Fri Feb 19 11:18:11 2010 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ - - - - - - - - diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrtools.doc.WRTKit/.project --- a/org.symbian.wrtools.doc.WRTKit/.project Fri Feb 19 11:18:11 2010 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ - - - org.symbian.wrtools.doc.WRTKit - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrtools.doc.WRTKit/.settings/org.eclipse.jdt.core.prefs --- a/org.symbian.wrtools.doc.WRTKit/.settings/org.eclipse.jdt.core.prefs Fri Feb 19 11:18:11 2010 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#Wed Jan 27 16:56:27 PST 2010 -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrtools.doc.WRTKit/META-INF/MANIFEST.MF --- a/org.symbian.wrtools.doc.WRTKit/META-INF/MANIFEST.MF Fri Feb 19 11:18:11 2010 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: WRTKit -Bundle-SymbolicName: org.symbian.wrtools.doc.WRTKit -Bundle-Version: 1.0.0.qualifier -Bundle-Activator: org.symbian.wrtools.lib.wrtkit.Activator -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime -Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Bundle-ClassPath: . diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrtools.doc.WRTKit/build.properties --- a/org.symbian.wrtools.doc.WRTKit/build.properties Fri Feb 19 11:18:11 2010 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - . diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrtools.doc.WRTKit/lib/s60.nokia.com.WRTKit_1.0.1.jar Binary file org.symbian.wrtools.doc.WRTKit/lib/s60.nokia.com.WRTKit_1.0.1.jar has changed diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrtools.doc.WRTKit/src/org/symbian/wrtools/lib/wrtkit/Activator.java --- a/org.symbian.wrtools.doc.WRTKit/src/org/symbian/wrtools/lib/wrtkit/Activator.java Fri Feb 19 11:18:11 2010 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ -package org.symbian.wrtools.lib.wrtkit; - -import org.eclipse.ui.plugin.AbstractUIPlugin; -import org.osgi.framework.BundleContext; - -/** - * The activator class controls the plug-in life cycle - */ -public class Activator extends AbstractUIPlugin { - - // The plug-in ID - public static final String PLUGIN_ID = "org.symbian.wrtools.lib.WRTKit"; - - // The shared instance - private static Activator plugin; - - /** - * The constructor - */ - public Activator() { - } - - /* - * (non-Javadoc) - * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) - */ - public void start(BundleContext context) throws Exception { - super.start(context); - plugin = this; - } - - /* - * (non-Javadoc) - * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext) - */ - public void stop(BundleContext context) throws Exception { - plugin = null; - super.stop(context); - } - - /** - * Returns the shared instance - * - * @return the shared instance - */ - public static Activator getDefault() { - return plugin; - } - -} diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrttools.doc.WRTKit/.classpath --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.wrttools.doc.WRTKit/.classpath Fri Feb 19 11:25:58 2010 -0800 @@ -0,0 +1,8 @@ + + + + + + + + diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrttools.doc.WRTKit/.project --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.wrttools.doc.WRTKit/.project Fri Feb 19 11:25:58 2010 -0800 @@ -0,0 +1,28 @@ + + + org.symbian.wrttools.doc.WRTKit + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrttools.doc.WRTKit/.settings/org.eclipse.jdt.core.prefs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.wrttools.doc.WRTKit/.settings/org.eclipse.jdt.core.prefs Fri Feb 19 11:25:58 2010 -0800 @@ -0,0 +1,8 @@ +#Wed Jan 27 16:56:27 PST 2010 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrttools.doc.WRTKit/META-INF/MANIFEST.MF --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.wrttools.doc.WRTKit/META-INF/MANIFEST.MF Fri Feb 19 11:25:58 2010 -0800 @@ -0,0 +1,11 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: WRTKit +Bundle-SymbolicName: org.symbian.wrttools.doc.WRTKit +Bundle-Version: 1.0.0.qualifier +Bundle-Activator: org.symbian.wrttools.lib.wrtkit.Activator +Require-Bundle: org.eclipse.ui, + org.eclipse.core.runtime +Bundle-ActivationPolicy: lazy +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-ClassPath: . diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrttools.doc.WRTKit/build.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.wrttools.doc.WRTKit/build.properties Fri Feb 19 11:25:58 2010 -0800 @@ -0,0 +1,4 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + . diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrttools.doc.WRTKit/lib/s60.nokia.com.WRTKit_1.0.1.jar Binary file org.symbian.wrttools.doc.WRTKit/lib/s60.nokia.com.WRTKit_1.0.1.jar has changed diff -r 4ede6cf4f049 -r 68eb1095ab01 org.symbian.wrttools.doc.WRTKit/src/org/symbian/wrtools/lib/wrtkit/Activator.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.wrttools.doc.WRTKit/src/org/symbian/wrtools/lib/wrtkit/Activator.java Fri Feb 19 11:25:58 2010 -0800 @@ -0,0 +1,50 @@ +package org.symbian.wrtools.lib.wrtkit; + +import org.eclipse.ui.plugin.AbstractUIPlugin; +import org.osgi.framework.BundleContext; + +/** + * The activator class controls the plug-in life cycle + */ +public class Activator extends AbstractUIPlugin { + + // The plug-in ID + public static final String PLUGIN_ID = "org.symbian.wrtools.lib.WRTKit"; + + // The shared instance + private static Activator plugin; + + /** + * The constructor + */ + public Activator() { + } + + /* + * (non-Javadoc) + * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) + */ + public void start(BundleContext context) throws Exception { + super.start(context); + plugin = this; + } + + /* + * (non-Javadoc) + * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext) + */ + public void stop(BundleContext context) throws Exception { + plugin = null; + super.stop(context); + } + + /** + * Returns the shared instance + * + * @return the shared instance + */ + public static Activator getDefault() { + return plugin; + } + +}