Skip to content

Commit

Permalink
A bit of comment
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@2774 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Apr 17, 2004
1 parent 36b54c7 commit cd49d3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.xml
Expand Up @@ -364,10 +364,11 @@

<!-- Convert the JavaCC .jj file to the correct .java files for the IUPAC parser -->
<target id="javacc" name="javacc" depends="init, check" if="hasAnt16" unless="dotjjfiles.uptodate">
<!-- the IUPAC name parser -->
<delete>
<fileset id="javacc-generated"
dir="${src}/org/openscience/cdk/iupac/parser/"
includes="NomParser*.java,ParseException.java,SimpleCharStream.java,Token.java,TokenMgrError.java"/>
dir="${src}/org/openscience/cdk/iupac/parser/"
includes="NomParser*.java,ParseException.java,SimpleCharStream.java,Token.java,TokenMgrError.java"/>
</delete>
<javacc target="${src}/org/openscience/cdk/iupac/parser/NomParser.jj"
outputdirectory="${src}/org/openscience/cdk/iupac/parser/"
Expand Down

0 comments on commit cd49d3a

Please sign in to comment.