|
|
@@ -14,21 +14,17 @@ |
|
|
* See the License for the specific language governing permissions and |
|
|
* See the License for the specific language governing permissions and |
|
|
* limitations under the License. |
|
|
* limitations under the License. |
|
|
*/ |
|
|
*/ |
|
|
import java.rmi.Remote; |
|
|
|
|
|
import java.rmi.RemoteException; |
|
|
import java.rmi.RemoteException; |
|
|
import java.util.Calendar; |
|
|
import java.util.Calendar; |
|
|
|
|
|
|
|
|
import org.apache.tools.ant.BuildException; |
|
|
|
|
|
import org.apache.tools.ant.util.DateUtils; |
|
|
import org.apache.tools.ant.util.DateUtils; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* This class imports a dependency on the Ant runtime classes, |
|
|
* This class imports a dependency on the Ant runtime classes, |
|
|
* so tests that classpath setup include them |
|
|
* so tests that classpath setup include them |
|
|
*/ |
|
|
*/ |
|
|
public class AntTimestamp implements RemoteTimestamp { |
|
|
public class AntTimestamp implements RemoteTimestamp { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* return the phase of the moon. |
|
|
* return the phase of the moon. |
|
|
* Note the completely different semantics of the other implementation, |
|
|
* Note the completely different semantics of the other implementation, |
|
|
|