forked from openworm/org.geppetto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
geppetto.plan
19 lines (17 loc) · 1.11 KB
/
geppetto.plan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<plan name="multi-artifact.plan" version="1.0.0" scoped="true" atomic="true"
xmlns="http://www.springsource.org/schema/dm-server/plan"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springsource.org/schema/dm-server/plan
http://www.springsource.org/schema/dm-server/plan/springsource-dm-server-plan.xsd">
<artifact type="bundle" name="org.geppetto.core" version="0.2.2"/>
<artifact type="bundle" name="org.geppetto.model.sph" version="0.2.2"/>
<artifact type="bundle" name="org.geppetto.model.neuroml" version="0.2.2"/>
<artifact type="bundle" name="org.geppetto.solver.sph" version="0.2.2"/>
<artifact type="bundle" name="org.geppetto.simulator.sph" version="0.2.2"/>
<artifact type="bundle" name="org.geppetto.simulator.jlems" version="0.2.2"/>
<artifact type="bundle" name="org.geppetto.testbackend" version="0.2.2"/>
<artifact type="bundle" name="org.geppetto.simulation" version="0.2.2"/>
<artifact type="bundle" name="org.geppetto.frontend" version="0.2.2"/>
</plan>