Skip to content

Commit

Permalink
Merge pull request #10 from qbicsoftware/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
christopher-mohr authored Sep 7, 2017
2 parents 0269318 + d52941a commit 7e33491
Show file tree
Hide file tree
Showing 80 changed files with 2,395 additions and 3,227 deletions.
Binary file not shown.
Binary file modified QBiCMainPortlet/WebContent/WEB-INF/lib/XMLManager.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed QBiCMainPortlet/WebContent/WEB-INF/lib/spring.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 5 additions & 2 deletions QBiCMainPortlet/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<!-- filter table -->
<!-- <dependency org="org.vaadin.addons" name="filteringtable" rev="0.9.11.v7" /> -->
<!-- expanding text area -->
<!-- https://mvnrepository.com/artifact/org.apache.ant/ant -->
<dependency org="org.apache.ant" name="ant" rev="1.10.1"/>
<dependency org="org.vaadin.addons" name="expandingtextarea" rev="1.2.0" />
<!--logging -->
<dependency org="org.apache.logging.log4j" name="log4j-api" rev="2.2" />
Expand All @@ -60,12 +62,13 @@
<dependency org="com.github.lookfirst" name="sardine" rev="5.5" />
<dependency org="commons-io" name="commons-io" rev="2.4" />
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.3" />

<!--QBiC -->
<dependency org="life.qbic.openbis" name="openbisclient" rev="1.1.3" />
<!--name conversion -->
<dependency org="org.apache.commons" name="commons-collections4" rev="4.0" />

<!--vaadin charts -->
<dependency org="com.vaadin.addon" name="vaadin-charts" rev="3.2.0" />
<!--<dependency org="com.vaadin.addon" name="vaadin-charts" rev="3.2.0" />-->

</dependencies>
</ivy-module>
3 changes: 2 additions & 1 deletion QBiCMainPortlet/ivysettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<chain name="default">
<!-- Public Maven repository -->
<ibiblio name="public" m2compatible="true" />

<!-- <ibiblio name="nexus-snapshots" m2compatible="true" usepoms="true" root="https://peltzer.com.de/nexus/content/repositories/snapshots" changingPattern="*-SNAPSHOT" />-->
<ibiblio name="nexus-releases" m2compatible="true" usepoms="true" root="https://peltzer.com.de/nexus/content/repositories/releases" />
<!-- Vaadin Add-on repository -->
<ibiblio name="vaadin-addons" usepoms="true" m2compatible="true"
root="http://maven.vaadin.com/vaadin-addons" />
Expand Down
352 changes: 0 additions & 352 deletions QBiCMainPortlet/src/controllers/BarcodeController.java

This file was deleted.

2 changes: 1 addition & 1 deletion QBiCMainPortlet/src/controllers/MultiscaleController.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
import javax.xml.bind.JAXBException;
import javax.xml.namespace.QName;

import main.OpenBisClient;
import helpers.HistoryReader;
import life.qbic.openbis.openbisclient.OpenBisClient;
import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.Experiment;
import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.Sample;
import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SampleFetchOption;
Expand Down
Loading

0 comments on commit 7e33491

Please sign in to comment.