Kaydet (Commit) 110e43cc authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

Java cleanup, make package name match folder name

Change-Id: I8807ce7a6f5a115570d61a2a8c216d817d0334be
üst 9dce74e9
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
package clitest; package cli;
import complexlib.ComplexTestCase; import complexlib.ComplexTestCase;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
PRJ := ..$/.. PRJ := ..$/..
PRJNAME := testtools PRJNAME := testtools
TARGET := test_cli TARGET := test_cli
PACKAGE = clitest PACKAGE = cli
.INCLUDE: settings.mk .INCLUDE: settings.mk
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
package cliversion; package cliversioning;
import complexlib.ComplexTestCase; import complexlib.ComplexTestCase;
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
PRJ = ..$/.. PRJ = ..$/..
PRJNAME = cli_ure PRJNAME = cli_ure
TARGET := qa_test_climaker TARGET := qa_test_climaker
PACKAGE = cliversion PACKAGE = cliversioning
.INCLUDE: settings.mk .INCLUDE: settings.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment