]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java
+ Add a bundle details page
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / DistConstants.java
index 6738bd57a6002bcb93da85b92a7a4d1fab7cba55..34edaaad07fd98869a4a644ec3666e4fdca556f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,6 +15,9 @@
  */
 package org.argeo.slc.client.ui.dist;
 
+import org.argeo.slc.jcr.SlcNames;
+import org.osgi.framework.Constants;
+
 /** Constants used across the application. */
 public interface DistConstants {
        /*
@@ -25,6 +28,11 @@ public interface DistConstants {
        // this should be directly got in JCR
        public final static String JCR_IDENTIFIER = "jcr:uuid";
 
-       
-       
+       // FIXME: might be defined in SlcNames
+       public final static String SLC_BUNDLE_NAME = SlcNames.SLC_
+                       + Constants.BUNDLE_NAME;
+       public final static String SLC_BUNDLE_LICENCE = SlcNames.SLC_
+                       + "Bundle-License";
+       public final static String SLC_BUNDLE_VENDOR = SlcNames.SLC_
+                       + Constants.BUNDLE_VENDOR;
 }