<div>(All the files that are mentioned in here are in the attached file)</div><div><br></div>Hi all,<div><br></div><div>I&#39;m currently trying to port the Creative Commons extension for LibreOffice from Java to Python (the source for the Java code can be obtained from <a href="http://code.creativecommons.org/svnroot/ccooo/branches/akila-gsoc-2010">http://code.creativecommons.org/svnroot/ccooo/branches/akila-gsoc-2010</a> ). I decided to use the same <b>Addons.xcu , description.xml , META-INF/manifest.xml </b>files. I added a test python file named <b>test.py </b>and and edited the entry in the <b>META-INF/manifest.xml </b>file from ,</div>

<div><br></div><div><span style="color:rgb(136,18,128);font-family:monospace;font-size:13px">&lt;manifest:file-entry</span><span class="webkit-html-attribute" style="color:rgb(136,18,128);font-family:monospace;font-size:13px"> <span class="webkit-html-attribute-name">manifest:media-type</span>=&quot;<span class="webkit-html-attribute-value">application/vnd.sun.star.uno-component;type=Java</span>&quot;</span><span class="webkit-html-attribute" style="color:rgb(136,18,128);font-family:monospace;font-size:13px"> <span class="webkit-html-attribute-name">manifest:full-path</span>=&quot;cooo.jar&quot;</span><span style="color:rgb(136,18,128);font-family:monospace;font-size:13px">/&gt;</span></div>

<div><span style="color:rgb(136,18,128);font-family:monospace;font-size:13px"><br></span></div><div><span style="font-family:monospace;font-size:13px;background-color:rgb(255,255,255)">to</span></div><div><span style="color:rgb(136,18,128);font-family:monospace;font-size:13px"><br>

</span></div><div><span style="color:rgb(136,18,128);font-family:monospace;font-size:13px">&lt;manifest:file-entry</span><span class="webkit-html-attribute" style="color:rgb(136,18,128);font-family:monospace;font-size:13px"> <span class="webkit-html-attribute-name">manifest:media-type</span>=&quot;<span class="webkit-html-attribute-value">application/vnd.sun.star.uno-component;type=Python</span>&quot;</span><span class="webkit-html-attribute" style="color:rgb(136,18,128);font-family:monospace;font-size:13px"> <span class="webkit-html-attribute-name">manifest:full-path</span>=&quot;<span class="webkit-html-attribute-value">test.py</span>&quot;</span><span style="color:rgb(136,18,128);font-family:monospace;font-size:13px">/&gt;</span></div>

<div><span style="color:rgb(136,18,128);font-family:monospace;font-size:13px"><br></span></div><div>Then I added everything to a folder and zipped the folder and changed the extension to <b>.oxt </b>and installed it to LibreOffice. According to the <b>Addons.xcu </b>, a new menu item named <b>creative commons </b>should appear under the <b>Insert </b>menu. But this is not visible. Also I cannot uninstall the extension by clicking on the remove button in the extensions manager. Nothing happens when I click on the remove button.</div>

<div><br></div><div>Can somebody help me to establish the menu entries using these files..? Also, as I&#39;m a novice to LibreOffice extensions development, am I doing this packaging in a correct way..?</div><div><br></div>

<div>--<br>Thank you..!<br>---------------------------------------------------------------------<br>071-6372089<br><br>Ishan&#39;s info: <a href="http://www.ishans.info" target="_blank">www.ishans.info</a><br>මගේ සටහන්: <a href="http://www.siblog.ishans.info" target="_blank">www.siblog.ishans.info</a><br>

Ishan&#39;s way: <a href="http://www.blog.ishans.info" target="_blank">www.blog.ishans.info</a><br>---------------------------------------------------------------------<br><br>
</div>