diff --git a/.gitignore b/.gitignore
index 2234032..bd9b665 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+**.log
.classpath
.project
bin
@@ -9,4 +10,4 @@ libquaqua64.jnilib
.settings
.DS_Store
Statistics.ser
-dist/build
\ No newline at end of file
+dist/build
diff --git a/build.xml b/build.xml
index 0e522a1..9f33b0d 100644
--- a/build.xml
+++ b/build.xml
@@ -97,6 +97,7 @@
+
-
+
-
+
@@ -254,6 +255,7 @@
+
-
+
@@ -406,7 +408,7 @@
-
+
diff --git a/dist/.gitignore b/dist/.gitignore
new file mode 100644
index 0000000..a6d64de
--- /dev/null
+++ b/dist/.gitignore
@@ -0,0 +1,5 @@
+/yguard.jar
+/secret.txt
+keystore
+obfuscation-log.xml
+SBMLsimulator-*
diff --git a/dist/Screenshot_1.PNG b/dist/Screenshot_1.png
similarity index 100%
rename from dist/Screenshot_1.PNG
rename to dist/Screenshot_1.png
diff --git a/dist/build.xml b/dist/build.xml
index c6f6644..13a65a3 100644
--- a/dist/build.xml
+++ b/dist/build.xml
@@ -29,32 +29,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -72,18 +53,16 @@
-
-
+
-
-
+
@@ -98,7 +77,7 @@
-
+
@@ -106,11 +85,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
@@ -197,27 +201,40 @@
-
+
-
+
+
+
+
+
+
+
+
-
+
+
-
+
@@ -310,12 +327,12 @@
-
+
-
-
-
-
+
+
+
+
@@ -484,7 +501,7 @@
-
+
@@ -497,8 +514,9 @@
-
-
+
+
+
@@ -511,13 +529,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
diff --git a/dist/gadget_config.xml b/dist/gadget_config.xml
index 5f12a54..f72d15c 100644
--- a/dist/gadget_config.xml
+++ b/dist/gadget_config.xml
@@ -1,14 +1,11 @@
[GADGET_UUID]
@@ -32,9 +27,9 @@
icons/SBMLsimulator_64.png
- snapshot/Screenshot_1.PNG
- snapshot/Screenshot_2.PNG
- snapshot/Screenshot_3.PNG
+ snapshot/Screenshot_1.png
+
Dynamic simulation
@@ -42,7 +37,7 @@
Heuristic optimization
Ordinary differential equation solver
- University of Tuebingen
+ University of Tübingen
SBMLsimulator is a fast, accurate, and easily usable program for dynamic model simulation and heuristic parameter optimization of models encoded in the Systems Biology Markup Language (SBML). In order to ensure a high reliability of this software, its internal numerical solver engine, the Systems Biology Simulation Core Library, has been benchmarked against the entire SBML Test Suite and all models from the BioModels database. It includes a large collection of nature-inspired heuristic optimization procedures for efficient model calibration. SBMLsimulator provides an intuitive Graphical User Interface (GUI) and several command-line options to be suitable for large-scale batch processing and model calibration. SBMLsimulator runs on all platforms that provide a standard Java Virtual Machine and is based on the open-source library JSBML. The simulation core library of SBMLsimulator can be obtained as a separate application programming library.
diff --git a/lib/jsbml-1.4-a1-incl-libs.jar b/lib/jsbml-1.4-a1-incl-libs.jar
deleted file mode 100644
index 0912ab5..0000000
Binary files a/lib/jsbml-1.4-a1-incl-libs.jar and /dev/null differ
diff --git a/lib/jsbml-1.5a-incl-libs.jar b/lib/jsbml-1.5a-incl-libs.jar
new file mode 100644
index 0000000..bd745f5
Binary files /dev/null and b/lib/jsbml-1.5a-incl-libs.jar differ
diff --git a/src/org/sbml/simulator/SBMLsimulator.java b/src/org/sbml/simulator/SBMLsimulator.java
index 0259236..61b2847 100644
--- a/src/org/sbml/simulator/SBMLsimulator.java
+++ b/src/org/sbml/simulator/SBMLsimulator.java
@@ -51,7 +51,7 @@
/**
* The start program for {@link SBMLsimulator}, which can initialize the
* graphical user interface or, alternatively, the command-line interface.
- *
+ *
* @author Andreas Dräger
* @author Roland Keller
* @date 2010-09-01
@@ -95,7 +95,7 @@ public class SBMLsimulator extends Launcher {
public static final String SOLVER_PACKAGE = "org.simulator.math.odes";
/**
- *
+ *
*/
public static final boolean garuda = true;
@@ -158,7 +158,7 @@ public class SBMLsimulator extends Launcher {
/**
- *
+ *
* @return
*/
@SuppressWarnings("rawtypes")
@@ -199,7 +199,7 @@ public static final Class[] getAvailableQualityMeasures() {
}
/**
- *
+ *
* @return
*/
@SuppressWarnings("rawtypes")
@@ -216,7 +216,7 @@ public static List getAvailableSolverClasses() {
}
/**
- *
+ *
* @return
*/
public static Class[] getAvailableSolvers() {
@@ -224,7 +224,7 @@ public static Class[] getAvailableSolvers() {
}
/**
- *
+ *
* @param args
* @throws IOException
* @throws HeadlessException
@@ -234,7 +234,7 @@ public static void main(String args[]) {
}
/**
- *
+ *
* @param args
*/
public SBMLsimulator(String[] args) {
@@ -242,7 +242,7 @@ public SBMLsimulator(String[] args) {
}
/**
- *
+ *
*/
public SBMLsimulator() {
super();
@@ -366,7 +366,7 @@ public String getVersionNumber() {
*/
@Override
public short getYearOfProgramRelease() {
- return (short) 2016;
+ return (short) 2019;
}
/* (non-Javadoc)