Skip to content

Commit 3cb194f

Browse files
committed
updated bundle versions and bridgedb dependencies
1 parent dc77049 commit 3cb194f

File tree

13 files changed

+38
-38
lines changed

13 files changed

+38
-38
lines changed

build-common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property name="ant.build.javac.target" value="1.6"/>
66
<property name="ant.build.javac.source" value="1.6"/>
77

8-
<property name="pathvisio.version" value="3.2.2"/>
8+
<property name="pathvisio.version" value="3.2.3"/>
99
<property name="bundle.dest" value=".."/>
1010

1111
<property name="haltonfailure" value="true"/>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<property name="webstart.base.url" value="http://www.pathvisio.org/webstart"/>
1414

1515
<!-- needed to build zip files correctly -->
16-
<property name="pathvisio.version" value="3.2.2"/>
16+
<property name="pathvisio.version" value="3.2.3"/>
1717

1818
<macrodef name="iterate">
1919
<attribute name="target"/>

modules/org.pathvisio.core/META-INF/MANIFEST.MF

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: PathVisio core module
44
Bundle-SymbolicName: org.pathvisio.core
5-
Bundle-Version: 3.2.0
5+
Bundle-Version: 3.2.3
66
Bundle-Vendor: PathVisio developers
77
Export-Package: org.pathvisio.core,
88
org.pathvisio.core.biopax,
@@ -17,9 +17,9 @@ Export-Package: org.pathvisio.core,
1717
Require-Bundle: derby;bundle-version="10.4.2000000",
1818
com.springsource.org.jdom;bundle-version="1.1.0",
1919
org.pathvisio.pdftranscoder;bundle-version="1.7.0",
20-
org.bridgedb;bundle-version="2.0.0",
21-
org.bridgedb.bio;bundle-version="2.0.0",
22-
org.bridgedb.rdb;bundle-version="2.0.0",
20+
org.bridgedb;bundle-version="2.2.0",
21+
org.bridgedb.bio;bundle-version="2.2.0",
22+
org.bridgedb.rdb;bundle-version="2.2.0",
2323
org.apache.batik.bridge;bundle-version="1.7.0",
2424
org.apache.batik.css;bundle-version="1.7.0",
2525
org.apache.batik.dom;bundle-version="1.7.0",

modules/org.pathvisio.data/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: PathVisio data module
44
Bundle-SymbolicName: org.pathvisio.data
5-
Bundle-Version: 3.2.0
5+
Bundle-Version: 3.2.3
66
Bundle-Vendor: PathVisio developers
77
Export-Package: org.pathvisio.data
8-
Require-Bundle: org.bridgedb;bundle-version="2.0.0",
8+
Require-Bundle: org.bridgedb;bundle-version="2.2.0",
99
org.apache.commons.math;bundle-version="2.0.0"
1010
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
1111
Bundle-Copyright: 2006-2014 BiGCaT Bioinformatics

modules/org.pathvisio.desktop/META-INF/MANIFEST.MF

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: PathVisio desktop module
44
Bundle-SymbolicName: org.pathvisio.desktop
5-
Bundle-Version: 3.2.0
5+
Bundle-Version: 3.2.3
66
Bundle-Activator: org.pathvisio.desktop.Activator
77
Bundle-Vendor: PathVisio developers
88
Export-Package: com.nexes.test,
@@ -25,11 +25,11 @@ Require-Bundle: org.pathvisio.core;bundle-version="3.2.0",
2525
org.pathvisio.jgoodies.forms;bundle-version="1.2.0",
2626
com.springsource.org.jdom;bundle-version="1.1.0",
2727
org.pathvisio.pdftranscoder;bundle-version="1.7.0",
28-
org.bridgedb;bundle-version="2.0.0",
29-
org.bridgedb.bio;bundle-version="2.0.0",
30-
org.bridgedb.rdb;bundle-version="2.0.0",
31-
org.bridgedb.rdb.construct;bundle-version="2.0.0",
32-
org.bridgedb.gui;bundle-version="2.0.0",
28+
org.bridgedb;bundle-version="2.2.0",
29+
org.bridgedb.bio;bundle-version="2.2.0",
30+
org.bridgedb.rdb;bundle-version="2.2.0",
31+
org.bridgedb.rdb.construct;bundle-version="2.2.0",
32+
org.bridgedb.gui;bundle-version="2.2.0",
3333
org.apache.batik.bridge;bundle-version="1.7.0",
3434
org.apache.batik.css;bundle-version="1.7.0",
3535
org.apache.batik.dom;bundle-version="1.7.0",

