Skip to content

Commit

Permalink
* Update version to 2.3.1
Browse files Browse the repository at this point in the history
* Change plugin minimum JRE to 1.7
  • Loading branch information
etatara committed May 28, 2015
1 parent 6b67fdb commit b27ddc5
Show file tree
Hide file tree
Showing 95 changed files with 155 additions and 155 deletions.
4 changes: 2 additions & 2 deletions libs.bsf/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast libs bsf
Bundle-SymbolicName: libs.bsf
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-ClassPath: lib/bsf.jar,
lib/bsh-2.0b4.jar
Export-Package: bsh,
Expand Down Expand Up @@ -34,5 +34,5 @@ Export-Package: bsh,
org.apache.bsf.util.event.generator,
org.apache.bsf.util.type,
org.apache.taglibs.bsf
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Argonne National Laboratory
2 changes: 1 addition & 1 deletion libs.bsf/plugin_jpf.xml
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" "http://jpf.sourceforge.net/plugin_0_6.dtd">
<plugin id="libs.bsf" version="">
<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<runtime>
Expand Down
4 changes: 2 additions & 2 deletions libs.ext/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast libs ext
Bundle-SymbolicName: libs.ext
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-ClassPath: lib/clibwrapper_jiio.jar,
lib/gluegen-rt.jar,
lib/j3dcore.jar,
Expand Down Expand Up @@ -386,5 +386,5 @@ Export-Package: com.jogamp.common,
org.w3c.dom.traversal,
org.w3c.dom.views,
org.w3c.dom.xpath
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Argonne National Laboratory
2 changes: 1 addition & 1 deletion libs.ext/plugin_jpf.xml
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" "http://jpf.sourceforge.net/plugin_0_6.dtd">
<plugin id="libs.ext" version="">
<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<runtime>
Expand Down
4 changes: 2 additions & 2 deletions libs.piccolo/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast libs piccolo
Bundle-SymbolicName: libs.piccolo
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-ClassPath: lib/piccolo2d-core-3.0.jar,
lib/piccolo2d-extras-3.0.jar
Export-Package: org.piccolo2d,
Expand All @@ -18,5 +18,5 @@ Export-Package: org.piccolo2d,
org.piccolo2d.extras.util,
org.piccolo2d.nodes,
org.piccolo2d.util
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Argonne National Laboratory
2 changes: 1 addition & 1 deletion libs.piccolo/plugin_jpf.xml
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" "http://jpf.sourceforge.net/plugin_0_6.dtd">
<plugin id="libs.piccolo" version="">
<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<runtime>
Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.R/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast R
Bundle-SymbolicName: repast.simphony.R
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Require-Bundle: repast.simphony.gui,
repast.simphony.data,
repast.simphony.core,
Expand All @@ -11,4 +11,4 @@ Require-Bundle: repast.simphony.gui,
repast.simphony.plugin.util,
repast.simphony.data.ui
Bundle-Vendor: Argonne National Laboratory
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2 changes: 1 addition & 1 deletion repast.simphony.R/plugin_jpf.xml
Expand Up @@ -3,7 +3,7 @@
<plugin id="repast.simphony.R" version="">

