Skip to content

Commit

Permalink
clean up readme loc on build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tracerstar committed Dec 28, 2021
1 parent 0b26dd4 commit a9aa0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HYPE/resources/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<property name="project.examples" location="examples"/>
<property name="project.reference" location="reference"/>
<property name="readme.source" location="resources/README.md"/>
<property name="readme.destination" location="README.md"/>
<property name="readme.destination" location="../README.md"/>
<property name="libprops.source" location="resources/library.properties"/>
<property name="libprops.destination" location="library.properties"/>

Expand Down Expand Up @@ -81,7 +81,7 @@
<target name="init">
<echo>
${line}
Building the Processing library ${project.name} ${library.prettyVersion}
Building the Processing library ${project.name} ${library.prettyVersion}
${line}
src path ${project.src}
bin path ${project.bin}
Expand Down

0 comments on commit a9aa0d4

Please sign in to comment.