Skip to content

Commit

Permalink
preliminary support for new paths.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 13, 2019
1 parent 7ee401d commit 8cded27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,12 @@
<filtering>true</filtering>
<targetPath>${project.build.directory}/xproc</targetPath>
</resource>
<resource>
<directory>src/main/xproc-config</directory>
<includes><include>paths.xml</include></includes>
<filtering>true</filtering>
<targetPath>${project.build.directory}</targetPath>
</resource>
</resources>

<plugins>
Expand All @@ -488,7 +494,7 @@
<artifactId>xmlcalabash</artifactId>
</executableDependency-->
<mainClass>com.xmlcalabash.drivers.Main</mainClass>
<commandlineArgs>${project.build.directory}/xproc/generate-all.xpl</commandlineArgs>
<commandlineArgs>${project.build.directory}/xproc/generate-all.xpl paths=${project.build.directory}/xproc/paths.xml</commandlineArgs>
<systemProperties>
<systemProperty>
<key>com.xmlcalabash.debug</key>
Expand Down

0 comments on commit 8cded27

Please sign in to comment.