<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.batch/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast batch
Bundle-SymbolicName: repast.simphony.batch;singleton:=true
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Require-Bundle: libs.bsf,
repast.simphony.dataLoader,
repast.simphony.data,
Expand All @@ -23,4 +23,4 @@ Bundle-Vendor: Argonne National Laboratory
Bundle-ClassPath: lib/batch_groovy.jar,
bin/
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2 changes: 1 addition & 1 deletion repast.simphony.batch/plugin_jpf.xml
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" "http://jpf.sourceforge.net/plugin_0_6.dtd">
<plugin id="repast.simphony.batch" version="">
<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.bin_and_src/META-INF/MANIFEST.MF
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast bin and src
Bundle-SymbolicName: repast.simphony.bin_and_src
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-Vendor: Argonne National Laboratory
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Binary file modified repast.simphony.bin_and_src/repast.simphony.bin_and_src.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions repast.simphony.chart/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast chart
Bundle-SymbolicName: repast.simphony.chart
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-ClassPath: lib/jcommon-1.0.16.jar,
lib/jfreechart-1.0.13.jar
Export-Package: com.keypoint,
Expand Down Expand Up @@ -70,4 +70,4 @@ Require-Bundle: repast.simphony.core,
repast.simphony.runtime,
saf.core.ui
Bundle-Vendor: Argonne National Laboratory
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2 changes: 1 addition & 1 deletion repast.simphony.chart/plugin_jpf.xml
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" "http://jpf.sourceforge.net/plugin_0_6.dtd">
<plugin id="repast.simphony.chart" version="">
<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
6 changes: 3 additions & 3 deletions repast.simphony.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast core
Bundle-SymbolicName: repast.simphony.core
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-ClassPath: lib/jsr108-0.01.jar,
lib/concurrent-1.3.4.jar,
lib/commons-collections-3.2.jar,
Expand All @@ -20,7 +20,7 @@ Bundle-ClassPath: lib/jsr108-0.01.jar,
lib/jung-io-2.0.1.jar,
lib/velocity-1.4.jar,
lib/dom4j-1.6.1.jar,
lib/xmlbeans-2.3.0.jar,
lib/xmlbeans-2.3.1.jar,
lib/opencsv-2.3.jar,
lib/commons-math3-3.2.jar,
lib/commons-lang3-3.1.jar,
Expand Down Expand Up @@ -544,4 +544,4 @@ Require-Bundle: repast.simphony.runtime,
libs.ext
Bundle-Vendor: Argonne National Laboratory
Eclipse-LazyStart: false
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2 changes: 1 addition & 1 deletion repast.simphony.core/plugin_jpf.xml
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" "http://jpf.sourceforge.net/plugin_0_6.dtd">
<plugin id="repast.simphony.core" version="">
<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.data.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast ui
Bundle-SymbolicName: repast.simphony.data.ui
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Require-Bundle: saf.core.ui,
repast.simphony.data,
repast.simphony.gui,
Expand All @@ -14,5 +14,5 @@ Export-Package: repast.simphony.data.analysis,
repast.simphony.data2.gui,
repast.simphony.data2.wizard
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Argonne National Laboratory
2 changes: 1 addition & 1 deletion repast.simphony.data.ui/plugin_jpf.xml
Expand Up @@ -3,7 +3,7 @@
<plugin id="repast.simphony.data.ui" version="">

<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.data/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast data
Bundle-SymbolicName: repast.simphony.data
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-ClassPath: bin/
Export-Package: repast.simphony.data2,
repast.simphony.data2.builder,
Expand All @@ -13,4 +13,4 @@ Require-Bundle: repast.simphony.core,
repast.simphony.runtime,
org.junit
Bundle-Vendor: Argonne National Laboratory
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2 changes: 1 addition & 1 deletion repast.simphony.data/plugin_jpf.xml
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" "http://jpf.sourceforge.net/plugin_0_6.dtd">
<plugin id="repast.simphony.data" version="">
<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.dataLoader.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast dataloader ui
Bundle-SymbolicName: repast.simphony.dataLoader.ui
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Export-Package: repast.simphony.dataLoader.ui,
repast.simphony.dataLoader.ui.wizard,
repast.simphony.dataLoader.ui.wizard.builder
Expand All @@ -14,5 +14,5 @@ Require-Bundle: repast.simphony.dataLoader,
repast.simphony.scenario,
repast.simphony.core,
repast.simphony.freezedry
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Argonne National Laboratory
2 changes: 1 addition & 1 deletion repast.simphony.dataLoader.ui/plugin_jpf.xml
Expand Up @@ -3,7 +3,7 @@
<plugin id="repast.simphony.dataloader.ui" version="">

<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.dataLoader/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast dataloader
Bundle-SymbolicName: repast.simphony.dataLoader
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Require-Bundle: repast.simphony.core,
repast.simphony.plugin.util,
repast.simphony.scenario,
Expand All @@ -12,4 +12,4 @@ Export-Package: repast.simphony.dataLoader,
repast.simphony.dataLoader.engine,
repast.simphony.dataLoader.util
Bundle-Vendor: Argonne National Laboratory
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2 changes: 1 addition & 1 deletion repast.simphony.dataLoader/plugin_jpf.xml
Expand Up @@ -3,7 +3,7 @@
<plugin id="repast.simphony.dataloader" version="">

