X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.repo%2Fsrc%2Forg%2Fargeo%2Fslc%2Frepo%2FModularDistributionFactory.java;h=9c13ce048260348baf1fd8fb020eb1489e7c343d;hb=d154e9f68017e8c5a8edac15475b2d79aea3e9d4;hp=25b6c48c4f9f4d1d5408c4c0464e6d8586f0b5dc;hpb=94c490f2eca7bf99909070353d498d232e105810;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.repo/src/org/argeo/slc/repo/ModularDistributionFactory.java b/org.argeo.slc.repo/src/org/argeo/slc/repo/ModularDistributionFactory.java index 25b6c48c4..9c13ce048 100644 --- a/org.argeo.slc.repo/src/org/argeo/slc/repo/ModularDistributionFactory.java +++ b/org.argeo.slc.repo/src/org/argeo/slc/repo/ModularDistributionFactory.java @@ -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")) {