Mercurial > hg > digilib-old
diff .hgignore @ 960:b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
default build uses jai-imageio (now only one additional JAR in webapp!).
author | robcast |
---|---|
date | Wed, 25 Jan 2012 15:13:06 +0100 |
parents | 66f1ba72d07b |
children | 55572a4bbf68 |
line wrap: on
line diff
--- a/.hgignore Tue Jan 24 21:12:13 2012 +0100 +++ b/.hgignore Wed Jan 25 15:13:06 2012 +0100 @@ -65,4 +65,20 @@ syntax: regexp ^webapp/digilib-log\.txt$ syntax: regexp -^webapp/dl-access-log\.txt$ \ No newline at end of file +^webapp/dl-access-log\.txt$ +syntax: regexp +^common-jai/target$ +syntax: regexp +^common-imagej/target$ +syntax: regexp +^common-imagej/\.classpath$ +syntax: regexp +^common-imagej/\.project$ +syntax: regexp +^common-imagej/\.settings$ +syntax: regexp +^common-jai/\.settings$ +syntax: regexp +^common-jai/\.classpath$ +syntax: regexp +^common-jai/\.project$ \ No newline at end of file