Revision: 248
http://jsptest.svn.sourceforge.net/jsptest/?rev=248&view=rev
Author: lkoskela
Date: 2008-11-09 11:48:28 +0000 (Sun, 09 Nov 2008)
Log Message:
-----------
Removed the obsolete shell script for building modules in certain order. This workaround is not necessary anymore (with the recent Maven versions).
Removed Paths:
-------------
trunk/build.sh
Deleted: trunk/build.sh
===================================================================
--- trunk/build.sh 2008-11-08 12:00:27 UTC (rev 247)
+++ trunk/build.sh 2008-11-09 11:48:28 UTC (rev 248)
@@ -1,8 +0,0 @@
-#!/bin/sh
-eval 'cd jsptest-generic/jsptest-common;eval "mvn install";cd ../..'
-eval 'cd jsptest-generic/jsptest-compiler-api;eval "mvn install";cd ../..'
-eval 'cd jsptest-generic;eval "mvn install";cd ..'
-eval 'cd jsptest-jsp12;eval "mvn install";cd ..'
-eval 'cd jsptest-jsp20;eval "mvn install";cd ..'
-eval 'cd jsptest-jsp21;eval "mvn install";cd ..'
-eval 'mvn install'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|