<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
2 changes: 1 addition & 1 deletion repast.simphony.deployment/update_jpf_plugins.xml
@@ -1,6 +1,6 @@
<project name="Update JPF Plugins" default="update">

<property name="rs.version" value="2.3.0" />
<property name="rs.version" value="2.3.1" />

<taskdef name="xmltask" classname="com.oopsconsultancy.xmltask.ant.XmlTask"/>

Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.distributed.batch.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast distriubuted batch ui
Bundle-SymbolicName: repast.simphony.distributed.batch.ui
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Require-Bundle: repast.simphony.scenario,
saf.core.ui,
repast.simphony.gui,
Expand All @@ -15,5 +15,5 @@ Bundle-ClassPath: .,
lib/jgoodies-common-1.6.0.jar,
bin/,
bin-standalone/
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Argonne National Laboratory
2 changes: 1 addition & 1 deletion repast.simphony.distributed.batch.ui/plugin_jpf.xml
Expand Up @@ -3,7 +3,7 @@
<plugin id="repast.simphony.distributed.batch.ui" version="">

<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
Expand Up @@ -19,7 +19,7 @@
*/
public class StandAloneMain {

private static final String PLUGINS_VERSION = "2.3.0";
private static final String PLUGINS_VERSION = "2.3.1";
private static final String PLUGIN_DIR = "-plugin_dir";
private static final String MODEL_DIR = "-model_dir";

Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.distributed.batch/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast distributed batch
Bundle-SymbolicName: repast.simphony.distributed.batch
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Require-Bundle: repast.simphony.batch,
repast.simphony.core,
repast.simphony.data,
Expand All @@ -20,5 +20,5 @@ Bundle-ClassPath: .,
lib/ant.jar,
lib/ant-launcher.jar,
lib/xmltask.jar
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Argonne National Laboratory
2 changes: 1 addition & 1 deletion repast.simphony.distributed.batch/plugin_jpf.xml
Expand Up @@ -3,7 +3,7 @@
<plugin id="repast.simphony.distributed.batch" version="">

<attributes>
<attribute id="simphony" value="2.3.0"/>
<attribute id="simphony" value="2.3.1"/>
</attributes>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions repast.simphony.eclipse/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repast Simphony
Bundle-SymbolicName: repast.simphony.eclipse;singleton:=true
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-ClassPath: bin/
Bundle-Activator: repast.simphony.eclipse.RepastSimphonyPlugin
Bundle-Vendor: Argonne National Laboratory
Expand Down Expand Up @@ -44,6 +44,6 @@ Export-Package: .,
repast.simphony.eclipse.action,
repast.simphony.eclipse.ide,
repast.simphony.eclipse.util
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Plugin-Class: repast.simphony.eclipse.RepastSimphonyPlugin
Bundle-ActivationPolicy: lazy
2 changes: 1 addition & 1 deletion repast.simphony.eclipse/plugin.xml
Expand Up @@ -18,7 +18,7 @@
</runtime>
</extension>
<extension point="org.eclipse.core.variables.valueVariables">
<variable name="REPAST_VERSION" initialValue="2.3.0">
<variable name="REPAST_VERSION" initialValue="2.3.1">
</variable>
</extension>

Expand Down
Expand Up @@ -36,7 +36,7 @@ public class RepastSimphonyPlugin extends AbstractUIPlugin {
public static final String REPAST_SIMPHONY_PLUGIN_ID = "repast.simphony.eclipse";
public static final String REPAST_SIMPHONY_NATURE_ID = REPAST_SIMPHONY_PLUGIN_ID + ".repast_simphony_nature";

public static final String REPAST_SIMPHONY_PLUGIN_VERSION = "2.3.0";
public static final String REPAST_SIMPHONY_PLUGIN_VERSION = "2.3.1";

public static final String JAR_FILE = "repast.simphony.bin_and_src.jar";
public static final String JAR_PROJECT = "repast.simphony.bin_and_src_"
Expand Down

0 comments on commit b27ddc5

Please sign in to comment.