summaryrefslogtreecommitdiff
path: root/sfx2/JunitTest_sfx2_unoapi.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-03 10:22:20 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-05 21:01:47 +0200
commit975866d5920e77b351408494855fa6759e716b72 (patch)
treea375db95ebc72d9321f78b91bd326d1dcfb0d122 /sfx2/JunitTest_sfx2_unoapi.mk
parentbd0ed13efccc6db2e5db8412ae79709343503c60 (diff)
Java cleanup, make package name match folder name
Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0
Diffstat (limited to 'sfx2/JunitTest_sfx2_unoapi.mk')
-rw-r--r--sfx2/JunitTest_sfx2_unoapi.mk2
1 files changed, 1 insertions, 1 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: