Subversion Repositories XServices

Rev

Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 10
Line 18... Line 18...
18
 
18
 
19
import org.apache.tools.ant.Project;
19
import org.apache.tools.ant.Project;
Line 20... Line 20...
20
import org.apache.tools.ant.types.Resource;
20
import org.apache.tools.ant.types.Resource;
-
 
21
 
21
 
22
/**
22
/**
23
 * Wrapper for Ant Resources.
23
 *
24
 *
24
 * @author Brian Rosenberger, bru@brutex.de
25
 * @author Brian Rosenberger, bru@brutex.de
Line -... Line 26...
-
 
26
 */
-
 
27
public interface ResourceInterface {
-
 
28
 
-
 
29
    /**
-
 
30
     * Get this resource as Ant Resource.
-
 
31
     *
25
 */
32
     * @param p     Ant project
Line 26... Line 33...
26
public interface ResourceInterface {
33
     * @return      this resource as Ant Resource