aboutsummaryrefslogtreecommitdiff
path: root/spss
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2014-11-25 12:03:02 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2014-11-25 12:10:45 +0100
commitb445b300db3a6895647f7f939f63e6b1f52ac0a3 (patch)
tree7abb25df07e79027a8b690c6dd3e95e44dbf53c2 /spss
parenta3e59e5011e16271dab6cc8299a1d1241b4a7fb2 (diff)
downloadmoa-id-spss-b445b300db3a6895647f7f939f63e6b1f52ac0a3.tar.gz
moa-id-spss-b445b300db3a6895647f7f939f63e6b1f52ac0a3.tar.bz2
moa-id-spss-b445b300db3a6895647f7f939f63e6b1f52ac0a3.zip
Fix build.
- Remove svn metadata. - Fix local repository (inappropriate xalan-bin-dist dependency file names and copy-past error in dependency pom). - Switch jdk 1.5/1.6 to 1.7. - Exclude non working tests.
Diffstat (limited to 'spss')
-rw-r--r--spss/server/serverlib/pom.xml5
-rw-r--r--spss/server/tools/pom.xml4
2 files changed, 4 insertions, 5 deletions
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml
index da78d3dc1..e16d46d43 100644
--- a/spss/server/serverlib/pom.xml
+++ b/spss/server/serverlib/pom.xml
@@ -301,11 +301,10 @@
</group>
</groups>
<links>
- <link>http://java.sun.com/j2se/1.4/docs/api/</link>
- <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+ <link>http://docs.oracle.com/javase/7/docs/api/</link>
<link>http://logging.apache.org/log4j/docs/api/</link>
</links>
- <target>1.5</target>
+ <target>1.7</target>
</configuration>
<executions>
<execution>
diff --git a/spss/server/tools/pom.xml b/spss/server/tools/pom.xml
index f139e962d..277ef8459 100644
--- a/spss/server/tools/pom.xml
+++ b/spss/server/tools/pom.xml
@@ -76,8 +76,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.7</source>
+ <target>1.7</target>
</configuration>
</plugin>