diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2014-11-25 12:03:02 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2014-11-25 12:10:45 +0100 |
commit | b445b300db3a6895647f7f939f63e6b1f52ac0a3 (patch) | |
tree | 7abb25df07e79027a8b690c6dd3e95e44dbf53c2 /repository/xalan-bin-dist/xml-apis | |
parent | a3e59e5011e16271dab6cc8299a1d1241b4a7fb2 (diff) | |
download | moa-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 'repository/xalan-bin-dist/xml-apis')
-rw-r--r-- | repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis-2.11.0.jar (renamed from repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis.jar) | bin | 220536 -> 220536 bytes | |||
-rw-r--r-- | repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis-2.11.0.pom (renamed from repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis.pom) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis.jar b/repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis-2.11.0.jar Binary files differindex 530ea6fc5..530ea6fc5 100644 --- a/repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis.jar +++ b/repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis-2.11.0.jar diff --git a/repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis.pom b/repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis-2.11.0.pom index 35b51d5fa..97e64f3aa 100644 --- a/repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis.pom +++ b/repository/xalan-bin-dist/xml-apis/2.11.0/xml-apis-2.11.0.pom @@ -2,7 +2,7 @@ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <groupId>xerces-J</groupId> + <groupId>xalan-bin-dist</groupId> <artifactId>xml-apis</artifactId> <version>2.11.0</version> <description>Artifactory auto generated POM</description> |