From 975866d5920e77b351408494855fa6759e716b72 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Sep 2012 10:22:20 +0200 Subject: Java cleanup, make package name match folder name Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0 --- qadevOOo/qa/unoapi/Test.java | 2 +- qadevOOo/qa/unoapi/makefile.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/qa/unoapi/Test.java b/qadevOOo/qa/unoapi/Test.java index 1c124fcd5be9..cecd71c797c2 100644 --- a/qadevOOo/qa/unoapi/Test.java +++ b/qadevOOo/qa/unoapi/Test.java @@ -16,7 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -package org.openoffice.qadevOOo.qa.unoapi; +package unoapi; import org.openoffice.Runner; import org.openoffice.test.OfficeConnection; diff --git a/qadevOOo/qa/unoapi/makefile.mk b/qadevOOo/qa/unoapi/makefile.mk index 080db7cfee13..1f0ec5e7cca6 100644 --- a/qadevOOo/qa/unoapi/makefile.mk +++ b/qadevOOo/qa/unoapi/makefile.mk @@ -25,7 +25,7 @@ PRJNAME = qadevOOo TARGET = qa_unoapi .IF "$(OOO_JUNIT_JAR)" != "" -PACKAGE = org/openoffice/qadevOOo/qa/unoapi +PACKAGE = unoapi JAVATESTFILES = Test.java JAVAFILES = $(JAVATESTFILES) JARFILES = OOoRunner.jar ridl.jar test.jar -- cgit