Update to the latest release (2.9.0) of the Rackspace translation artifact

- Added pipeline implementation, which was removed from the translation artifact in version 2.4.0
- Updated the classpath URIs to use the prefix classpath:// instead of just classpath:
- Updated saxon reference to match the dependency in the translation component
This commit is contained in:
Sam Harwell
2013-08-23 07:25:51 -05:00
parent 0c8268517d
commit 094d28615d
26 changed files with 442 additions and 43 deletions

View File

@@ -1065,7 +1065,7 @@ public class PDFBuilder {
protected Source createSource(String inputFilename, File sourceFile, PreprocessingFilter filter, Map<String, Object> map)
throws MojoExecutionException {
String pathToPipelineFile = "classpath:/pdf.xpl"; //use "classpath:/path" for this to work
String pathToPipelineFile = "classpath:///pdf.xpl"; //use "classpath:///path" for this to work
String sourceFileNameNormalized = sourceFile.toURI().toString();
//from super