Skip to content

Commit

Permalink
import project
Browse files Browse the repository at this point in the history
  • Loading branch information
Herve committed Jan 8, 2021
1 parent eedca33 commit 191285d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/nbproject/private/
/nbproject/private/
/dist/
/build/
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- Non NB targets -->
<!-- =================================================================== -->
<target description="fetch version" depends="-post-init" name="version">
<loadproperties srcFile="${src.dir}/org/da/fontutils/fontutils.properties">
<loadproperties srcFile="${src.dir}/org/girod/fontutils/fontutils.properties">
<filterchain>
<linecontains>
<contains value="version"/>
Expand Down

0 comments on commit 191285d

Please sign in to comment.