Skip to content

Instantly share code, notes, and snippets.

View irbull's full-sized avatar

Ian Bull irbull

View GitHub Profile
@irbull
irbull / gist:3874924
Created October 11, 2012 19:29
Bundles needed for p2diff
org.apache.commons.codec_1.4.0.20100820-0001.jar
org.apache.commons.httpclient_3.1.0.v201012070820.jar
org.apache.commons.logging_1.0.4.v201101211617.jar
org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar
org.eclipse.core.jobs_3.5.200.v20120521-2346.jar
org.eclipse.core.net_1.2.200.v20120522-1148.jar
org.eclipse.core.runtime_3.8.0.v20120521-2346.jar
org.eclipse.ecf.filetransfer_5.0.0.v20120610-1946.jar
org.eclipse.ecf.identity_3.1.200.v20120610-1946.jar
org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20120610-1946.jar
@irbull
irbull / Snippet1.java
Created August 24, 2012 15:37
Example of SWT Not working. Any idea what's wrong?
package com.example;
/*
* example snippet: Hello World
*
* For a list of all SWT example snippets see
* http://www.eclipse.org/swt/snippets/
*/
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;