Author: vhalbert(a)redhat.com
Date: 2009-04-15 09:08:51 -0400 (Wed, 15 Apr 2009)
New Revision: 776
Modified:
branches/remove_psc/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProductVersion.java
Log:
Teiid 323 - refactured, removing unused Config API classes: ProductType, ProductTypeID
and ConfigurationLock
Modified:
branches/remove_psc/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProductVersion.java
===================================================================
---
branches/remove_psc/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProductVersion.java 2009-04-15
13:07:22 UTC (rev 775)
+++
branches/remove_psc/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProductVersion.java 2009-04-15
13:08:51 UTC (rev 776)
@@ -38,12 +38,5 @@
* If the product is in a patch version (i.e., 4.2.1) release, that will not be
indicated.
*/
public static final String VERSION_NUMBER =
ApplicationInfo.getInstance().getMajorReleaseNumber();
-
- // Changing any of these will force a change to config.xml and
data_mmproducts_insert.sql
- // (see build.kits.server.common.config and build.kits.server.common.config.sql
repectively)
- public static final String PLATFORM_TYPE_NAME = "Platform"; //$NON-NLS-1$
- public static final String METAMATRIX_SERVER_TYPE_NAME = "Integration
Server"; //$NON-NLS-1$
- public static final String CONNECTOR_PRODUCT_TYPE_NAME = "Connectors";
//$NON-NLS-1$
- public static final String MODELER_PRODUCT_TYPE_NAME = "Modeler";
//$NON-NLS-1$
}
Show replies by date