Changeset: 7d0c92f80366 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d0c92f80366 Modified Files: .hgignore Branch: embedded-java Log Message:
Ignore src/main/resources/lib for embedded These are binaries and not part of the sources. Those would be copied in by the build. Maven will automatically packege in the contents of src/main/resources/ in the .jar diffs (11 lines): diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -70,6 +70,7 @@ java/target java/bin java/src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java java/embedded/target +java/embedded/src/main/resources/lib # python: dist _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
