mirror of https://github.com/sbt/sbt.git
test case for package target check
This commit is contained in:
parent
da7d03ed48
commit
b20b8a0b18
|
|
@ -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