You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/12/11 21:14:54 UTC

svn commit: r1773679 - /poi/trunk/view.sh

Author: centic
Date: Sun Dec 11 21:14:54 2016
New Revision: 1773679

URL: http://svn.apache.org/viewvc?rev=1773679&view=rev
Log:
Revert "Adjust view.sh for new location of jar-files"

This reverts commit 70a5ab1d5bc88f6ec3d2fbd26206c204e7f2a8ff.

Modified:
    poi/trunk/view.sh

Modified: poi/trunk/view.sh
URL: http://svn.apache.org/viewvc/poi/trunk/view.sh?rev=1773679&r1=1773678&r2=1773679&view=diff
==============================================================================
--- poi/trunk/view.sh (original)
+++ poi/trunk/view.sh Sun Dec 11 21:14:54 2016
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # find jar-file with highest version number
-for i in `ls build/dist/maven/*/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-javadoc"`;do
+for i in `ls build/dist/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-javadoc"`;do
 	CP=$i:$CP
 done
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org