Skip to content

Commit

Permalink
Use default JRE and resolve compile problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dotpanic committed Oct 30, 2015
1 parent 5567e4c commit 9cf0085
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion URLBooster/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_10"/>
<classpathentry kind="lib" path="lib/org.eclipse.swt.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.swt.win32.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file modified URLBooster/URLBooster.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
package com.cloudgarden.resource;

import java.util.HashMap;
import java.util.Iterator;
import java.util.Vector;

import org.eclipse.swt.events.DisposeEvent;
import org.eclipse.swt.events.DisposeListener;
import org.eclipse.swt.graphics.Color;
Expand Down

0 comments on commit 9cf0085

Please # to comment.