summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 12:37:49 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 12:37:49 +0200
commit918c3f0c22d43d173d3b3fea510bbdc19662a343 (patch)
tree07d2e3f9c2b07c7536f01f75a9493d94cf8fa47c
parente40743a6a6524ecdf1a9412439a818b79d275649 (diff)
downloadpdf-over-918c3f0c22d43d173d3b3fea510bbdc19662a343.tar.gz
pdf-over-918c3f0c22d43d173d3b3fea510bbdc19662a343.tar.bz2
pdf-over-918c3f0c22d43d173d3b3fea510bbdc19662a343.zip
move properties to the standardized location in pom.xml
-rw-r--r--pdf-over-gui/pom.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index 6dcdc53f..2f19b126 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -8,6 +8,12 @@
</parent>
<artifactId>pdf-over-gui</artifactId>
<name>PDF-Over GUI</name>
+ <properties>
+ <izpack-standalone.version>4.3.5</izpack-standalone.version>
+ <project.maindir>${project.parent.basedir}</project.maindir>
+ <staging.dir>${project.build.directory}/staging/${target.name}</staging.dir>
+ <swt.version>4.20</swt.version>
+ </properties>
<dependencies>
<dependency>
@@ -464,13 +470,6 @@
</resources>
</build>
- <properties>
- <izpack-standalone.version>4.3.5</izpack-standalone.version>
- <project.maindir>${project.basedir}/..</project.maindir>
- <staging.dir>${project.build.directory}/staging/${target.name}</staging.dir>
- <swt.version>4.20</swt.version>
- </properties>
-
<profiles>
<profile>
<id>linux</id>