Skip to content

Commit

Permalink
Add MusicXML 3.0 DTDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlang committed Mar 31, 2017
1 parent 17a69a8 commit 9970562
Show file tree
Hide file tree
Showing 13 changed files with 5,236 additions and 24 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@

<!-- Copy resources into build directory -->
<copy todir="${build}/freedots/musicxml">
<fileset dir="dtd/musicxml/2.0">
<include name="*.dtd"/>
<include name="*.mod"/>
<include name="*.ent"/>
<fileset dir="dtd/musicxml">
<include name="**/*.dtd"/>
<include name="**/*.mod"/>
<include name="**/*.ent"/>
</fileset>
</copy>

Expand Down
Loading

0 comments on commit 9970562

Please sign in to comment.