X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui.dist%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2FDistConstants.java;h=34edaaad07fd98869a4a644ec3666e4fdca556f9;hb=bd06b3358f8c754765fcb222ac3b2273d0d56c37;hp=6738bd57a6002bcb93da85b92a7a4d1fab7cba55;hpb=651d33e13bfa9a7b46464be412023ee747e612e8;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java index 6738bd57a..34edaaad0 100644 --- a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java +++ b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java @@ -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; }