Skip to content

Commit

Permalink
fixes an issue with exportation of a class in Network
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaillandier committed Feb 22, 2024
1 parent d1e3cdb commit 435e79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gama.extension.serialize/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Require-Bundle: gama.core,
Bundle-ClassPath: .
Export-Package: gama.extension.serialize,
gama.extension.serialize.binary,
gama.extension.serialize.gaml
gama.extension.serialize.gaml,
gama.extension.serialize.implementations
Import-Package: org.osgi.framework;version="1.10.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down

0 comments on commit 435e79a

Please sign in to comment.