Skip to content

Commit

Permalink
Use XML based app files
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Oct 4, 2018
1 parent 06ace5c commit a9c725e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -469,15 +469,15 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<!--execution>
<id>app2xml</id>
<goals><goal>exec</goal></goals>
<phase>generate-sources</phase>
<configuration>
<executable>src/main/xproc/text/app2xml.py</executable>
<workingDirectory>src/main/xproc/text</workingDirectory>
</configuration>
</execution>
</execution-->
<execution>
<id>xproc</id>
<goals><goal>java</goal></goals>
Expand Down

0 comments on commit a9c725e

Please sign in to comment.