Do not override exported packages version
[cc0/argeo-build.git] / src / org / argeo / build / Repackage.java
index 465d96a725131adbd18e5923d413186297195274..18b1487cb91707ccd5e30d0ed28bd34fe12935eb 100644 (file)
@@ -687,8 +687,7 @@ public class Repackage {
                                }
 
                                if (!fileProps.containsKey(EXPORT_PACKAGE.toString())) {
-                                       fileProps.put(EXPORT_PACKAGE.toString(),
-                                                       "*;version=\"" + fileProps.getProperty(BUNDLE_VERSION.toString()) + "\"");
+                                       fileProps.put(EXPORT_PACKAGE.toString(), "*");
                                }
 
                                // BND analysis