Skip to content

Commit

Permalink
move PlayMusicSkill from network to gaml.extensions.sound
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitgaudou committed Feb 24, 2022
1 parent 4475a0d commit d8f3072
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ummisco.gama.network/META-INF/MANIFEST.MF
Expand Up @@ -23,7 +23,6 @@ Export-Package: org.eclipse.paho.client.mqttv3,
msi.gama.metamodel.agent,
msi.gama.runtime,
ummisco.gama.network.common",
ummisco.gama.network.test;uses:="msi.gaml.skills",
ummisco.gama.network.udp;
uses:="msi.gama.extensions.messaging,
msi.gama.metamodel.agent,
Expand Down
Expand Up @@ -8,7 +8,7 @@
* Visit https://github.com/gama-platform/gama for license information and contacts.
*
********************************************************************************************************/
package ummisco.gama.network.test;
package ummisco.gaml.extensions.music;

/**
* The Interface IPlayMusic.
Expand Down
Expand Up @@ -8,7 +8,7 @@
* Visit https://github.com/gama-platform/gama for license information and contacts.
*
********************************************************************************************************/
package ummisco.gama.network.test;
package ummisco.gaml.extensions.music;

import java.util.logging.Level;
import java.util.logging.Logger;
Expand Down

0 comments on commit d8f3072

Please sign in to comment.