Skip to content

Commit

Permalink
Changing rascal dependency and org.rascalmpl.value.* to io.usethesour…
Browse files Browse the repository at this point in the history
…ce.vallang.*
  • Loading branch information
lmove committed Jul 31, 2018
1 parent 6fcf801 commit 8d5c55f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ Export-Package: com.google.common.annotations,
org.sonatype.plexus.components.sec.dispatcher,
org.sonatype.plexus.components.sec.dispatcher.model,
org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3
Require-Bundle: rascal
Require-Bundle: rascal_eclipse;bundle-version="0.10.0"
15 changes: 8 additions & 7 deletions src/org/rascalmpl/library/lang/java/m3/internal/ClassPaths.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
import java.util.Map;
import java.util.Map.Entry;

import org.rascalmpl.value.IListWriter;
import org.rascalmpl.value.IMap;
import org.rascalmpl.value.IMapWriter;
import org.rascalmpl.value.ISourceLocation;
import org.rascalmpl.value.IString;
import org.rascalmpl.value.IValue;
import org.rascalmpl.value.IValueFactory;
import io.usethesource.vallang.IListWriter;
import io.usethesource.vallang.IMap;
import io.usethesource.vallang.IMapWriter;
import io.usethesource.vallang.ISourceLocation;
import io.usethesource.vallang.IString;
import io.usethesource.vallang.IValue;
import io.usethesource.vallang.IValueFactory;


public class ClassPaths {
private final IValueFactory vf;
Expand Down

0 comments on commit 8d5c55f

Please sign in to comment.