summaryrefslogtreecommitdiff
path: root/testgraphical
diff options
context:
space:
mode:
authorLars Langhans <lla@openoffice.org>2010-05-10 14:23:59 +0200
committerLars Langhans <lla@openoffice.org>2010-05-10 14:23:59 +0200
commit14c381afc6403436d35b2e76acddcdb12ccf4b2a (patch)
treef2a8e13816ac0c71b92464ea04b27bb7139d20a5 /testgraphical
parent4e0f3f6729d91954e5db311dd9752ed0e260a1bd (diff)
gfxcmp02: #159601# add graphical compare test
Diffstat (limited to 'testgraphical')
-rw-r--r--testgraphical/ui/java/ConvwatchGUIProject/makefile.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/testgraphical/ui/java/ConvwatchGUIProject/makefile.mk b/testgraphical/ui/java/ConvwatchGUIProject/makefile.mk
new file mode 100644
index 000000000000..463355dc73e3
--- /dev/null
+++ b/testgraphical/ui/java/ConvwatchGUIProject/makefile.mk
@@ -0,0 +1,11 @@
+
+
+dist/ConvwatchGUIProject.jar: src/*.java
+.if $(JDK_VERSION) < 160
+ echo "You need at least java 6"
+ error
+.endif
+ ant
+
+clean:
+ ant clean