diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-06-15 01:18:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-12 16:11:53 +0100 |
commit | b30c970602b522dce958c521b26a5dfbb8aaacb4 (patch) | |
tree | 5b1658aee2f92aafcceecb944d08a622159c523d /odk/examples/cpp/custompanel/description.xml | |
parent | 379c7011157abae07ceb895cba22b85dcb67c8b9 (diff) |
Make Custom Panel example build and run
(cherry picked from commit 5aff353f227ecfeb36ef6b8be787495916610490)
Conflicts:
odk/examples/cpp/custompanel/ctp_factory.cxx
odk/examples/cpp/custompanel/ctp_services.cxx
Change-Id: I5b561fec12415b2c05ff1369629a8f88b420510b
Diffstat (limited to 'odk/examples/cpp/custompanel/description.xml')
-rw-r--r-- | odk/examples/cpp/custompanel/description.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/cpp/custompanel/description.xml b/odk/examples/cpp/custompanel/description.xml index b562508f447a..431305fd5d38 100644 --- a/odk/examples/cpp/custompanel/description.xml +++ b/odk/examples/cpp/custompanel/description.xml @@ -21,13 +21,13 @@ xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - <identifier value="UPDATED_IDENTIFIER"/> + <identifier value="org.apache.openoffice.custom-tool-panel"/> <version value="0.1" /> <platform value="UPDATED_SUPPORTED_PLATFORM" /> <display-name> <name>Custom Tool Panel Example</name> </display-name> <dependencies> - <OpenOffice.org-minimal-version value="3.3" d:name="OpenOffice.org 3.3"/> + <OpenOffice.org-minimal-version value="3.4" d:name="OpenOffice.org 3.4"/> </dependencies> </description> |