-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
262 additions
and
1,823 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/target | ||
/src/main/java/META-INF/MANIFEST.MF |
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,50 +1,56 @@ | ||
<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/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<name>NeuroML2 model lite</name> | ||
<url>https://neuroml.org/</url> | ||
<packaging>bundle</packaging> | ||
<groupId>org.neuroml.neuroml2modelLite</groupId> | ||
<artifactId>neuroml2modelLite</artifactId> | ||
<version>0.0.6</version> | ||
|
||
<dependencies> | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<name>NeuroML2 model lite</name> | ||
<url>https://neuroml.org/</url> | ||
<packaging>bundle</packaging> | ||
<groupId>org.neuroml.neuroml2modelLite</groupId> | ||
<artifactId>neuroml2modelLite</artifactId> | ||
<version>0.0.6</version> | ||
|
||
<dependencies> | ||
|
||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<version>4.11</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.neuroml.export</groupId> | ||
<artifactId>org.neuroml.export</artifactId> | ||
<version>1.5.3</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.felix</groupId> | ||
<artifactId>maven-bundle-plugin</artifactId> | ||
<version>2.3.7</version> | ||
<extensions>true</extensions> | ||
<configuration> | ||
<manifestLocation>src/main/java/META-INF</manifestLocation> | ||
<supportedProjectTypes> | ||
<supportedProjectType>jar</supportedProjectType> | ||
<supportedProjectType>bundle</supportedProjectType> | ||
</supportedProjectTypes> | ||
<instructions> | ||
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> | ||
<Bundle-Version>${project.version}</Bundle-Version> | ||
</instructions> | ||
</configuration> | ||
</plugin> | ||
</dependencies> | ||
|
||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.felix</groupId> | ||
<artifactId>maven-bundle-plugin</artifactId> | ||
<version>2.3.7</version> | ||
<extensions>true</extensions> | ||
<configuration> | ||
<manifestLocation>src/main/java/META-INF</manifestLocation> | ||
<supportedProjectTypes> | ||
<supportedProjectType>jar</supportedProjectType> | ||
<supportedProjectType>bundle</supportedProjectType> | ||
</supportedProjectTypes> | ||
<instructions> | ||
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> | ||
<Bundle-Version>${project.version}</Bundle-Version> | ||
</instructions> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
|
||
|
||
|
||
|
||
|
||
</build> | ||
</build> | ||
|
||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
set -e | ||
|
||
cd ../expr-parser | ||
|
||
git pull | ||
mvn clean install | ||
|
||
cd ../org.lemsml.model | ||
|
||
git pull | ||
mvn clean install | ||
|
||
cd ../lems-domogen-maven-plugin/ | ||
|
||
git pull | ||
mvn clean install | ||
|
||
cd ../neuroml2model | ||
|
||
git pull | ||
mvn clean install | ||
|
||
cd ../neuroml2modelLite | ||
|
||
rm -f src/main/resources/* | ||
cp ../neuroml2model/target/org.neuroml.neuroml2-model-*-jar-with-dependencies.jar src/main/resources/ | ||
|
||
mvn clean install | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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
Binary file removed
BIN
-12.4 MB
src/main/resources/org.neuroml.neuroml2-model-0.0.6-jar-with-dependencies.jar
Binary file not shown.
Binary file added
BIN
+37.3 MB
src/main/resources/org.neuroml.neuroml2-model-0.0.7-jar-with-dependencies.jar
Binary file not shown.
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
Oops, something went wrong.