summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pdf-over-gui/src/main/jnlp/pdf-over.jnlp (renamed from pdf-over-gui/src/main/jnlp/pdfover.jnlp)4
-rwxr-xr-xpublish.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/pdf-over-gui/src/main/jnlp/pdfover.jnlp b/pdf-over-gui/src/main/jnlp/pdf-over.jnlp
index c24d25b0..83d380ca 100644
--- a/pdf-over-gui/src/main/jnlp/pdfover.jnlp
+++ b/pdf-over-gui/src/main/jnlp/pdf-over.jnlp
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<jnlp spec="1.0+" codebase="##CODEBASE_URL##" context="##CONTEXT_URL##" href="pdfover.jnlp">
+<jnlp spec="1.0+" codebase="##CODEBASE_URL##" context="##CONTEXT_URL##" href="pdf-over.jnlp">
<information>
<title>PDF-Over</title>
@@ -37,4 +37,4 @@
</resources>
<application-desc main-class="com.izforge.izpack.installer.Installer"/>
-</jnlp> \ No newline at end of file
+</jnlp>
diff --git a/publish.sh b/publish.sh
index fbdfc95f..0b77efe8 100755
--- a/publish.sh
+++ b/publish.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#### CONFIGURE: ######
-PUBLISH_DIR="/srv/apache2/www/pdfover"
+PUBLISH_DIR="/srv/apache2/www/pdf-over"
LOG_DIR="log"
VERSION="4.0.0-SNAPSHOT"
CODEBASE_URL="http:\/\/abyss.iaik.tugraz.at\/pdf-over\/"