Skip to content
Snippets Groups Projects
Commit 00dc12a8 authored by langella's avatar langella
Browse files

possibility to configure a beta version for xtamdempipeline launched by jnlp

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@367 b8ef2a07-7df7-436f-90b9-41648038564b
parent a7e215c6
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,16 @@ SET (ANT_EXECUTABLE "/usr/bin/ant")
SET (MASCOT_DAT_FILE_JAR "mascotdatfile-3.3.jar")
SET (JNLP_HREF "http://pappso.inra.fr/bioinfo/xtandempipeline/xtandempipeline.jnlp")
SET (JNLP_CODEBASE "http://pappso.inra.fr/downloads/xtandem_pipeline/")
#cmake -DBETA_VERSION=TRUE .
if (BETA_VERSION)
SET (JNLP_HREF "http://pappso.inra.fr/downloads/langella/beta/xtandempipeline/xtandempipeline.jnlp")
SET (JNLP_CODEBASE "http://pappso.inra.fr/downloads/langella/beta/xtandempipeline/")
endif (BETA_VERSION)
FIND_PACKAGE( Java REQUIRED )
......
<?xml version='1.0' encoding='UTF-8'?>
<jnlp codebase="http://pappso.inra.fr/downloads/xtandem_pipeline/" href="http://pappso.inra.fr/bioinfo/xtandempipeline/xtandempipeline.jnlp">
<jnlp codebase="http://pappso.inra.fr/downloads/langella/beta/xtandempipeline/" href="http://pappso.inra.fr/downloads/langella/beta/xtandempipeline/xtandempipeline.jnlp">
<information>
<title>X!Tandem Pipeline</title>
<vendor>Benoit Valot</vendor>
<vendor>PAPPSO</vendor>
<homepage href="http://pappso.inra.fr/bioinfo/xtandempipeline"/>
<description>X!Tandem Pipeline</description>
<description kind="short">Logiciel to analyse, filters, view and export X!Tandem results</description>
......@@ -61,6 +61,8 @@
<jar href="lib/libproteomicsvg.jar" main="false" download="eager" />
<jar href="lib/libodsstream.jar" main="false" download="eager" />
<jar href="lib/javacsv.jar" main="false" download="eager" />
<jar href="lib/ods2csv.jar" main="false" download="eager" />
</resources>
<resources os="Windows" arch="x86">
......
<?xml version='1.0' encoding='UTF-8'?>
<jnlp codebase="http://pappso.inra.fr/downloads/xtandem_pipeline/" href="http://pappso.inra.fr/bioinfo/xtandempipeline/xtandempipeline.jnlp">
<jnlp codebase="@JNLP_CODEBASE@" href="@JNLP_HREF@">
<information>
<title>X!Tandem Pipeline</title>
<vendor>Benoit Valot</vendor>
<vendor>PAPPSO</vendor>
<homepage href="http://pappso.inra.fr/bioinfo/xtandempipeline"/>
<description>X!Tandem Pipeline</description>
<description kind="short">Logiciel to analyse, filters, view and export X!Tandem results</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment