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 /sfx2 | |
parent | bd0ed13efccc6db2e5db8412ae79709343503c60 (diff) |
Java cleanup, make package name match folder name
Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/JunitTest_sfx2_unoapi.mk | 2 | ||||
-rw-r--r-- | sfx2/qa/unoapi/Test.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/JunitTest_sfx2_unoapi.mk b/sfx2/JunitTest_sfx2_unoapi.mk index 436ed6e50004..eb0735f59ed0 100644 --- a/sfx2/JunitTest_sfx2_unoapi.mk +++ b/sfx2/JunitTest_sfx2_unoapi.mk @@ -39,7 +39,7 @@ $(eval $(call gb_JunitTest_add_sourcefiles,sfx2_unoapi,\ )) $(eval $(call gb_JunitTest_add_classes,sfx2_unoapi,\ - org.openoffice.sfx2.qa.unoapi.Test \ + unoapi.Test \ )) # vim: set noet sw=4 ts=4: diff --git a/sfx2/qa/unoapi/Test.java b/sfx2/qa/unoapi/Test.java index b61698e95067..4b20ae0750db 100644 --- a/sfx2/qa/unoapi/Test.java +++ b/sfx2/qa/unoapi/Test.java @@ -16,7 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -package org.openoffice.sfx2.qa.unoapi; +package unoapi; import org.openoffice.Runner; import org.openoffice.test.OfficeConnection; |