diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-03 10:22:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-05 21:01:47 +0200 |
commit | 975866d5920e77b351408494855fa6759e716b72 (patch) | |
tree | a375db95ebc72d9321f78b91bd326d1dcfb0d122 /qadevOOo | |
parent | bd0ed13efccc6db2e5db8412ae79709343503c60 (diff) |
Java cleanup, make package name match folder name
Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/qa/unoapi/Test.java | 2 | ||||
-rw-r--r-- | qadevOOo/qa/unoapi/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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 |