You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/07/15 20:56:55 UTC

svn commit: r1752879 - in /poi/site: publish/poi-jvm-languages.html src/documentation/content/xdocs/poi-jvm-languages.xml

Author: onealj
Date: Fri Jul 15 20:56:55 2016
New Revision: 1752879

URL: http://svn.apache.org/viewvc?rev=1752879&view=rev
Log:
move Java classpath into .java file

Modified:
    poi/site/publish/poi-jvm-languages.html
    poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml

Modified: poi/site/publish/poi-jvm-languages.html
URL: http://svn.apache.org/viewvc/poi/site/publish/poi-jvm-languages.html?rev=1752879&r1=1752878&r2=1752879&view=diff
==============================================================================
--- poi/site/publish/poi-jvm-languages.html (original)
+++ poi/site/publish/poi-jvm-languages.html Fri Jul 15 20:56:55 2016
@@ -304,7 +304,7 @@ if (VERSION > 3) {
       
 </ul>
       
-<p>Please let us know if you use POI in an environment not listed here</p>
+<p>Please <a href="mailinglists.html">let us know</a> if you use POI in an environment not listed here</p>
     
 
     
@@ -313,17 +313,15 @@ if (VERSION > 3) {
 <h3>Java code</h3>
 </div>
     
-<pre class="code">
-    // include poi-{version}-{yyyymmdd}.jar, poi-ooxml-{version}-{yyyymmdd}.jar, and poi-ooxml-schemas-{version}-{yyyymmdd}.jar on Java classpath
-    </pre>
-
-    
 <a name="POILanguageExample.java"></a>
 <div class="h4">
 <h4>POILanguageExample.java</h4>
 </div>
     
 <pre class="code"> <!-- lang="java" -->
+    // include poi-{version}-{yyyymmdd}.jar, poi-ooxml-{version}-{yyyymmdd}.jar,
+    // and poi-ooxml-schemas-{version}-{yyyymmdd}.jar on Java classpath
+
     // Import the POI classes
     import java.io.File;
     import java.io.FileOutputStream;

Modified: poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml?rev=1752879&r1=1752878&r2=1752879&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml (original)
+++ poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml Fri Jul 15 20:56:55 2016
@@ -48,16 +48,15 @@
         <li><link href="http://www.scala-lang.org/">Scala</link> 2.x</li>
         <li><link href="http://groovy-lang.org/">Groovy</link> 2.4 (anything from 1.6 onwards ought to work, but only the latest 2.4 releases have been tested by us)</li>
       </ul>
-      <p>Please let us know if you use POI in an environment not listed here</p>
+      <p>Please <link href="mailinglists.html">let us know</link> if you use POI in an environment not listed here</p>
     </section>
 
     <section><title>Java code</title>
-    <source>
-    // include poi-{version}-{yyyymmdd}.jar, poi-ooxml-{version}-{yyyymmdd}.jar, and poi-ooxml-schemas-{version}-{yyyymmdd}.jar on Java classpath
-    </source>
-
     <section><title>POILanguageExample.java</title>
     <source> <!-- lang="java" -->
+    // include poi-{version}-{yyyymmdd}.jar, poi-ooxml-{version}-{yyyymmdd}.jar,
+    // and poi-ooxml-schemas-{version}-{yyyymmdd}.jar on Java classpath
+
     // Import the POI classes
     import java.io.File;
     import java.io.FileOutputStream;



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