Skip to content

Commit

Permalink
[tests] Create a generic project for the SRE test framework.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Mar 10, 2020
1 parent 145ed53 commit fe98526
Show file tree
Hide file tree
Showing 101 changed files with 1,008 additions and 725 deletions.
Expand Up @@ -25,7 +25,6 @@ import java.util.concurrent.atomic.AtomicBoolean

import io.sarl.lang.core.Agent
import io.sarl.core.Behaviors
import io.sarl.core.Destroy
import io.sarl.core.Initialize
import io.sarl.core.InnerContextAccess
import io.sarl.core.Lifecycle
Expand Down
4 changes: 2 additions & 2 deletions main/targetplatform/io.sarl.lang.targetplatform.target
Expand Up @@ -42,7 +42,7 @@
<unit id="com.google.gson" version="2.8.5"/>
<unit id="com.google.inject" version="4.1.0"/>
<unit id="com.google.inject.multibindings" version="4.1.0"/>
<unit id="com.hazelcast" version="3.11.2"/>
<unit id="com.hazelcast" version="3.12.6"/>
<unit id="org.zeromq.jeromq" version="0.5.0"/>
<unit id="javax.inject" version="1.0.0"/>
<unit id="java-uuid-generator" version="4.0.1"/>
Expand Down Expand Up @@ -86,4 +86,4 @@
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
</target>
</target>

0 comments on commit fe98526

Please sign in to comment.