Skip to content

Commit e267099

Browse files
committed
rename package
1 parent d811d0c commit e267099

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Require-Bundle: org.eclipse.core.runtime,
99
org.sugarj.stdlib,
1010
org.strategoxt.strj,
1111
org.spoofax.terms,
12-
org.spoofax.jsglr
12+
org.spoofax.jsglr,
13+
org.sugarj.cleardep
1314
Bundle-ActivationPolicy: lazy
1415
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
1516
Export-Package: org.sugarj,

src/org/sugarj/AbstractBaseProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
import org.spoofax.interpreter.terms.IStrategoTerm;
1212
import org.strategoxt.HybridInterpreter;
13+
import org.sugarj.cleardep.CompilationUnit;
1314
import org.sugarj.common.ATermCommands;
1415
import org.sugarj.common.FileCommands;
1516
import org.sugarj.common.Log;
16-
import org.sugarj.common.cleardep.CompilationUnit;
1717
import org.sugarj.common.errors.SourceCodeException;
1818
import org.sugarj.common.path.Path;
1919

0 commit comments

Comments
 (0)