-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #614 from openworm/development
Release 1.0.0
- Loading branch information
Showing
15 changed files
with
505 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
<?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.model" version="0.4.2"/> | ||
<artifact type="bundle" name="org.geppetto.core" version="0.4.2"/> | ||
<artifact type="bundle" name="org.geppetto.model.neuroml" version="0.4.2"/> | ||
<artifact type="bundle" name="org.geppetto.simulation" version="0.4.2"/> | ||
<artifact type="bundle" name="org.geppetto.frontend" version="0.4.2"/> | ||
|
||
|
||
</plan> | ||
<?xml version="1.0" ?> | ||
<plan atomic="true" name="multi-artifact.plan" scoped="true" version="1.0.0" 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 name="org.geppetto.model" type="bundle" version="1.0.0"/> | ||
<artifact name="org.geppetto.core" type="bundle" version="1.0.0"/> | ||
<artifact name="org.geppetto.model.neuroml" type="bundle" version="1.0.0"/> | ||
<artifact name="org.geppetto.simulation" type="bundle" version="1.0.0"/> | ||
<artifact name="org.geppetto.frontend" type="bundle" version="1.0.0"/> | ||
|
||
</plan> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.geppetto</groupId> | ||
<artifactId>org.geppetto</artifactId> | ||
<name>Geppetto</name> | ||
<version>0.4.2</version> | ||
<packaging>pom</packaging> | ||
<modules> | ||
<module>../org.geppetto.model</module> | ||
<module>../org.geppetto.core</module> | ||
<module>../org.geppetto.model.neuroml</module> | ||
<module>../org.geppetto.simulation</module> | ||
<module>../org.geppetto.frontend</module> | ||
</modules> | ||
</project> | ||
<?xml version="1.0" ?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.geppetto</groupId> | ||
<artifactId>org.geppetto</artifactId> | ||
<name>Geppetto</name> | ||
<version>1.0.0</version> | ||
<packaging>pom</packaging> | ||
<modules> | ||
<module>../org.geppetto.model</module> | ||
<module>../org.geppetto.core</module> | ||
<module>../org.geppetto.model.neuroml</module> | ||
<module>../org.geppetto.simulation</module> | ||
<module>../org.geppetto.frontend</module> | ||
</modules> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
deb http://deb.debian.org/debian/ jessie main | ||
deb-src http://deb.debian.org/debian/ jessie main | ||
|
||
deb http://security.debian.org/ jessie/updates main | ||
deb-src http://security.debian.org/ jessie/updates main | ||
|
||
deb http://archive.debian.org/debian jessie-backports main | ||
deb-src http://archive.debian.org/debian jessie-backports main |
Oops, something went wrong.