Author: max.andersen(a)jboss.com
Date: 2007-09-26 10:22:02 -0400 (Wed, 26 Sep 2007)
New Revision: 3816
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEnitiesWizard.java
Log:
don't store the generate-entities in the project.
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEnitiesWizard.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEnitiesWizard.java 2007-09-26
14:09:16 UTC (rev 3815)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEnitiesWizard.java 2007-09-26
14:22:02 UTC (rev 3816)
@@ -64,8 +64,9 @@
ILaunchManager launchManager = DebugPlugin.getDefault().getLaunchManager();
ILaunchConfigurationType launchConfigurationType =
launchManager.getLaunchConfigurationType("org.hibernate.eclipse.launch.CodeGenerationLaunchConfigurationType");
+ // we put null in location to avoid it being inside the project by default since the
launch config currenlty will be machine independent with respect to the paths.
ILaunchConfigurationWorkingCopy wc =
- launchConfigurationType.newInstance(project, project.getName() +
"-generate-entities");
+ launchConfigurationType.newInstance(null, project.getName() +
"-generate-entities");
//Main
Show replies by date