]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.repo/src/org/argeo/slc/repo/ModularDistributionFactory.java
Merge branch 'master' of https://github.com/argeo/argeo-slc.git
[gpl/argeo-slc.git] / org.argeo.slc.repo / src / org / argeo / slc / repo / ModularDistributionFactory.java
index 25b6c48c4f9f4d1d5408c4c0464e6d8586f0b5dc..9c13ce048260348baf1fd8fb020eb1489e7c343d 100644 (file)
@@ -149,7 +149,7 @@ public class ModularDistributionFactory implements Runnable {
                addManifestAttribute(manifest, Constants.BUNDLE_NAME, osgiDistribution.getName());
 
                // Categorized name version
-               addManifestAttribute(manifest, RepoConstants.SLC_GROUP_ID, osgiDistribution.getCategory());
+               addManifestAttribute(manifest, RepoConstants.SLC_CATEGORY_ID, osgiDistribution.getCategory());
                addManifestAttribute(manifest, Constants.BUNDLE_SYMBOLICNAME, osgiDistribution.getName());
                String version = osgiDistribution.getVersion();
                if (version.endsWith("-SNAPSHOT")) {