Subversion Repositories XServices

Rev

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

Rev 54 Rev 70
Line 84... Line 84...
84
    	for(AntProperty prop : this.property) {
84
    	for(AntProperty prop : this.property) {
85
    		if(prop.equals(key)) return prop.value;
85
    		if(prop.equals(key)) return prop.value;
86
    	}
86
    	}
87
    	return null;
87
    	return null;
88
    }
88
    }
-
 
89
    
-
 
90
    public String getStdOut() { return this.stdOut; }
89
}
91
}