modules/org.pathvisio.gex/META-INF/MANIFEST.MF

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: PathVisio gex module
44
Bundle-SymbolicName: org.pathvisio.gex
5-
Bundle-Version: 3.2.0
5+
Bundle-Version: 3.2.3
66
Bundle-Activator: org.pathvisio.gexplugin.Activator
77
Bundle-Vendor: PathVisio developers
88
Export-Package: org.pathvisio.gexplugin
@@ -12,11 +12,11 @@ Require-Bundle: org.pathvisio.core;bundle-version="3.2.0",
1212
org.pathvisio.desktop;bundle-version="3.2.0",
1313
org.pathvisio.visualization;bundle-version="3.2.0",
1414
org.pathvisio.jgoodies.forms;bundle-version="1.2.0",
15-
org.bridgedb;bundle-version="2.0.0",
16-
org.bridgedb.bio;bundle-version="2.0.0",
17-
org.bridgedb.rdb;bundle-version="2.0.0",
18-
org.bridgedb.rdb.construct;bundle-version="2.0.0",
19-
org.bridgedb.gui;bundle-version="2.0.0"
15+
org.bridgedb;bundle-version="2.2.0",
16+
org.bridgedb.bio;bundle-version="2.2.0",
17+
org.bridgedb.rdb;bundle-version="2.2.0",
18+
org.bridgedb.rdb.construct;bundle-version="2.2.0",
19+
org.bridgedb.gui;bundle-version="2.2.0"
2020
Import-Package: org.osgi.framework;version="1.3.0"
2121
Bundle-Copyright: 2006-2014 BiGCaT Bioinformatics
2222
Bundle-DocURL: http://www.pathvisio.org

modules/org.pathvisio.gui/META-INF/MANIFEST.MF

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: PathVisio gui module
44
Bundle-SymbolicName: org.pathvisio.gui
5-
Bundle-Version: 3.2.0
5+
Bundle-Version: 3.2.3
66
Bundle-Vendor: PathVisio developers
77
Export-Package: com.jroller.completer,
88
com.mammothsoftware.frwk.ddb,
@@ -17,10 +17,10 @@ Export-Package: com.jroller.completer,
1717
Require-Bundle: org.pathvisio.core;bundle-version="3.2.0",
1818
com.springsource.org.jdom;bundle-version="1.1.0",
1919
org.pathvisio.jgoodies.forms;bundle-version="1.2.0",
20-
org.bridgedb;bundle-version="2.0.0",
21-
org.bridgedb.bio;bundle-version="2.0.0",
22-
org.bridgedb.gui;bundle-version="2.0.0",
23-
org.bridgedb.rdb;bundle-version="2.0.0"
20+
org.bridgedb;bundle-version="2.2.0",
21+
org.bridgedb.bio;bundle-version="2.2.0",
22+
org.bridgedb.gui;bundle-version="2.2.0",
23+
org.bridgedb.rdb;bundle-version="2.2.0"
2424
Import-Package: javax.swing,
2525
javax.swing.table,
2626
javax.swing.text,

modules/org.pathvisio.launcher/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: org.pathvisio.launcher
44
Bundle-SymbolicName: org.pathvisio.launcher
5-
Bundle-Version: 3.2.0
5+
Bundle-Version: 3.2.3
66
Export-Package: org.pathvisio.launcher
77
Import-Package: javax.swing,
88
org.osgi.framework;version="1.5.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
pathvisio.version = 3.2.2
2+
pathvisio.version = 3.2.3
33

modules/org.pathvisio.pluginmanager/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: PathVisio-PluginManager
44
Bundle-SymbolicName: org.pathvisio.pluginmanager
5-
Bundle-Version: 3.2.0
5+
Bundle-Version: 3.2.3
66
Bundle-Activator: org.pathvisio.pluginmanager.Activator
77
Bundle-Vendor: PathVisio developers
88
Export-Package: org.pathvisio.pluginmanager,

0 commit comments

Comments
 (0)