Skip to content

Commit

Permalink
trying to avoid an issue with Saxon
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenArzt committed Sep 20, 2024
1 parent edf5b39 commit 76f0f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.5</version>
<version>11.6</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/xml/options/make-soot-options.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ public class Options extends OptionsBase {
<xsl:variable name="filename" select="class"/>
<xsl:variable name="fullname" select="concat($filename,'.java')"/>
<xsl:variable name="fullpath" select="concat('src/main/generated/options/soot/options/',$fullname)"/>
<xsl:result-document href="{$fullpath}" omit-xml-declaration="yes">package soot.options;
<xsl:result-document href="{$fullpath}">package soot.options;

/*-
* #%L
Expand Down

0 comments on commit 76f0f2f

Please sign in to comment.