Author: shawkins
Date: 2010-09-15 16:05:59 -0400 (Wed, 15 Sep 2010)
New Revision: 2580
Modified:
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/appendix-b.xml
Log:
SOA-2309 update to the admin shell imports. there's no need yet to create another
launch for vanilla groovy.
Modified:
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/appendix-b.xml
===================================================================
---
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/appendix-b.xml 2010-09-15
17:53:29 UTC (rev 2579)
+++
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/appendix-b.xml 2010-09-15
20:05:59 UTC (rev 2580)
@@ -16,6 +16,7 @@
that would work in Java,
BeanShell, Groovy, etc.</para>
<programlisting><![CDATA[import static org.teiid.adminshell.AdminShell.*;
+import static org.teiid.adminshell.GroovySqlExtensions.*;
import org.teiid.adminapi.*;]]></programlisting>
<para>Note that the provided shell and console executables
automatically have the proper class path set and inject the proper
Show replies by date