Skip to content

Commit

Permalink
[RJAVA] Fix GamaImageFile import
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Nov 15, 2023
1 parent f983e7c commit e5946f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ummisco.gaml.extensions.rjava/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Bundle-SymbolicName: ummisco.gaml.extensions.rjava;singleton:=true
Bundle-Version: 1.9.3.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: msi.gama.core;visibility:=reexport,
msi.gama.ext;visibility:=reexport
msi.gama.ext;visibility:=reexport,
ummisco.gaml.extensions.image;visibility:=reexport
Bundle-ActivationPolicy: lazy
Export-Package: org.rosuda.JRI,
org.rosuda.REngine,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import msi.gama.util.GamaColor;
import msi.gama.util.GamaListFactory;
import msi.gama.util.IList;
import msi.gama.util.file.GamaImageFile;
import ummisco.gaml.extensions.image.GamaImageFile;
import msi.gaml.skills.Skill;
import msi.gaml.species.ISpecies;
import msi.gaml.types.IType;
Expand Down

0 comments on commit e5946f1

Please sign in to comment.