com.tibco.bw.maven.plugin.utils.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bw6-maven-plugin Show documentation
Show all versions of bw6-maven-plugin Show documentation
Plugin Code for Apache Maven and TIBCO BusinessWorks™.
This is the Maven Plugin for BW6 and BWCE Build.
package com.tibco.bw.maven.plugin.utils;
public interface Constants {
public static final String ADMINEXEC = "bwadmin";
public static final String BUNDLE_VERSION = "Bundle-Version";
public static final String BUNDLE_CLASSPATH = "Bundle-ClassPath";
public static final String BUNDLE_SYMBOLIC_NAME = "Bundle-SymbolicName";
public static final String BUNDLE_PROVIDE_CAPABILITY = "Provide-Capability";
public static final String TIBCO_BW_EDITION = "TIBCO-BW-Edition";
public static final String BWCF = "bwcf";
public static final String PACKAGING_MODEL_NAMESPACE_URI = "http://schemas.tibco.com/tra/model/core/PackagingModel";
public static final String MODULE = "module";
public static final String SYMBOLIC_NAME = "symbolicName";
public static final String TECHNOLOGY_VERSION = "technologyVersion";
public static final String BASIC_AUTH = "BASIC";
public static final String DIGEST_AUTH = "DIGEST";
public static final String TIBCO_SHARED_MODULE = "TIBCO-BW-SharedModule";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy