Author: dgolovin
Date: 2007-11-19 15:57:18 -0500 (Mon, 19 Nov 2007)
New Revision: 4981
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java
Log:
http://jira.jboss.org/jira/browse/JBIDE-1328
properties that are used as Seam Webg Project Preferencesnames are documented
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java 2007-11-19
20:50:40 UTC (rev 4980)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java 2007-11-19
20:57:18 UTC (rev 4981)
@@ -33,51 +33,55 @@
// Seam Preferences names constants
/**
- *
+ * Package name used session objects: actions, forms, conversations, beans
+ * web pages backing beans
*/
public static final String SESION_BEAN_PACKAGE_NAME = "action.package";
//$NON-NLS-1$
/**
- *
+ * Package name for Entity Beans classes
*/
public static final String ENTITY_BEAN_PACKAGE_NAME = "model.package";
//$NON-NLS-1$
/**
- *
+ * Connection profile name
*/
public static final String SEAM_CONNECTION_PROFILE =
"seam.project.connection.profile"; //$NON-NLS-1$
/**
- *
+ * Selected deployment type
*/
public static final String JBOSS_AS_DEPLOY_AS =
"seam.project.deployment.type"; //$NON-NLS-1$
/**
- *
+ * Test project name that was created for Seam Web Project
*/
public static final String SEAM_TEST_PROJECT = "seam.test.project";
//$NON-NLS-1$
/**
- *
+ * Seam runtime name that should be used to create seam artifacts:
+ * forms, actions, conversations and entities
*/
public static final String SEAM_RUNTIME_NAME = "seam.runtime.name";
//$NON-NLS-1$
/**
- *
+ * Package where tests for seam artifacts should be placed inside the
+ * test project
*/
public static final String TEST_CASES_PACKAGE_NAME = "test.package";
//$NON-NLS-1$
/**
- *
+ * Ejb project name created fro Seam Web Project in EAR deployment configuration
*/
public static final String SEAM_EJB_PROJECT = "seam.ejb.project";
//$NON-NLS-1$
/**
- *
+ * Ear project name created for Seam Web Project in EAR deployment configuration
*/
public static final String SEAM_EAR_PROJECT = "seam.ear.project";
//$NON-NLS-1$
- // Seam Facest Wizard Page parameters constants
+
+ // Seam Facet Wizard Page parameters constants
public static final String SEAM_PROJECT_NAME = "project.name"; //$NON-NLS-1$