Skip to content

Commit

Permalink
update bridgedb
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutmon committed Oct 3, 2024
1 parent 50b44a6 commit 10d28c4
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 3 deletions.
Binary file added lib/org.bridgedb-3.1.4-SNAPSHOT.jar
Binary file not shown.
Binary file added lib/org.bridgedb.bio-3.1.4-SNAPSHOT.jar
Binary file not shown.
Binary file removed lib/org.bridgedb.bio.jar
Binary file not shown.
Binary file added lib/org.bridgedb.gui-3.1.4-SNAPSHOT.jar
Binary file not shown.
Binary file removed lib/org.bridgedb.gui.jar
Binary file not shown.
Binary file removed lib/org.bridgedb.jar
Binary file not shown.
Binary file added lib/org.bridgedb.rdb-3.1.4-SNAPSHOT.jar
Binary file not shown.
Binary file added lib/org.bridgedb.rdb.construct-3.1.4-SNAPSHOT.jar
Binary file not shown.
Binary file removed lib/org.bridgedb.rdb.construct.jar
Binary file not shown.
Binary file removed lib/org.bridgedb.rdb.jar
Binary file not shown.
Binary file not shown.
Binary file removed lib/org.bridgedb.webservice.bridgerest.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion modules/org.pathvisio.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Require-Bundle: com.springsource.org.jdom;bundle-version="2.0.1",
org.w3c.dom.events;bundle-version="3.0.0",
org.w3c.dom.smil;bundle-version="1.0.1",
org.w3c.dom.svg;bundle-version="1.1.0",
derby;bundle-version="10.14.2000000"
derby;bundle-version="10.14.2000000",
derbyclient;bundle-version="10.14.2000000"
Import-Package: javax.swing,
org.osgi.framework;version="1.5.0"
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
Expand Down
1 change: 1 addition & 0 deletions modules/org.pathvisio.desktop/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Require-Bundle: org.pathvisio.core;bundle-version="3.4.0",
org.w3c.dom.smil;bundle-version="1.0.1",
org.w3c.dom.svg;bundle-version="1.1.0",
org.apache.felix.bundlerepository;bundle-version="1.6.6",
derbyclient;bundle-version="10.14.2000000",
derby;bundle-version="10.14.2000000"
Import-Package: javax.swing,
org.osgi.framework;version="1.5.0"
Expand Down
4 changes: 3 additions & 1 deletion modules/org.pathvisio.gex/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Require-Bundle: org.pathvisio.core;bundle-version="3.4.0",
org.bridgedb.bio,
org.bridgedb.rdb,
org.bridgedb.rdb.construct,
org.bridgedb.gui
org.bridgedb.gui,
derby;bundle-version="10.14.2000000",
derbyclient;bundle-version="10.14.2000000"
Import-Package: org.osgi.framework;version="1.3.0"
Bundle-Copyright: 2006-2019 BiGCaT Bioinformatics
Bundle-DocURL: http://www.pathvisio.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void initItems()
{
items = new ArrayList<DataSource>();
items.addAll(DataSourceHandler.getFilteredSetAlt(primary, type, organism, interaction));
items.remove(DataSource.getExistingBySystemCode("En"));
// items.remove(DataSource.getExistingBySystemCode("En"));

Collections.sort (items, new Comparator<DataSource>()
{
Expand Down

0 comments on commit 10d28c4

Please sign in to comment.