Author: dennyxu
Date: 2008-12-03 08:54:53 -0500 (Wed, 03 Dec 2008)
New Revision: 12245
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/facet/JBossESBFacetInstallationDelegate.java
Log:
JBIDE-3333:ESB project wizard and deployment doesn't work at all with WTP 3.03
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/facet/JBossESBFacetInstallationDelegate.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/facet/JBossESBFacetInstallationDelegate.java 2008-12-03
13:52:56 UTC (rev 12244)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/facet/JBossESBFacetInstallationDelegate.java 2008-12-03
13:54:53 UTC (rev 12245)
@@ -35,14 +35,15 @@
model = (IDataModel) config;
createProjectStructure(project);
-
+
+
final IJavaProject jproj = JavaCore.create(project);
// Add WTP natures.
WtpUtils.addNatures(project);
// Setup the flexible project structure.
- final IVirtualComponent c = ComponentCore.createComponent(project);
+ final IVirtualComponent c = ComponentCore.createComponent(project, false);
c.create(0, null);
//String esbContent =
model.getStringProperty(IJBossESBFacetDataModelProperties.ESB_CONTENT_FOLDER);
c.setMetaProperty("java-output-path", "/build/classes/");
Show replies by date