]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/SlcNames.java
Work on the modular distribution - generate binaries, work on layout.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / src / main / java / org / argeo / slc / jcr / SlcNames.java
index a68144a255e58f13d259ed4393034228011e6050..d6ddd19218d7d5c04f4717e6d38789eabd3c0e46 100644 (file)
@@ -34,6 +34,7 @@ public interface SlcNames {
        public final static String SLC_AGGREGATED_STATUS = "slc:aggregatedStatus";
 
        public final static String SLC_TYPE = "slc:type";
+       public final static String SLC_CATEGORY = "slc:category";
        public final static String SLC_NAME = "slc:name";
        public final static String SLC_VERSION = "slc:version";
        public final static String SLC_VALUE = "slc:value";
@@ -104,6 +105,7 @@ public interface SlcNames {
        // shared OSGi
        public final static String SLC_SYMBOLIC_NAME = "slc:symbolic-name";
        public final static String SLC_BUNDLE_VERSION = "slc:bundle-version";
+       public final static String SLC_BUNDLE_DESCRIPTION = "slc:Bundle-Description";
 
        // slc:osgiBaseVersion
        public final static String SLC_MAJOR = "slc:major";
@@ -118,11 +120,6 @@ public interface SlcNames {
        // slc:modularDistribution
        public final static String SLC_MODULES = "slc:modules";
 
-       // slc:moduleCoordinates
-       public final static String SLC_MODULE_CATEGORY = "slc:category";
-       public final static String SLC_MODULE_NAME = "slc:name";
-       public final static String SLC_MODULE_VERSION = "slc:version";
-
        // RPM
        // slc:rpm
        public final static String SLC_RPM_VERSION = "slc:rpmVersion";