[Fusionforge-commits] r14525 - trunk/3rd-party/selenium

Christian Bayle cbayle at fusionforge.org
Sun Oct 2 20:54:55 CEST 2011


Author: cbayle
Date: 2011-10-02 20:54:55 +0200 (Sun, 02 Oct 2011)
New Revision: 14525

Modified:
   trunk/3rd-party/selenium/Makefile
Log:
Add clean botbuild botclean targets


Modified: trunk/3rd-party/selenium/Makefile
===================================================================
--- trunk/3rd-party/selenium/Makefile	2011-10-02 18:52:23 UTC (rev 14524)
+++ trunk/3rd-party/selenium/Makefile	2011-10-02 18:54:55 UTC (rev 14525)
@@ -21,3 +21,11 @@
 	sudo apt-get install maven-debian-helper
 
 getselenium: selenium-server.jar
+
+clean:
+	rm -f selenium-server.jar
+
+botbuild: getselenium
+
+botclean:
+	@echo "Nothing to do"




More information about the Fusionforge-commits mailing list