mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +02:00
Can specify in launcher configuration extra paths to go on the application classpath:
[app] ... resources: conf, resources
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package xsbti;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public interface ApplicationID
|
||||
{
|
||||
public String groupID();
|
||||
@@ -9,4 +11,7 @@ public interface ApplicationID
|
||||
public String mainClass();
|
||||
public String[] mainComponents();
|
||||
public boolean crossVersioned();
|
||||
|
||||
/** Files to add to the application classpath. */
|
||||
public File[] classpathExtra();
|
||||
}
|
||||
Reference in New Issue
Block a user