Skip to content

Commit

Permalink
fixed links in README.md
Browse files Browse the repository at this point in the history
also updated test results

[skip ci]
  • Loading branch information
josteinaj committed Apr 9, 2014
1 parent 7a57a60 commit 24866cd
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 274 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/daisy-pipeline/xprocspec.png?branch=master)](https://travis-ci.org/daisy-pipeline/xprocspec)
[![Build Status](https://travis-ci.org/daisy-consortium/xprocspec.png?branch=master)](https://travis-ci.org/daisy-consortium/xprocspec)

xprocspec - XProc testing tool
==============================

This is an experimental tool for testing XProc scripts. See the <a href="http://daisy-pipeline.github.io/xprocspec/">homepage</a> for more information.
This is an experimental tool for testing XProc scripts. See the <a href="http://daisy-consortium.github.io/xprocspec/">homepage</a> for more information.

Copyright © 2013, Jostein Austvik Jacobsen
All Rights Reserved.
Expand Down
5 changes: 3 additions & 2 deletions www/documentation/test-results.html.html

Large diffs are not rendered by default.

88 changes: 40 additions & 48 deletions www/documentation/test-results.junit.xml

Large diffs are not rendered by default.

472 changes: 250 additions & 222 deletions www/documentation/test-results.result.xml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions xprocspec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<xprocspec.version>${project.version}</xprocspec.version>
<xprocspec.basedir>${basedir}</xprocspec.basedir>

<xproc-maven-plugin.version>1.0-SNAPSHOT</xproc-maven-plugin.version>
<xproc-engine-calabash.version>1.0-SNAPSHOT</xproc-engine-calabash.version>
</properties>
Expand Down Expand Up @@ -94,6 +95,7 @@
<xprocspec.basedir>${xprocspec.basedir}</xprocspec.basedir>
<xproc-maven-plugin.version>${xproc-maven-plugin.version}</xproc-maven-plugin.version>
<xproc-engine-calabash.version>${xproc-engine-calabash.version}</xproc-engine-calabash.version>

</properties>
<goals>
<goal>xproc:xprocspec</goal>
Expand Down
2 changes: 2 additions & 0 deletions xprocspec/src/it/it-xprocspec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>org.daisy.pipeline.maven</groupId>
<artifactId>it-xprocspec</artifactId>
Expand All @@ -19,6 +20,7 @@
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,5 @@

<!-- TODO: add test which tests a xprocspec document referring to an invalid XProc (has static errors) -->


</x:description>

0 comments on commit 24866cd

Please sign in to comment.