Author: rmannibucau Date: Thu May 29 16:23:27 2014 New Revision: 1598326 URL: http://svn.apache.org/r1598326 Log: fixing jcache bash script
Modified: commons/proper/jcs/trunk/jcache-fast.sh Modified: commons/proper/jcs/trunk/jcache-fast.sh URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/jcache-fast.sh?rev=1598326&r1=1598325&r2=1598326&view=diff ============================================================================== --- commons/proper/jcs/trunk/jcache-fast.sh (original) +++ commons/proper/jcs/trunk/jcache-fast.sh Thu May 29 16:23:27 2014 @@ -2,7 +2,7 @@ cd commons-jcs-core && mvn clean install -Dmaven.test.skip=true && cd - cd commons-jcs-jcache && mvn clean install && cd - -cd commons-jcs-openjpa && mvn clean install && cd - -cd commons-jcs-extras && mvn clean install && cd - +cd commons-jcs-jcache-openjpa && mvn clean install && cd - +cd commons-jcs-jcache-extras && mvn clean install && cd - cd commons-jcs-tck-tests && mvn clean install -Djcache.tck && cd -