Author: dazarov
Date: 2010-10-14 13:04:20 -0400 (Thu, 14 Oct 2010)
New Revision: 25835
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/SeamInstallWizardPage.java
Log:
https://jira.jboss.org/browse/JBIDE-7216,
https://jira.jboss.org/browse/JBIDE-7202
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/SeamInstallWizardPage.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/SeamInstallWizardPage.java 2010-10-14
16:03:53 UTC (rev 25834)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/SeamInstallWizardPage.java 2010-10-14
17:04:20 UTC (rev 25835)
@@ -147,7 +147,7 @@
.createTextEditor(
ISeamFacetDataModelProperties.ENTITY_BEAN_PACKAGE_NAME,
SeamUIMessages.SEAM_INSTALL_WIZARD_PAGE_ENTITY_BEAN_PACKAGE_NAME,
- "com.mydomain.projectname.entity"); //$NON-NLS-1$
+ ""); //$NON-NLS-1$
private IFieldEditor createTestProjectCheckboxeditor = IFieldEditorFactory.INSTANCE
.createCheckboxEditor(
@@ -165,7 +165,7 @@
.createTextEditor(
ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_NAME,
SeamUIMessages.SEAM_INSTALL_WIZARD_PAGE_TEST_PACKAGE_NAME,
- "com.mydomain.projectname.test"); //$NON-NLS-1$
+ ""); //$NON-NLS-1$
private Group databaseGroup;