Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.esotericsoftware.scar;

import com.esotericsoftware.filesystem.*;

public interface Project {
    String getName();

    void clean();

    boolean build();

    void addDependantProjectToDistPaths( Paths pPathsToAddTo );

    void addDependantProjectToClassPath( Paths pClasspath );

    void addCompileDependantProjectToCompileClassPath( Paths pCompileClasspath );
}

Commits for litesoft/trunk/Java/ScarPlus/src/com/esotericsoftware/scar/Project.java

Diff revisions: vs.
Revision Author Commited Message
974 Diff Diff GeorgeS picture GeorgeS Mon 25 Aug, 2014 00:35:54 +0000

Updated to support usage specific artifact repositories

959 Diff Diff GeorgeS picture GeorgeS Sat 19 Jul, 2014 15:27:50 +0000

Scar update

950 Diff Diff GeorgeS picture GeorgeS Thu 19 Jun, 2014 17:57:04 +0000

New Lines

943 Diff Diff GeorgeS picture GeorgeS Tue 03 Jun, 2014 04:25:50 +0000

Extracting commonfoundation

939 Diff Diff GeorgeS picture GeorgeS Mon 02 Jun, 2014 21:30:31 +0000

Extracting commonfoundation

918 Diff Diff GeorgeS picture GeorgeS Sun 29 Dec, 2013 01:20:18 +0000

Switch from raw warResources to v1 as subdir & update Scar.

905 Diff Diff GeorgeS picture GeorgeS Wed 05 Jun, 2013 23:17:06 +0000

Introduce NewerBy...

904 Diff Diff GeorgeS picture GeorgeS Mon 15 Apr, 2013 23:04:40 +0000

Updated Scar for 1.7 changing “-target 1.6” to "-source 1.6"

889 Diff Diff GeorgeS picture GeorgeS Tue 18 Dec, 2012 00:21:56 +0000

Correct Relative Path for JARing

873 GeorgeS picture GeorgeS Tue 27 Nov, 2012 17:41:11 +0000

!