Skip to content

Commit

Permalink
releaase 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshualubell committed Nov 7, 2019
1 parent 0a53a79 commit a7bb6b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dita/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<property name="dist" location="${basedir}/dist"/>
<property name="composer" location="${basedir}/composer"/>
<property name="composer-version" value="0.1.0"/>
<property name="composer-version" value="0.2.0"/>
<property name="plugin.dist" location="${dist}/plugins"/>
<property name="composer.plugins" location="${composer}/plugins"/>
<property name="composer.examples" location="${composer}/examples"/>
Expand Down
1 change: 1 addition & 0 deletions dita/plugins/gov.nist.scap.split/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="dita-ot/plugin.rnc" type="application/relax-ng-compact-syntax"?>
<plugin id="gov.nist.scap.split">
<require plugin="gov.nist.scap.doctypes"/>
<transtype name="split" desc="split SCAP Data Stream Collection into component files"/>
<feature extension="dita.conductor.transtype.check" value="split"/>
<feature extension="ant.import" file="splitbuild.xml"/>
Expand Down
3 changes: 3 additions & 0 deletions dita/plugins/gov.nist.scap.split/splitbuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
</target>

<target name="dita2split.zip" description="Create zip file">
<!-- Delete empty file. -->
<delete file="${dita.output.dir}${file.separator}${split.filename.root}.${out.ext}"/>

<zip destfile="${output.dir}${file.separator}${split.filename.root}.zip"
basedir="${dita.output.dir}"/>
</target>
Expand Down
2 changes: 2 additions & 0 deletions dita/plugins/gov.nist.scap.split/xsl/split.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
</xsl:otherwise>
</xsl:choose>
</xsl:function>

<xsl:template match="/processing-instruction()"/>

<xsl:template match="*[contains(
@class,
Expand Down

0 comments on commit a7bb6b6

Please sign in to comment.