Skip to content

Commit

Permalink
Fix location of ClassFileReader.java to update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Mar 9, 2023
1 parent 6e37b86 commit 7650b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation-file-utilities/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<property name="newCfrValue" value="Annotation File Utilities v${release.ver}"/>

<property name="ClassFileReaderPath" value="${annotation-tools}/scene-lib/src/annotations/io/classfile/ClassFileReader.java"/>
<property name="ClassFileReaderPath" value="${annotation-tools}/annotation-file-utilities/src/main/java/org/checkerframework/afu/scenelib/io/classfile/ClassFileReader.java"/>
<echo level="info" message="updating ${ClassFileReaderPath}"/>
<replaceregexp file="${ClassFileReaderPath}" byline="true"
match="${afu.cfr.pattern}" replace="${newCfrValue}"/>
Expand Down

0 comments on commit 7650b87

Please sign in to comment.