mirror of https://github.com/sbt/sbt.git
test case for package target check
This commit is contained in:
parent
b64f64ca9a
commit
7c2d753ab6
|
|
@ -0,0 +1 @@
|
|||
name := "delete-target"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
$ mkdir target/scala-2.10/delete-target_2.10-0.1-SNAPSHOT.jar
|
||||
$ touch target/scala-2.10/delete-target_2.10-0.1-SNAPSHOT.jar/hello
|
||||
-> package
|
||||
$ exists target/scala-2.10/delete-target_2.10-0.1-SNAPSHOT.jar/hello
|
||||
Loading…
Reference in New Issue