diff -Nru orig/config.xcu new/config.xcu
--- orig/config.xcu	2008-08-30 10:00:12.000000000 +0300
+++ new/config.xcu	2010-08-04 19:21:02.260135328 +0300
@@ -4,14 +4,14 @@
  oor:package="org.puimula.ooovoikko"
  xmlns:oor="http://openoffice.org/2001/registry"
  xmlns:xs="http://www.w3.org/2001/XMLSchema">
-  <group oor:name="internal">
+  <node oor:name="internal">
     <prop oor:name="location" oor:type="xs:string">
       <value>%origin%</value>
     </prop>
-  </group>
-  <group oor:name="hyphenator">
+  </node>
+  <node oor:name="hyphenator">
     <prop oor:name="hyphWordParts" oor:type="xs:boolean">
       <value>false</value>
     </prop>
-  </group>
+  </node>
 </oor:component-data>
diff -Nru orig/description.xml new/description.xml
--- orig/description.xml	2008-08-30 09:59:47.000000000 +0300
+++ new/description.xml	2010-08-04 19:24:42.252141533 +0300
@@ -3,7 +3,7 @@
              xmlns:d="http://openoffice.org/extensions/description/2006"
              xmlns:xlink="http://www.w3.org/1999/xlink">
 
-  <version value="3.0.0.20080830" />
+  <version value="3.0.0.20100804" />
   <identifier value="org.puimula.ooovoikko" />
 
   <display-name>
@@ -12,7 +12,7 @@
   </display-name>
 
   <registration>
-    <simple-license accept-by="admin" default-license-id="en-US">
+    <simple-license accept-by="admin" default-license-id="en-US" suppress-if-required="true">
       <license-text xlink:href="license_fi.txt" lang="fi" />
       <license-text xlink:href="license_en-US.txt" lang="en-US" license-id="en-US" />
     </simple-license>

