diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2009-11-04 10:58:50 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2009-11-04 10:58:50 +0000 |
commit | 0cbcf721fda23b3484f4c9dd51ba3b220f140b27 (patch) | |
tree | c7b0b6229818e23d9949bd2a2d81bb651a72252d | |
parent | b908fbd5bdf282f5da59fee37a5fa0c2d7769d4a (diff) |
#i160985# cleanup
-rw-r--r-- | odk/examples/examples.html | 34 | ||||
-rw-r--r-- | odk/util/makefile.mk | 2 |
2 files changed, 6 insertions, 30 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html index 98afc9b11994..03ca9f1c9d8d 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -342,35 +342,6 @@ </table> </td> </tr> - <tr> - <td> - <table class="table4"> - <tbody> - <tr class="thead"> - <td class="cell20">Other Examples</td> - <td class="cell80">Description</td> - </tr> - <tr> - <td class="cell20"><a href="java/ConverterServlet/" title="link to the source directory of the Java ConverterServlet examle">ConverterServlet</a></td> - <td class="cell80">This servlet shows how to convert arbitrary documents - on a remotely running office server. The converted document will be - pushed from the web server to the client browser. Please see the <a href="java/ConverterServlet/README" title="link to the README file of the Java ConverterServlet example">README</a> file for further information.</td> - </tr> - <tr> - <td class="cell20"><a href="java/NotesAccess/" title="link to the source directory of the Java NotesAccess example">NotesAccess</a></td> - <td class="cell80">This class creates a spreadsheet document and fills it - with existing values of documents from a Lotus Notes database. For this - examples some external APIs from Lotus Notes/Domino are necessary. You - can download a trial version from <a href="http:///www.lotus.com/downloads">http:///www.lotus.com/downloads</a>. After installing please add the install path - to the PATH or LD_LIBRARY_PATH of your SDK environment and either copy - the "Notes.jar" into your <OFFICE_CLASSES_DIR> directory - or adapt the SDK_CLASSPATH variable in the example Makefile to use the - "Notes.jar" of your installation.</td> - </tr> - <tbody> - </table> - </td> - </tr> <tr> <td> <table class="table3"> @@ -450,6 +421,11 @@ the servers process and retrieves an instance and does some calls on the instance.</td> </tr> + <tr> + <td class="cell20"><a href="cpp/complextoolbarcontrols/" title="link to the source directory of the C++ complextoolbarcontrols example">complextoolbarcontrols</a></td> + <td class="cell80">This example shows how to create a toolbar add-on with complex toolbar controls. + It shows how to use an Image Button, a Combo Box, a Spin Field, an Edit Field, a Dropdown Box, a Toggle Dropdown Button and a normal Dropdown Button</td> + </tr> <tbody> </table> </td> diff --git a/odk/util/makefile.mk b/odk/util/makefile.mk index a2e62ad17891..33f918b4bb4f 100644 --- a/odk/util/makefile.mk +++ b/odk/util/makefile.mk @@ -11,7 +11,7 @@ TARGET=odk ZIP1TARGET=odkexamples ZIP1FLAGS=-u -r ZIP1DIR=$(PRJ) -ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" +ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" -x "*ConverterServlet*" -x "*NotesAccess*" .ENDIF |