Updated pipeline file name.

This commit is contained in:
Salman Qureshi
2012-09-10 16:48:54 +05:00
parent 882d11e747
commit 3dc6d20a24

View File

@@ -769,7 +769,7 @@ public class PDFBuilder {
protected Source createSource(String inputFilename, File sourceFile, PreprocessingFilter filter, Map<String,String> map)
throws MojoExecutionException {
String pathToPipelineFile = "classpath:/test.xpl"; //use "classpath:/path" for this to work
String pathToPipelineFile = "classpath:/pdf.xpl"; //use "classpath:/path" for this to work
//from super
final InputSource inputSource = new InputSource(sourceFile.getAbsolutePath());