leiningen/test_projects
Vadim Platonov 5b97d9a472 fix(jar): Add directory entries to the jar file
According to the [jar file specification](http://docs.oracle.com/javase/7/docs/technotes/guides/jar/jar.html)

> For resource files with non-empty directory prefixes, mappings are also
> recorded at the directory level.  Only for classes with null package
> name, and resource files which reside in the root directory, will the
> mapping be recorded at the individual file level.

If needed, directory entries may be excluded using `:jar-exclusions`
regex like `#"^.*/$"`.
2013-08-21 14:30:10 +03:00
..
bad-require Don't try static methods on lein run: better error msg 2013-05-22 17:32:23 -05:00
more-gen-classes Adjust compile task to make use of regex fns 2013-03-19 16:12:08 -07:00
native Don't re-extract native deps unless deps have changed. Fixes #535. 2012-05-07 16:29:31 -07:00
overlapped-sourcepaths Add a failing test for overlapped sourcepaths. 2012-03-06 15:58:14 -06:00
provided Test :provided profile interpretation by the uberjar task. 2012-11-17 17:38:11 -05:00
sample Scope :compile-path and :native-path under :target-path. 2013-07-24 20:55:23 -07:00
sample_failing Move AOT of :main into uberjar task. Remove :skip-aot. 2012-11-12 15:30:43 -08:00
sample_no_aot #1269: Skip tests differently when using :test-selectors 2013-07-31 23:29:19 -05:00
tricky-name Remove commented-out shell wrapper remainders. 2012-08-01 09:42:20 -07:00
with-resources fix(jar): Add directory entries to the jar file 2013-08-21 14:30:10 +03:00
README.txt Added a build-failing project for flexing compilation-failing aware 'jar'; created test_projects and moved sample there too 2010-08-23 23:03:52 -04:00

These projects are used for leiningen's test suite, so don't change
any of these values without updating the relevant tests. If you
just want a basic project to work from, generate a new one with
"lein new".