From f6bb0396e7d8fd12ed50f72ab9fc99436d418576 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Thu, 23 Oct 2014 16:28:09 -0230 Subject: More gradle changes. Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory. --- java/test/IceBox/configuration/TestI.java | 38 ------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 java/test/IceBox/configuration/TestI.java (limited to 'java/test/IceBox/configuration/TestI.java') diff --git a/java/test/IceBox/configuration/TestI.java b/java/test/IceBox/configuration/TestI.java deleted file mode 100644 index abe96b912f8..00000000000 --- a/java/test/IceBox/configuration/TestI.java +++ /dev/null @@ -1,38 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -package test.IceBox.configuration; - -import test.IceBox.configuration.Test._TestIntfDisp; - - -public class TestI extends _TestIntfDisp -{ - public - TestI(String[] args) - { - _args = args; - } - - @Override - public String - getProperty(String name, Ice.Current current) - { - return current.adapter.getCommunicator().getProperties().getProperty(name); - } - - @Override - public String[] - getArgs(Ice.Current current) - { - return _args; - } - - final private String[] _args; -} -- cgit v1.2.3