Skip to content

Commit

Permalink
Update build file to include resources for detecting HIPAA identifiers
Browse files Browse the repository at this point in the history
in the GUI
  • Loading branch information
prasser committed Oct 15, 2015
1 parent 882450a commit b0a7674
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@
<exclude name="**/*.txt" />
</fileset>
</copy>
<copy todir="build/gui/org/deidentifier/arx/risk/resources/us" overwrite="true">
<fileset dir="src/main/org/deidentifier/arx/risk/resources/us" defaultexcludes="yes">
<exclude name="**/*.java" />
<exclude name="**/*.txt" />
</fileset>
</copy>
</target>

<target name="buildExternalLibs">
Expand Down

0 comments on commit b0a7674

Please sign in to comment.