JBoss Tools SVN: r40932 - trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-10 19:23:22 -0400 (Thu, 10 May 2012)
New Revision: 40932
Modified:
trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/AbstractSeam2FacetInstallDelegateTest.java
Log:
https://issues.jboss.org/browse/JBIDE-11490 tests for Seam 2.3
Modified: trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/AbstractSeam2FacetInstallDelegateTest.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/AbstractSeam2FacetInstallDelegateTest.java 2012-05-10 23:19:18 UTC (rev 40931)
+++ trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/AbstractSeam2FacetInstallDelegateTest.java 2012-05-10 23:23:22 UTC (rev 40932)
@@ -41,8 +41,8 @@
public abstract class AbstractSeam2FacetInstallDelegateTest extends AbstractSeamFacetTest {
protected static final String SEAM_2_0_0 = "Seam 2.0.0";
- IFacetedProject warProject;
- IFacetedProject earProject;
+ protected IFacetedProject warProject;
+ protected IFacetedProject earProject;
protected IProjectFacet seam2Facet;
protected IProjectFacetVersion seam2FacetVersion;
12 years, 8 months
JBoss Tools SVN: r40931 - trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-10 19:19:18 -0400 (Thu, 10 May 2012)
New Revision: 40931
Modified:
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java
Log:
https://issues.jboss.org/browse/JBIDE-11490 tests for Seam 2.3
Modified: trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java 2012-05-10 22:19:42 UTC (rev 40930)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java 2012-05-10 23:19:18 UTC (rev 40931)
@@ -19,12 +19,14 @@
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.jst.common.project.facet.core.JavaFacet;
+import org.eclipse.wst.common.frameworks.datamodel.IDataModel;
import org.eclipse.wst.common.project.facet.core.ProjectFacetsManager;
import org.eclipse.wst.validation.ValidationFramework;
import org.eclipse.wst.validation.internal.EventManager;
import org.jboss.tools.seam.core.project.facet.SeamRuntimeManager;
import org.jboss.tools.seam.core.project.facet.SeamVersion;
import org.jboss.tools.seam.internal.core.project.facet.AntCopyUtils;
+import org.jboss.tools.seam.internal.core.project.facet.ISeamFacetDataModelProperties;
import org.jboss.tools.seam.internal.core.project.facet.Seam23FacetInstallDelegate;
/**
@@ -67,6 +69,16 @@
earProject = (ear != null ? ProjectFacetsManager.create(ear, false, null) : createSeamEarProject("earprj"));
}
+ @Override
+ protected IDataModel createSeamDataModel(String deployType) {
+ IDataModel dataModel = super.createSeamDataModel(deployType);
+ dataModel.setStringProperty(
+ ISeamFacetDataModelProperties.SEAM_RUNTIME_NAME, SEAM_2_2_3);
+ dataModel.setBooleanProperty(ISeamFacetDataModelProperties.SEAM_RUNTIME_LIBRARIES_COPYING, true);
+
+ return dataModel;
+ }
+
private static Set<String> convertToStrings(AntCopyUtils.FileSet fileSet) {
Set<String> seamgenlibs = new HashSet<String>();
List<Pattern> list = fileSet.getIncluded();
12 years, 8 months
JBoss Tools SVN: r40930 - trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/wizard.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2012-05-10 18:19:42 -0400 (Thu, 10 May 2012)
New Revision: 40930
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/wizard/NewCDIWizardTest.java
Log:
JBIDE-11794
https://issues.jboss.org/browse/JBIDE-11794
More dependencies are removed.
Modified: trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/wizard/NewCDIWizardTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/wizard/NewCDIWizardTest.java 2012-05-10 20:55:51 UTC (rev 40929)
+++ trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/wizard/NewCDIWizardTest.java 2012-05-10 22:19:42 UTC (rev 40930)
@@ -68,6 +68,8 @@
static String PACK_NAME = "test";
static String QUALIFIER_NAME = "MyQualifier";
+ static String HAIRY_PACK_NAME = "org.jboss.jsr299.tck.tests.definition.qualifier";
+ static String HAIRY_QUALIFIER = "Hairy";
static String STEREOTYPE_NAME = "MyStereotype";
static String STEREOTYPE2_NAME = "MyStereotype2";
static String SCOPE_NAME = "MyScope";
@@ -225,10 +227,8 @@
context.close();
}
- }
-
- public void testNewStereotypeWizardWithStereotype() {
- WizardContext context = new WizardContext();
+ // testNewStereotypeWizardWithStereotype()
+ context = new WizardContext();
context.init("org.jboss.tools.cdi.ui.wizard.NewStereotypeCreationWizard",
PACK_NAME, STEREOTYPE2_NAME);
try {
@@ -469,21 +469,21 @@
public void testNewAnnotationLiteralWizard() {
WizardContext context = new WizardContext();
context.init("org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard",
- PACK_NAME, QUALIFIER_NAME + "Literal");
+ PACK_NAME, HAIRY_QUALIFIER + "Literal");
ICDIProject cdi = CDICorePlugin.getCDIProject(context.tck, true);
try {
NewAnnotationLiteralWizardPage page = (NewAnnotationLiteralWizardPage)context.page;
- page.setQualifier(PACK_NAME + "." + QUALIFIER_NAME);
+ page.setQualifier(HAIRY_PACK_NAME + "." + HAIRY_QUALIFIER);
context.wizard.performFinish();
String text = context.getNewTypeContent();
// System.out.println(text);
- assertTrue(text.contains("AnnotationLiteral<" + QUALIFIER_NAME + ">"));
+ assertTrue(text.contains("AnnotationLiteral<" + HAIRY_QUALIFIER + ">"));
} finally {
context.close();
}
12 years, 8 months
JBoss Tools SVN: r40929 - trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2012-05-10 16:55:51 -0400 (Thu, 10 May 2012)
New Revision: 40929
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/DependentProjectTest.java
Log:
JBIDE-11819
https://issues.jboss.org/browse/JBIDE-11819
Test dependency is removed.
Modified: trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/DependentProjectTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/DependentProjectTest.java 2012-05-10 20:53:59 UTC (rev 40928)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/DependentProjectTest.java 2012-05-10 20:55:51 UTC (rev 40929)
@@ -419,6 +419,9 @@
ResourcesUtils.setBuildAutomatically(true);
assertBeanIsPresent(cdi2, "cdi.test.MyBean", true);
+ ResourcesUtils.setBuildAutomatically(false);
+ cdi2.getNature().getProject().build(IncrementalProjectBuilder.FULL_BUILD, new NullProgressMonitor());
+
ResourcesUtils.setBuildAutomatically(saveAutoBuild);
}
public static IInjectionPointField getInjectionPointField(ICDIProject cdi, String beanClassFilePath, String fieldName) {
12 years, 8 months
JBoss Tools SVN: r40928 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: xcoulon
Date: 2012-05-10 16:53:59 -0400 (Thu, 10 May 2012)
New Revision: 40928
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPageModel.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/IOpenShiftExpressWizardModel.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java
Log:
Fixed - JBIDE-11298
Git clone destination folder is not validated
Fixed - JBIDE-11141
Set the "location" field to the existing project location in the import wizard
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-05-10 20:24:25 UTC (rev 40927)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-05-10 20:53:59 UTC (rev 40928)
@@ -291,13 +291,7 @@
dbc.addValidationStatusProvider(newApplicationNameValidator);
ControlDecorationSupport.create(
newApplicationNameValidator, SWT.LEFT | SWT.TOP, null, new CustomControlDecorationUpdater());
- final NewApplicationTypeValidator newApplicationTypeValidator =
- new NewApplicationTypeValidator(useExistingAppBtnSelection, selectedCartridgeComboObservable);
- dbc.addValidationStatusProvider(newApplicationTypeValidator);
- ControlDecorationSupport.create(newApplicationTypeValidator, SWT.LEFT | SWT.TOP, null,
- new CustomControlDecorationUpdater());
-
- // gear size
+ // gear profile
final Label gearProfileLabel = new Label(newAppConfigurationGroup, SWT.NONE);
gearProfileLabel.setText("Gear profile:");
GridDataFactory.fillDefaults()
@@ -306,11 +300,11 @@
GridDataFactory.fillDefaults()
.align(SWT.FILL, SWT.CENTER).span(1, 1).grab(true, false).applyTo(gearProfilesCombo);
fillGearProfilesCombo(dbc, gearProfilesCombo);
- final ISWTObservableValue gearSizeComboObservable =
+ final ISWTObservableValue selectedGearProfileComboObservable =
WidgetProperties.selection().observe(gearProfilesCombo);
final IObservableValue selectedGearProfileModelObservable = BeanProperties.value(
ApplicationConfigurationWizardPageModel.PROPERTY_SELECTED_GEAR_PROFILE).observe(pageModel);
- ValueBindingBuilder.bind(gearSizeComboObservable)
+ ValueBindingBuilder.bind(selectedGearProfileComboObservable)
.converting(new StringToGearProfileConverter())
.to(selectedGearProfileModelObservable)
.converting(new GearProfileToStringConverter())
@@ -327,6 +321,12 @@
.to(enableScalingModelObservable).converting(new ApplicationScaleToBooleanConverter())
.in(dbc);
+ final NewApplicationTypeValidator newApplicationTypeValidator =
+ new NewApplicationTypeValidator(useExistingAppBtnSelection, selectedCartridgeComboObservable);
+ dbc.addValidationStatusProvider(newApplicationTypeValidator);
+ ControlDecorationSupport.create(newApplicationTypeValidator, SWT.LEFT | SWT.TOP, null,
+ new CustomControlDecorationUpdater());
+
// embeddable cartridges
this.newAppEmbeddableCartridgesGroup = new Group(newAppConfigurationGroup, SWT.NONE);
newAppEmbeddableCartridgesGroup.setText("Embeddable Cartridges");
@@ -849,25 +849,30 @@
}
}
+ /**
+ * Validates that the new application type is selected
+ * @author Xavier Coulon
+ *
+ */
class NewApplicationTypeValidator extends MultiValidator {
private final IObservableValue useExistingAppBtnbservable;
- private final IObservableValue selectedCartridgeObservable;
+ private final IObservableValue selectedApplicationTypeObservable;
public NewApplicationTypeValidator(IObservableValue useExistingAppBtnbservable,
- IObservableValue selectedCartridgeObservable) {
+ IObservableValue selectedApplicationTypeObservable) {
this.useExistingAppBtnbservable = useExistingAppBtnbservable;
- this.selectedCartridgeObservable = selectedCartridgeObservable;
+ this.selectedApplicationTypeObservable = selectedApplicationTypeObservable;
}
@Override
protected IStatus validate() {
final boolean useExistingApp = (Boolean) useExistingAppBtnbservable.getValue();
- final String cartridge = (String) selectedCartridgeObservable.getValue();
+ final String applicationType = (String) selectedApplicationTypeObservable.getValue();
if (useExistingApp) {
return ValidationStatus.ok();
}
- if (StringUtils.isEmpty(cartridge)) {
+ if (StringUtils.isEmpty(applicationType)) {
return ValidationStatus.cancel(getDescription());
}
return ValidationStatus.ok();
@@ -876,7 +881,7 @@
@Override
public IObservableList getTargets() {
WritableList targets = new WritableList();
- targets.add(selectedCartridgeObservable);
+ targets.add(selectedApplicationTypeObservable);
return targets;
}
}
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java 2012-05-10 20:24:25 UTC (rev 40927)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java 2012-05-10 20:53:59 UTC (rev 40928)
@@ -122,12 +122,11 @@
// 'Use default location' option.
UIUtils.focusOnSelection(useDefaultRepoPathButton, repoPathText);
- dbc.addValidationStatusProvider(
- new RepoPathValidationStatusProvider(
- isDefaultRepoObservable
- , repoPathObservable
- , BeanProperties.value(GitCloningSettingsWizardPageModel.PROPERTY_APPLICATION_NAME).observe(
- pageModel)));
+ final IObservableValue applicationNameModelObservable = BeanProperties.value(
+ GitCloningSettingsWizardPageModel.PROPERTY_APPLICATION_NAME).observe(pageModel);
+
+ dbc.addValidationStatusProvider(new RepoPathValidationStatusProvider(repoPathObservable,
+ applicationNameModelObservable));
// Remote Name Management
useDefaultRemoteNameButton = new Button(cloneGroup, SWT.CHECK);
@@ -240,47 +239,32 @@
*/
class RepoPathValidationStatusProvider extends MultiValidator {
- private final IObservableValue isDefaultRepoPathObservable;
private final IObservableValue repoPathObservable;
- private IObservableValue applicationNameObservable;
+ private final IObservableValue applicationNameModelObservable;
- public RepoPathValidationStatusProvider(IObservableValue isDefaultRepoPathObservable,
- IObservableValue repoPathObservable, IObservableValue applicationNameObservable) {
- this.isDefaultRepoPathObservable = isDefaultRepoPathObservable;
+ public RepoPathValidationStatusProvider(IObservableValue repoPathObservable,
+ IObservableValue applicationNameModelObservable) {
this.repoPathObservable = repoPathObservable;
- this.applicationNameObservable = applicationNameObservable;
+ this.applicationNameModelObservable = applicationNameModelObservable;
}
+ // Validator is also be called when application name is set..
@Override
protected IStatus validate() {
- Boolean isDefaultRepoPath = (Boolean) isDefaultRepoPathObservable.getValue();
- String repoPath = (String) repoPathObservable.getValue();
- String applicationName = (String) applicationNameObservable.getValue();
-
- // skip the validation if the user wants to create a new project.
- // The
- // name and state of the existing project do
- // not matter...
- if (applicationName == null
- || applicationName.length() == 0) {
- return OpenShiftUIActivator
- .createCancelStatus("You have to choose an application name / existing application");
+ final String repoPath = (String) repoPathObservable.getValue();
+ final String applicationName = (String) applicationNameModelObservable.getValue();
+
+ final IPath repoResourcePath = new Path(repoPath);
+ if (repoResourcePath.isEmpty()
+ || !repoResourcePath.isAbsolute()
+ || !repoResourcePath.toFile().canWrite()) {
+ return OpenShiftUIActivator.createErrorStatus("The location '" + repoResourcePath.toOSString() + "' does not exist or is not writeable.");
}
-
- if (isDefaultRepoPath == null
- || !isDefaultRepoPath) {
- final IPath repoResourcePath = new Path(repoPath);
- if (repoResourcePath.isEmpty()
- || !repoResourcePath.isAbsolute()
- || !repoResourcePath.toFile().canWrite()) {
- return OpenShiftUIActivator.createErrorStatus("The path does not exist or is not writeable.");
- }
- final IPath applicationPath = repoResourcePath.append(new Path(applicationName));
- if (applicationPath.toFile().exists()) {
- return OpenShiftUIActivator.createErrorStatus(
- NLS.bind("The location \"{0}\" already contains a folder named \"{1}\"",
- repoResourcePath.toOSString(), applicationName));
- }
+ final IPath applicationPath = applicationName != null ? repoResourcePath.append(new Path(applicationName)) : null;
+ if (applicationPath != null && applicationPath.toFile().exists()) {
+ return OpenShiftUIActivator.createErrorStatus(
+ NLS.bind("The location \"{0}\" already contains a folder named \"{1}\"",
+ repoResourcePath.toOSString(), applicationName));
}
return ValidationStatus.ok();
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPageModel.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPageModel.java 2012-05-10 20:24:25 UTC (rev 40927)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPageModel.java 2012-05-10 20:53:59 UTC (rev 40928)
@@ -44,33 +44,63 @@
public GitCloningSettingsWizardPageModel(IOpenShiftExpressWizardModel wizardModel) {
this.wizardModel = wizardModel;
wizardModel.addPropertyChangeListener(IOpenShiftExpressWizardModel.APPLICATION_NAME, onWizardApplicationNameChanged());
+ wizardModel.addPropertyChangeListener(IOpenShiftExpressWizardModel.PROJECT_NAME, onWizardProjectNameChanged());
+ wizardModel.addPropertyChangeListener(IOpenShiftExpressWizardModel.NEW_PROJECT, onWizardProjectNameChanged());
setRepositoryPath(getDefaultRepositoryPath());
}
+
+ /**
+ * Listener to propagate the application name changes from the underlying WizardModel into this WizardPageModel, so that properties can be affected here, too.
+ * @return
+ */
private PropertyChangeListener onWizardApplicationNameChanged() {
return new PropertyChangeListener() {
-
@Override
public void propertyChange(PropertyChangeEvent evt) {
firePropertyChange(PROPERTY_APPLICATION_NAME, evt.getOldValue(), evt.getNewValue());
+ if(wizardModel.isNewProject() && isUseDefaultRepoPath()) {
+ setRepositoryPath(IOpenShiftExpressWizardModel.DEFAULT_REPOSITORY_PATH);
+ }
}
};
}
+ /**
+ * Listener to propagate the project name changes from the underlying WizardModel into this WizardPageModel, so that properties can be affected here, too.
+ * @return
+ */
+ private PropertyChangeListener onWizardProjectNameChanged() {
+ return new PropertyChangeListener() {
+ @Override
+ public void propertyChange(PropertyChangeEvent evt) {
+ if(!wizardModel.isNewProject() && isUseDefaultRepoPath()) {
+ final IProject project = wizardModel.getProject();
+ if(project != null && project.exists()) {
+ setRepositoryPath(project.getLocation().toOSString());
+ } else {
+ setRepositoryPath("");
+ }
+ }
+ }
+ };
+ }
+
public boolean isNewProject() {
return wizardModel.isNewProject();
}
- public void setApplicationName(String name) {
+
+ /*public void setApplicationName(String name) {
firePropertyChange(PROPERTY_APPLICATION_NAME
, wizardModel.getApplicationName()
, wizardModel.setApplicationName(name));
- }
+ }*/
public String getApplicationName() {
return wizardModel.getApplicationName();
}
-
+
public boolean isJBossAS7Application() {
IApplication application = wizardModel.getApplication();
if (application == null) {
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/IOpenShiftExpressWizardModel.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/IOpenShiftExpressWizardModel.java 2012-05-10 20:24:25 UTC (rev 40927)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/IOpenShiftExpressWizardModel.java 2012-05-10 20:53:59 UTC (rev 40928)
@@ -204,4 +204,6 @@
ApplicationScale setApplicationScale(final ApplicationScale scale);
+ IProject getProject();
+
}
\ No newline at end of file
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java 2012-05-10 20:24:25 UTC (rev 40927)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java 2012-05-10 20:53:59 UTC (rev 40928)
@@ -297,7 +297,12 @@
return EGitUtils.isSharedWithGit(getProject());
}
- private IProject getProject() {
+ @Override
+ public IProject getProject() {
+ String projectName = getProjectName();
+ if(projectName == null || projectName.isEmpty()) {
+ return null;
+ }
return ResourcesPlugin.getWorkspace().getRoot().getProject(getProjectName());
}
12 years, 8 months
JBoss Tools SVN: r40927 - in branches/jbosstools-3.3.0.Beta3/ws: plugins/org.jboss.tools.ws.creation.core/META-INF and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: xcoulon
Date: 2012-05-10 16:24:25 -0400 (Thu, 10 May 2012)
New Revision: 40927
Modified:
branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.core/.project
branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.0.Beta3/ws/tests/org.jboss.tools.ws.jaxrs.core.test/.project
Log:
Fixed - JBIDE-11476
JAX-RS Tools, Maven JAX-RS Configurator and WebServices cannot be installed on Juno
Modified: branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
+++ branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF 2012-05-10 20:24:25 UTC (rev 40927)
@@ -5,24 +5,24 @@
Bundle-Version: 1.2.2.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.jboss.tools.ws.core.JBossWSCorePlugin
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.200,1.5.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.core.resources;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jst.ws;bundle-version="[1.0.509,1.1.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jdt.launching;bundle-version="[3.6.1,3.6.2)",
- org.eclipse.jst.jsf.core;bundle-version="[1.3.105,1.4.0)",
- org.eclipse.jst.jsf.ui;bundle-version="[1.3.2,1.4.0)",
- org.eclipse.wst.common.modulecore;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.jdt.launching;bundle-version="[3.6.1,3.6.2)",
- org.eclipse.jst.jsf.core;bundle-version="[1.3.105,1.4.0)",
- org.eclipse.jst.jsf.ui;bundle-version="[1.3.2,1.4.0)",
- org.eclipse.jdt.launching;bundle-version="[3.6.1,3.7.0)",
- org.eclipse.jst.j2ee;bundle-version="[1.1.501,1.2.0)",
- org.eclipse.jst.ws.consumption.ui;bundle-version="[1.1.401,1.2.0)",
- org.jboss.ide.eclipse.as.classpath.core;bundle-version="[2.3.0,2.4.0)"
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.jsf.core;bundle-version="1.3.105",
+ org.eclipse.jst.jsf.ui;bundle-version="1.3.2",
+ org.eclipse.wst.common.modulecore;bundle-version="1.2.101",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.jsf.core;bundle-version="1.3.105",
+ org.eclipse.jst.jsf.ui;bundle-version="1.3.2",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501",
+ org.eclipse.jst.ws.consumption.ui;bundle-version="1.1.401",
+ org.jboss.ide.eclipse.as.classpath.core;bundle-version="2.3.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %PLUGIN_PROVIDER
Export-Package: org.jboss.tools.ws.core,
Modified: branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
+++ branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF 2012-05-10 20:24:25 UTC (rev 40927)
@@ -5,41 +5,41 @@
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.creation.core.JBossWSCreationCorePlugin
Bundle-Vendor: %Bundle-Vendor.0
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.wst.ws;bundle-version="[1.1.203,1.2.0)",
- org.eclipse.core.resources;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jst.ws;bundle-version="[1.0.509,1.1.0)",
- org.eclipse.jem.util;bundle-version="[2.1.100,2.2.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.ws;bundle-version="1.1.203",
+ org.eclipse.core.resources;bundle-version="3.7.1",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.jem.util;bundle-version="2.1.100",
org.jboss.tools.ws.core,
- org.eclipse.wst.wsdl;bundle-version="[1.2.202,1.3.0)",
- org.eclipse.wst.command.env.core;bundle-version="[1.0.205,1.1.0)",
- org.eclipse.wst.command.env;bundle-version="[1.0.409,1.1.0)",
+ org.eclipse.wst.wsdl;bundle-version="1.2.202",
+ org.eclipse.wst.command.env.core;bundle-version="1.0.205",
+ org.eclipse.wst.command.env;bundle-version="1.0.409",
org.apache.ant;bundle-version="[1.8.2,1.9.0)",
org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
- org.eclipse.jst.j2ee;bundle-version="[1.1.501,1.2.0)";visibility:=reexport,
- org.eclipse.jst.j2ee.core;bundle-version="[1.2.101,1.3.0)";visibility:=reexport,
- org.eclipse.jst.jee;bundle-version="[1.0.401,1.1.0)",
- org.eclipse.emf.common;bundle-version="[2.7.0,2.8.0)",
- org.eclipse.emf.ecore;bundle-version="[2.7.0,2.8.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jface.text;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.core.filebuffers;bundle-version="[3.5.200,3.6.0)",
- org.eclipse.jdt.ui;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.200,1.5.0)",
- org.eclipse.wst.server.core;bundle-version="[1.1.303,1.2.0)",
- org.eclipse.jem.util;bundle-version="[2.1.100,2.2.0)",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501";visibility:=reexport,
+ org.eclipse.jst.j2ee.core;bundle-version="1.2.101";visibility:=reexport,
+ org.eclipse.jst.jee;bundle-version="1.0.401",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.emf.ecore;bundle-version="2.7.0",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jface.text;bundle-version="3.7.1",
+ org.eclipse.core.filebuffers;bundle-version="3.5.200",
+ org.eclipse.jdt.ui;bundle-version="3.7.1",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.wst.server.core;bundle-version="1.1.303",
+ org.eclipse.jem.util;bundle-version="2.1.100",
org.jboss.tools.common,
org.jboss.ide.eclipse.as.classpath.core,
- org.eclipse.jst.server.core;bundle-version="[1.2.202,1.3.0)",
- org.eclipse.jdt;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jdt.launching;bundle-version="[3.6.1,3.7.0)",
- org.eclipse.debug.core;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jst.jee.web;bundle-version="[1.0.301,1.1.0)",
+ org.eclipse.jst.server.core;bundle-version="1.2.202",
+ org.eclipse.jdt;bundle-version="3.7.1",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.jst.jee.web;bundle-version="1.0.301",
javax.wsdl;visibility:=reexport,
- org.eclipse.jst.ws.annotations.core;bundle-version="[1.1.0,1.2.0)",
- org.eclipse.wst.common.emfworkbench.integration;bundle-version="[1.2.101,1.3.0)"
+ org.eclipse.jst.ws.annotations.core;bundle-version="1.1.0",
+ org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.101"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.ws.creation.core,
org.jboss.tools.ws.creation.core.commands,
Modified: branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
+++ branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF 2012-05-10 20:24:25 UTC (rev 40927)
@@ -6,26 +6,26 @@
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.creation.ui.JBossWSCreationUIPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.resources;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jst.ws.consumption.ui;bundle-version="[1.1.401,1.2.0)",
- org.eclipse.wst.ws;bundle-version="[1.1.203,1.2.0)",
- org.eclipse.wst.common.environment;bundle-version="[1.0.400,1.1.0)",
- org.eclipse.wst.command.env.core;bundle-version="[1.0.205,1.1.0)",
- org.eclipse.emf.common;bundle-version="[2.7.0,2.8.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.wst.command.env.ui;bundle-version="[1.1.103,1.2.0)",
- org.eclipse.jst.ws;bundle-version="[1.0.509,1.1.0)",
- org.eclipse.wst.command.env;bundle-version="[1.0.409,1.1.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jst.ws.ui;bundle-version="[1.0.403,1.1.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.jst.ws.consumption.ui;bundle-version="1.1.401",
+ org.eclipse.wst.ws;bundle-version="1.1.203",
+ org.eclipse.wst.common.environment;bundle-version="1.0.400",
+ org.eclipse.wst.command.env.core;bundle-version="1.0.205",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.command.env.ui;bundle-version="1.1.103",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.wst.command.env;bundle-version="1.0.409",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jst.ws.ui;bundle-version="1.0.403",
org.jboss.tools.ws.creation.core,
org.jboss.tools.ws.core,
- org.eclipse.jst.ws.creation.ui;bundle-version="[1.0.609,1.1.0)",
- org.eclipse.wst.common.modulecore;bundle-version="[1.2.101,1.3.0)",
+ org.eclipse.jst.ws.creation.ui;bundle-version="1.0.609",
+ org.eclipse.wst.common.modulecore;bundle-version="1.2.101",
org.jboss.tools.ws.ui,
- org.eclipse.jdt.ui;bundle-version="[3.7.1,3.8.0)"
+ org.eclipse.jdt.ui;bundle-version="3.7.1"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.ws.creation.ui.wsrt
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.core/.project
===================================================================
--- branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.core/.project 2012-05-10 19:48:19 UTC (rev 40926)
+++ branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.core/.project 2012-05-10 20:24:25 UTC (rev 40927)
@@ -1,28 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.jboss.tools.ws.jaxrs.core</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.ws.jaxrs.core</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>
Modified: branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
+++ branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF 2012-05-10 20:24:25 UTC (rev 40927)
@@ -6,28 +6,28 @@
Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.core;singleton:=true
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.jaxrs.core.JBossJaxrsCorePlugin
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.core.resources;bundle-version="[3.7.100,3.8.0)";visibility:=reexport,
- org.eclipse.equinox.ds;bundle-version="[1.3.0,1.4.0)";visibility:=reexport,
- org.eclipse.jdt.core;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.jdt.launching;bundle-version="[3.6.0,3.7.0)";visibility:=reexport,
- org.eclipse.jdt.launching.macosx;bundle-version="[3.2.100,3.3.0)";resolution:=optional;visibility:=reexport,
- org.eclipse.jface.text;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.jst.j2ee.ejb;bundle-version="[1.1.502,1.2.0)",
- org.eclipse.ui.workbench;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.jdt.core.manipulation;bundle-version="[1.3.0,1.5.0)";visibility:=reexport,
- org.eclipse.ui.editors;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.core.commands;bundle-version="[3.6.0,3.7.0)";visibility:=reexport,
- org.eclipse.ui;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.ltk.core.refactoring;bundle-version="[3.5.200,3.6.0)";visibility:=reexport,
- org.eclipse.wst.validation;bundle-version="[1.2.300,1.3.0)";visibility:=reexport,
- org.eclipse.jst.j2ee.web;bundle-version="[1.1.301,1.2.0)";visibility:=reexport,
- org.eclipse.jst.j2ee.core;bundle-version="[1.1.301,1.3.0)";visibility:=reexport,
- org.eclipse.core.resources;bundle-version="[3.5.1,3.8.0)";visibility:=reexport,
- org.eclipse.jst.j2ee;bundle-version="[1.1.301,1.2.0)";visibility:=reexport,
- org.eclipse.emf.ecore;bundle-version="[2.5.0,2.8.0)";visibility:=reexport,
- org.eclipse.wst.common.frameworks.ui;bundle-version="[1.1.301,1.3.0)",
- org.eclipse.jface.text;bundle-version="[3.7.1,3.8.0)"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport,
+ org.eclipse.equinox.ds;bundle-version="1.3.0";visibility:=reexport,
+ org.eclipse.jdt.core;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.launching;bundle-version="3.6.0";visibility:=reexport,
+ org.eclipse.jdt.launching.macosx;bundle-version="3.2.100";resolution:=optional;visibility:=reexport,
+ org.eclipse.jface.text;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jst.j2ee.ejb;bundle-version="1.1.502",
+ org.eclipse.ui.workbench;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.core.manipulation;bundle-version="1.3.0";visibility:=reexport,
+ org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.core.commands;bundle-version="3.6.0";visibility:=reexport,
+ org.eclipse.ui;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.200";visibility:=reexport,
+ org.eclipse.wst.validation;bundle-version="1.2.300";visibility:=reexport,
+ org.eclipse.jst.j2ee.web;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.jst.j2ee.core;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.core.resources;bundle-version="3.5.1";visibility:=reexport,
+ org.eclipse.jst.j2ee;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.emf.ecore;bundle-version="2.5.0";visibility:=reexport,
+ org.eclipse.wst.common.frameworks.ui;bundle-version="1.1.301",
+ org.eclipse.jface.text;bundle-version="3.7.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: javax.ws.rs,
Modified: branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
+++ branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF 2012-05-10 20:24:25 UTC (rev 40927)
@@ -6,37 +6,37 @@
Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.ui;singleton:=true
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.jaxrs.ui.JBossJaxrsUIPlugin
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.ui.ide;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.jdt.core;bundle-version="[3.6.0,3.8.0)",
- org.eclipse.jdt.core.manipulation;bundle-version="[1.3.0,1.5.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.core;bundle-version="3.6.0",
+ org.eclipse.jdt.core.manipulation;bundle-version="1.3.0",
org.jboss.tools.ws.jaxrs.core;bundle-version="1.2.0",
- org.eclipse.ui.navigator;bundle-version="[3.5.0,3.6.0)",
- org.eclipse.ui.navigator.resources;bundle-version="[3.4.200,3.5.0)",
- org.eclipse.ui.views;bundle-version="[3.5.0,3.7.0)",
- org.eclipse.core.resources;bundle-version="[3.6.0,3.8.0)",
- org.eclipse.jface.databinding;bundle-version="[1.4.0,1.6.0)",
- org.eclipse.jst.ws.jaxrs.core;bundle-version="[1.0.200,1.1.0)",
- org.eclipse.jst.common.project.facet.core;bundle-version="[1.4.102,1.5.0)",
- org.eclipse.jst.common.project.facet.ui;bundle-version="[1.4.102,1.5.0)",
- org.eclipse.ui.workbench.texteditor;bundle-version="[3.6.0,3.8.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.102,1.5.0)",
- org.eclipse.jdt.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jdt.doc.user;bundle-version="[3.7.0,3.8.0)";resolution:=optional,
- org.eclipse.core.resources;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.equinox.ds;bundle-version="[1.3.0,1.4.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jface.text;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.ui.workbench;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jdt.core.manipulation;bundle-version="[1.4.0,1.5.0)",
- org.eclipse.ui.editors;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.commands;bundle-version="[3.6.0,3.7.0)",
- org.eclipse.ltk.core.refactoring;bundle-version="[3.5.200,3.6.0)",
- org.eclipse.wst.validation;bundle-version="[1.2.300,1.3.0)",
- org.eclipse.wst.server.core;bundle-version="[1.1.303,1.2.0)",
- org.eclipse.debug.core;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.debug.ui;bundle-version="[3.7.101,3.8.0)"
+ org.eclipse.ui.navigator;bundle-version="3.5.0",
+ org.eclipse.ui.navigator.resources;bundle-version="3.4.200",
+ org.eclipse.ui.views;bundle-version="3.5.0",
+ org.eclipse.core.resources;bundle-version="3.6.0",
+ org.eclipse.jface.databinding;bundle-version="1.4.0",
+ org.eclipse.jst.ws.jaxrs.core;bundle-version="1.0.200",
+ org.eclipse.jst.common.project.facet.core;bundle-version="1.4.102",
+ org.eclipse.jst.common.project.facet.ui;bundle-version="1.4.102",
+ org.eclipse.ui.workbench.texteditor;bundle-version="3.6.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.102",
+ org.eclipse.jdt.ui;bundle-version="3.7.0",
+ org.eclipse.jdt.doc.user;bundle-version="3.7.0";resolution:=optional,
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.equinox.ds;bundle-version="1.3.0",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.ui.workbench;bundle-version="3.7.0",
+ org.eclipse.jdt.core.manipulation;bundle-version="1.4.0",
+ org.eclipse.ui.editors;bundle-version="3.7.0",
+ org.eclipse.core.commands;bundle-version="3.6.0",
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
+ org.eclipse.wst.validation;bundle-version="1.2.300",
+ org.eclipse.wst.server.core;bundle-version="1.1.303",
+ org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.debug.ui;bundle-version="3.7.101"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .
Modified: branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
+++ branches/jbosstools-3.3.0.Beta3/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF 2012-05-10 20:24:25 UTC (rev 40927)
@@ -2,39 +2,39 @@
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.jboss.tools.ws.ui;singleton:=true
-Bundle-Version: 1.2.2.qualifier
+Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.ui.JBossWSUIPlugin
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.resources;bundle-version="[3.7.100,3.8.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.100",
org.jboss.tools.ws.core,
- org.eclipse.ui.ide;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.200,1.5.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jst.j2ee;bundle-version="[1.1.501,1.2.0)",
- org.eclipse.jem.util;bundle-version="[2.1.100,2.2.0)",
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501",
+ org.eclipse.jem.util;bundle-version="2.1.100",
org.jboss.tools.ws.creation.core,
- org.eclipse.wst.common.frameworks;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.wst.common.emfworkbench.integration;bundle-version="[1.2.101,1.3.0)",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.101",
org.jboss.tools.common.ui,
- org.eclipse.core.filesystem;bundle-version="[1.3.100,1.4.0)",
- org.eclipse.wst.common.project.facet.ui;bundle-version="[1.4.200,1.5.0)",
- org.eclipse.wst.server.core;bundle-version="[1.1.103,1.2.0)",
- org.eclipse.core.filesystem;bundle-version="[1.3.100,1.4.0)",
+ org.eclipse.core.filesystem;bundle-version="1.3.100",
+ org.eclipse.wst.common.project.facet.ui;bundle-version="1.4.200",
+ org.eclipse.wst.server.core;bundle-version="1.1.103",
+ org.eclipse.core.filesystem;bundle-version="1.3.100",
com.ibm.icu,
- org.eclipse.wst.internet.monitor.core;bundle-version="[1.0.505,1.1.0)",
- org.eclipse.wst.internet.monitor.ui;bundle-version="[1.0.507,1.1.0)",
+ org.eclipse.wst.internet.monitor.core;bundle-version="1.0.505",
+ org.eclipse.wst.internet.monitor.ui;bundle-version="1.0.507",
javax.wsdl;bundle-version="1.6.2",
org.jdom,
- org.eclipse.ui.forms;bundle-version="[3.5.100,3.6.0)",
- org.eclipse.emf.common;bundle-version="[2.7.0,2.8.0)",
- org.eclipse.jdt.ui;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.osgi;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jst.ws.annotations.core;bundle-version="[1.1.0,1.2.0)",
- org.apache.commons.codec;bundle-version="[1.3.0,1.4.0)",
+ org.eclipse.ui.forms;bundle-version="3.5.100",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.jdt.ui;bundle-version="3.7.1",
+ org.eclipse.osgi;bundle-version="3.7.1",
+ org.eclipse.jst.ws.annotations.core;bundle-version="1.1.0",
+ org.apache.commons.codec;bundle-version="1.3.0",
org.apache.commons.discovery;bundle-version="[0.2.0,1.0.0)",
- org.eclipse.xsd;bundle-version="[2.7.0,2.8.0)"
+ org.eclipse.xsd;bundle-version="2.7.0"
Bundle-ActivationPolicy: lazy
Export-Package: javax.ws.rs,
javax.ws.rs.core,
Modified: branches/jbosstools-3.3.0.Beta3/ws/tests/org.jboss.tools.ws.jaxrs.core.test/.project
===================================================================
--- branches/jbosstools-3.3.0.Beta3/ws/tests/org.jboss.tools.ws.jaxrs.core.test/.project 2012-05-10 19:48:19 UTC (rev 40926)
+++ branches/jbosstools-3.3.0.Beta3/ws/tests/org.jboss.tools.ws.jaxrs.core.test/.project 2012-05-10 20:24:25 UTC (rev 40927)
@@ -1,28 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.jboss.tools.ws.jaxrs.core.test</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.ws.jaxrs.core.test</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>
12 years, 8 months
JBoss Tools SVN: r40926 - in trunk/ws/plugins: org.jboss.tools.ws.creation.core/META-INF and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: xcoulon
Date: 2012-05-10 15:48:19 -0400 (Thu, 10 May 2012)
New Revision: 40926
Modified:
trunk/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF
trunk/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
trunk/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF
trunk/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF
trunk/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF
trunk/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF
Log:
Fixed - JBIDE-11476
JAX-RS Tools, Maven JAX-RS Configurator and WebServices cannot be installed on Juno
Modified: trunk/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF 2012-05-10 19:48:08 UTC (rev 40925)
+++ trunk/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
@@ -5,24 +5,24 @@
Bundle-Version: 1.2.2.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.jboss.tools.ws.core.JBossWSCorePlugin
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.200,1.5.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.core.resources;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jst.ws;bundle-version="[1.0.509,1.1.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jdt.launching;bundle-version="[3.6.1,3.6.2)",
- org.eclipse.jst.jsf.core;bundle-version="[1.3.105,1.4.0)",
- org.eclipse.jst.jsf.ui;bundle-version="[1.3.2,1.4.0)",
- org.eclipse.wst.common.modulecore;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.jdt.launching;bundle-version="[3.6.1,3.6.2)",
- org.eclipse.jst.jsf.core;bundle-version="[1.3.105,1.4.0)",
- org.eclipse.jst.jsf.ui;bundle-version="[1.3.2,1.4.0)",
- org.eclipse.jdt.launching;bundle-version="[3.6.1,3.7.0)",
- org.eclipse.jst.j2ee;bundle-version="[1.1.501,1.2.0)",
- org.eclipse.jst.ws.consumption.ui;bundle-version="[1.1.401,1.2.0)",
- org.jboss.ide.eclipse.as.classpath.core;bundle-version="[2.3.0,2.4.0)"
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.jsf.core;bundle-version="1.3.105",
+ org.eclipse.jst.jsf.ui;bundle-version="1.3.2",
+ org.eclipse.wst.common.modulecore;bundle-version="1.2.101",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.jsf.core;bundle-version="1.3.105",
+ org.eclipse.jst.jsf.ui;bundle-version="1.3.2",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501",
+ org.eclipse.jst.ws.consumption.ui;bundle-version="1.1.401",
+ org.jboss.ide.eclipse.as.classpath.core;bundle-version="2.3.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %PLUGIN_PROVIDER
Export-Package: org.jboss.tools.ws.core,
Modified: trunk/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF 2012-05-10 19:48:08 UTC (rev 40925)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
@@ -5,41 +5,41 @@
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.creation.core.JBossWSCreationCorePlugin
Bundle-Vendor: %Bundle-Vendor.0
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.wst.ws;bundle-version="[1.1.203,1.2.0)",
- org.eclipse.core.resources;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jst.ws;bundle-version="[1.0.509,1.1.0)",
- org.eclipse.jem.util;bundle-version="[2.1.100,2.2.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.ws;bundle-version="1.1.203",
+ org.eclipse.core.resources;bundle-version="3.7.1",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.jem.util;bundle-version="2.1.100",
org.jboss.tools.ws.core,
- org.eclipse.wst.wsdl;bundle-version="[1.2.202,1.3.0)",
- org.eclipse.wst.command.env.core;bundle-version="[1.0.205,1.1.0)",
- org.eclipse.wst.command.env;bundle-version="[1.0.409,1.1.0)",
+ org.eclipse.wst.wsdl;bundle-version="1.2.202",
+ org.eclipse.wst.command.env.core;bundle-version="1.0.205",
+ org.eclipse.wst.command.env;bundle-version="1.0.409",
org.apache.ant;bundle-version="[1.8.2,1.9.0)",
org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
- org.eclipse.jst.j2ee;bundle-version="[1.1.501,1.2.0)";visibility:=reexport,
- org.eclipse.jst.j2ee.core;bundle-version="[1.2.101,1.3.0)";visibility:=reexport,
- org.eclipse.jst.jee;bundle-version="[1.0.401,1.1.0)",
- org.eclipse.emf.common;bundle-version="[2.7.0,2.8.0)",
- org.eclipse.emf.ecore;bundle-version="[2.7.0,2.8.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jface.text;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.core.filebuffers;bundle-version="[3.5.200,3.6.0)",
- org.eclipse.jdt.ui;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.200,1.5.0)",
- org.eclipse.wst.server.core;bundle-version="[1.1.303,1.2.0)",
- org.eclipse.jem.util;bundle-version="[2.1.100,2.2.0)",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501";visibility:=reexport,
+ org.eclipse.jst.j2ee.core;bundle-version="1.2.101";visibility:=reexport,
+ org.eclipse.jst.jee;bundle-version="1.0.401",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.emf.ecore;bundle-version="2.7.0",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jface.text;bundle-version="3.7.1",
+ org.eclipse.core.filebuffers;bundle-version="3.5.200",
+ org.eclipse.jdt.ui;bundle-version="3.7.1",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.wst.server.core;bundle-version="1.1.303",
+ org.eclipse.jem.util;bundle-version="2.1.100",
org.jboss.tools.common,
org.jboss.ide.eclipse.as.classpath.core,
- org.eclipse.jst.server.core;bundle-version="[1.2.202,1.3.0)",
- org.eclipse.jdt;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jdt.launching;bundle-version="[3.6.1,3.7.0)",
- org.eclipse.debug.core;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jst.jee.web;bundle-version="[1.0.301,1.1.0)",
+ org.eclipse.jst.server.core;bundle-version="1.2.202",
+ org.eclipse.jdt;bundle-version="3.7.1",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.jst.jee.web;bundle-version="1.0.301",
javax.wsdl;visibility:=reexport,
- org.eclipse.jst.ws.annotations.core;bundle-version="[1.1.0,1.2.0)",
- org.eclipse.wst.common.emfworkbench.integration;bundle-version="[1.2.101,1.3.0)"
+ org.eclipse.jst.ws.annotations.core;bundle-version="1.1.0",
+ org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.101"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.ws.creation.core,
org.jboss.tools.ws.creation.core.commands,
Modified: trunk/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:08 UTC (rev 40925)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
@@ -6,26 +6,26 @@
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.creation.ui.JBossWSCreationUIPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.resources;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jst.ws.consumption.ui;bundle-version="[1.1.401,1.2.0)",
- org.eclipse.wst.ws;bundle-version="[1.1.203,1.2.0)",
- org.eclipse.wst.common.environment;bundle-version="[1.0.400,1.1.0)",
- org.eclipse.wst.command.env.core;bundle-version="[1.0.205,1.1.0)",
- org.eclipse.emf.common;bundle-version="[2.7.0,2.8.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.wst.command.env.ui;bundle-version="[1.1.103,1.2.0)",
- org.eclipse.jst.ws;bundle-version="[1.0.509,1.1.0)",
- org.eclipse.wst.command.env;bundle-version="[1.0.409,1.1.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jst.ws.ui;bundle-version="[1.0.403,1.1.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.jst.ws.consumption.ui;bundle-version="1.1.401",
+ org.eclipse.wst.ws;bundle-version="1.1.203",
+ org.eclipse.wst.common.environment;bundle-version="1.0.400",
+ org.eclipse.wst.command.env.core;bundle-version="1.0.205",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.command.env.ui;bundle-version="1.1.103",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.wst.command.env;bundle-version="1.0.409",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jst.ws.ui;bundle-version="1.0.403",
org.jboss.tools.ws.creation.core,
org.jboss.tools.ws.core,
- org.eclipse.jst.ws.creation.ui;bundle-version="[1.0.609,1.1.0)",
- org.eclipse.wst.common.modulecore;bundle-version="[1.2.101,1.3.0)",
+ org.eclipse.jst.ws.creation.ui;bundle-version="1.0.609",
+ org.eclipse.wst.common.modulecore;bundle-version="1.2.101",
org.jboss.tools.ws.ui,
- org.eclipse.jdt.ui;bundle-version="[3.7.1,3.8.0)"
+ org.eclipse.jdt.ui;bundle-version="3.7.1"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.ws.creation.ui.wsrt
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF 2012-05-10 19:48:08 UTC (rev 40925)
+++ trunk/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
@@ -6,28 +6,28 @@
Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.core;singleton:=true
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.jaxrs.core.JBossJaxrsCorePlugin
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.core.resources;bundle-version="[3.7.100,3.8.0)";visibility:=reexport,
- org.eclipse.equinox.ds;bundle-version="[1.3.0,1.4.0)";visibility:=reexport,
- org.eclipse.jdt.core;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.jdt.launching;bundle-version="[3.6.0,3.7.0)";visibility:=reexport,
- org.eclipse.jdt.launching.macosx;bundle-version="[3.2.100,3.3.0)";resolution:=optional;visibility:=reexport,
- org.eclipse.jface.text;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.jst.j2ee.ejb;bundle-version="[1.1.502,1.2.0)",
- org.eclipse.ui.workbench;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.jdt.core.manipulation;bundle-version="[1.3.0,1.5.0)";visibility:=reexport,
- org.eclipse.ui.editors;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.core.commands;bundle-version="[3.6.0,3.7.0)";visibility:=reexport,
- org.eclipse.ui;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.ltk.core.refactoring;bundle-version="[3.5.200,3.6.0)";visibility:=reexport,
- org.eclipse.wst.validation;bundle-version="[1.2.300,1.3.0)";visibility:=reexport,
- org.eclipse.jst.j2ee.web;bundle-version="[1.1.301,1.2.0)";visibility:=reexport,
- org.eclipse.jst.j2ee.core;bundle-version="[1.1.301,1.3.0)";visibility:=reexport,
- org.eclipse.core.resources;bundle-version="[3.5.1,3.8.0)";visibility:=reexport,
- org.eclipse.jst.j2ee;bundle-version="[1.1.301,1.2.0)";visibility:=reexport,
- org.eclipse.emf.ecore;bundle-version="[2.5.0,2.8.0)";visibility:=reexport,
- org.eclipse.wst.common.frameworks.ui;bundle-version="[1.1.301,1.3.0)",
- org.eclipse.jface.text;bundle-version="[3.7.1,3.8.0)"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport,
+ org.eclipse.equinox.ds;bundle-version="1.3.0";visibility:=reexport,
+ org.eclipse.jdt.core;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.launching;bundle-version="3.6.0";visibility:=reexport,
+ org.eclipse.jdt.launching.macosx;bundle-version="3.2.100";resolution:=optional;visibility:=reexport,
+ org.eclipse.jface.text;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jst.j2ee.ejb;bundle-version="1.1.502",
+ org.eclipse.ui.workbench;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.core.manipulation;bundle-version="1.3.0";visibility:=reexport,
+ org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.core.commands;bundle-version="3.6.0";visibility:=reexport,
+ org.eclipse.ui;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.200";visibility:=reexport,
+ org.eclipse.wst.validation;bundle-version="1.2.300";visibility:=reexport,
+ org.eclipse.jst.j2ee.web;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.jst.j2ee.core;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.core.resources;bundle-version="3.5.1";visibility:=reexport,
+ org.eclipse.jst.j2ee;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.emf.ecore;bundle-version="2.5.0";visibility:=reexport,
+ org.eclipse.wst.common.frameworks.ui;bundle-version="1.1.301",
+ org.eclipse.jface.text;bundle-version="3.7.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: javax.ws.rs,
Modified: trunk/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:08 UTC (rev 40925)
+++ trunk/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
@@ -6,37 +6,37 @@
Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.ui;singleton:=true
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.jaxrs.ui.JBossJaxrsUIPlugin
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.ui.ide;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)";visibility:=reexport,
- org.eclipse.jdt.core;bundle-version="[3.6.0,3.8.0)",
- org.eclipse.jdt.core.manipulation;bundle-version="[1.3.0,1.5.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.core;bundle-version="3.6.0",
+ org.eclipse.jdt.core.manipulation;bundle-version="1.3.0",
org.jboss.tools.ws.jaxrs.core;bundle-version="1.2.0",
- org.eclipse.ui.navigator;bundle-version="[3.5.0,3.6.0)",
- org.eclipse.ui.navigator.resources;bundle-version="[3.4.200,3.5.0)",
- org.eclipse.ui.views;bundle-version="[3.5.0,3.7.0)",
- org.eclipse.core.resources;bundle-version="[3.6.0,3.8.0)",
- org.eclipse.jface.databinding;bundle-version="[1.4.0,1.6.0)",
- org.eclipse.jst.ws.jaxrs.core;bundle-version="[1.0.200,1.1.0)",
- org.eclipse.jst.common.project.facet.core;bundle-version="[1.4.102,1.5.0)",
- org.eclipse.jst.common.project.facet.ui;bundle-version="[1.4.102,1.5.0)",
- org.eclipse.ui.workbench.texteditor;bundle-version="[3.6.0,3.8.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.102,1.5.0)",
- org.eclipse.jdt.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jdt.doc.user;bundle-version="[3.7.0,3.8.0)";resolution:=optional,
- org.eclipse.core.resources;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.equinox.ds;bundle-version="[1.3.0,1.4.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jface.text;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.ui.workbench;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.jdt.core.manipulation;bundle-version="[1.4.0,1.5.0)",
- org.eclipse.ui.editors;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.commands;bundle-version="[3.6.0,3.7.0)",
- org.eclipse.ltk.core.refactoring;bundle-version="[3.5.200,3.6.0)",
- org.eclipse.wst.validation;bundle-version="[1.2.300,1.3.0)",
- org.eclipse.wst.server.core;bundle-version="[1.1.303,1.2.0)",
- org.eclipse.debug.core;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.debug.ui;bundle-version="[3.7.101,3.8.0)"
+ org.eclipse.ui.navigator;bundle-version="3.5.0",
+ org.eclipse.ui.navigator.resources;bundle-version="3.4.200",
+ org.eclipse.ui.views;bundle-version="3.5.0",
+ org.eclipse.core.resources;bundle-version="3.6.0",
+ org.eclipse.jface.databinding;bundle-version="1.4.0",
+ org.eclipse.jst.ws.jaxrs.core;bundle-version="1.0.200",
+ org.eclipse.jst.common.project.facet.core;bundle-version="1.4.102",
+ org.eclipse.jst.common.project.facet.ui;bundle-version="1.4.102",
+ org.eclipse.ui.workbench.texteditor;bundle-version="3.6.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.102",
+ org.eclipse.jdt.ui;bundle-version="3.7.0",
+ org.eclipse.jdt.doc.user;bundle-version="3.7.0";resolution:=optional,
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.equinox.ds;bundle-version="1.3.0",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.ui.workbench;bundle-version="3.7.0",
+ org.eclipse.jdt.core.manipulation;bundle-version="1.4.0",
+ org.eclipse.ui.editors;bundle-version="3.7.0",
+ org.eclipse.core.commands;bundle-version="3.6.0",
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
+ org.eclipse.wst.validation;bundle-version="1.2.300",
+ org.eclipse.wst.server.core;bundle-version="1.1.303",
+ org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.debug.ui;bundle-version="3.7.101"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .
Modified: trunk/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:08 UTC (rev 40925)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF 2012-05-10 19:48:19 UTC (rev 40926)
@@ -5,36 +5,36 @@
Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.jboss.tools.ws.ui.JBossWSUIPlugin
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.core.resources;bundle-version="[3.7.100,3.8.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.100",
org.jboss.tools.ws.core,
- org.eclipse.ui.ide;bundle-version="[3.7.0,3.8.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.200,1.5.0)",
- org.eclipse.jdt.core;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jst.j2ee;bundle-version="[1.1.501,1.2.0)",
- org.eclipse.jem.util;bundle-version="[2.1.100,2.2.0)",
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501",
+ org.eclipse.jem.util;bundle-version="2.1.100",
org.jboss.tools.ws.creation.core,
- org.eclipse.wst.common.frameworks;bundle-version="[1.2.101,1.3.0)",
- org.eclipse.wst.common.emfworkbench.integration;bundle-version="[1.2.101,1.3.0)",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.101",
org.jboss.tools.common.ui,
- org.eclipse.core.filesystem;bundle-version="[1.3.100,1.4.0)",
- org.eclipse.wst.common.project.facet.ui;bundle-version="[1.4.200,1.5.0)",
- org.eclipse.wst.server.core;bundle-version="[1.1.103,1.2.0)",
- org.eclipse.core.filesystem;bundle-version="[1.3.100,1.4.0)",
+ org.eclipse.core.filesystem;bundle-version="1.3.100",
+ org.eclipse.wst.common.project.facet.ui;bundle-version="1.4.200",
+ org.eclipse.wst.server.core;bundle-version="1.1.103",
+ org.eclipse.core.filesystem;bundle-version="1.3.100",
com.ibm.icu,
- org.eclipse.wst.internet.monitor.core;bundle-version="[1.0.505,1.1.0)",
- org.eclipse.wst.internet.monitor.ui;bundle-version="[1.0.507,1.1.0)",
+ org.eclipse.wst.internet.monitor.core;bundle-version="1.0.505",
+ org.eclipse.wst.internet.monitor.ui;bundle-version="1.0.507",
javax.wsdl;bundle-version="1.6.2",
org.jdom,
- org.eclipse.ui.forms;bundle-version="[3.5.100,3.6.0)",
- org.eclipse.emf.common;bundle-version="[2.7.0,2.8.0)",
- org.eclipse.jdt.ui;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.osgi;bundle-version="[3.7.1,3.8.0)",
- org.eclipse.jst.ws.annotations.core;bundle-version="[1.1.0,1.2.0)",
- org.apache.commons.codec;bundle-version="[1.3.0,1.4.0)",
+ org.eclipse.ui.forms;bundle-version="3.5.100",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.jdt.ui;bundle-version="3.7.1",
+ org.eclipse.osgi;bundle-version="3.7.1",
+ org.eclipse.jst.ws.annotations.core;bundle-version="1.1.0",
+ org.apache.commons.codec;bundle-version="1.3.0",
org.apache.commons.discovery;bundle-version="[0.2.0,1.0.0)",
- org.eclipse.xsd;bundle-version="[2.7.0,2.8.0)"
+ org.eclipse.xsd;bundle-version="2.7.0"
Bundle-ActivationPolicy: lazy
Export-Package: javax.ws.rs,
javax.ws.rs.core,
12 years, 8 months
JBoss Tools SVN: r40925 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-05-10 15:48:08 -0400 (Thu, 10 May 2012)
New Revision: 40925
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/EditCartridgesAction.java
Log:
cleanup: replaced wizard dialog opening code by util method
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/EditCartridgesAction.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/EditCartridgesAction.java 2012-05-10 19:34:16 UTC (rev 40924)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/EditCartridgesAction.java 2012-05-10 19:48:08 UTC (rev 40925)
@@ -12,8 +12,8 @@
import org.eclipse.jface.dialogs.Dialog;
import org.eclipse.jface.viewers.ITreeSelection;
-import org.eclipse.jface.wizard.WizardDialog;
import org.eclipse.swt.widgets.Display;
+import org.jboss.tools.common.ui.WizardUtils;
import org.jboss.tools.openshift.express.internal.core.console.UserDelegate;
import org.jboss.tools.openshift.express.internal.core.console.UserModel;
import org.jboss.tools.openshift.express.internal.ui.OpenShiftUIActivator;
@@ -39,9 +39,7 @@
final IApplication application = (IApplication) treeSelection.getFirstElement();
final UserDelegate user = UserModel.getDefault().getRecentUser();
EmbedCartridgeWizard wizard = new EmbedCartridgeWizard(application, user);
- WizardDialog dialog = new WizardDialog(Display.getCurrent().getActiveShell(), wizard);
- dialog.create();
- int result = dialog.open();
+ int result = WizardUtils.openWizardDialog(wizard, Display.getCurrent().getActiveShell());
if(result == Dialog.OK) {
viewer.refresh(application);
}
12 years, 8 months
JBoss Tools SVN: r40924 - trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-10 15:34:16 -0400 (Thu, 10 May 2012)
New Revision: 40924
Modified:
trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/AbstractSeamFacetTest.java
Log:
https://issues.jboss.org/browse/JBIDE-11490 tests for Seam 2.3
Modified: trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/AbstractSeamFacetTest.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/AbstractSeamFacetTest.java 2012-05-10 19:33:14 UTC (rev 40923)
+++ trunk/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/AbstractSeamFacetTest.java 2012-05-10 19:34:16 UTC (rev 40924)
@@ -60,9 +60,9 @@
protected static final String SEAM_2_0_HOME = "jbosstools.test.seam.2.0.1.GA.home";
protected static final IProjectFacetVersion seamFacetVersion;
- protected static final IProjectFacetVersion dynamicWebVersion;
- protected static final IProjectFacetVersion javaVersion;
- protected static final IProjectFacetVersion javaFacesVersion;
+ protected static IProjectFacetVersion dynamicWebVersion;
+ protected static IProjectFacetVersion javaVersion;
+ protected static IProjectFacetVersion javaFacesVersion;
private static final IProjectFacet seamFacet;
12 years, 8 months
JBoss Tools SVN: r40923 - trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-10 15:33:14 -0400 (Thu, 10 May 2012)
New Revision: 40923
Modified:
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java
Log:
https://issues.jboss.org/browse/JBIDE-11490 tests for Seam 2.3
Modified: trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java 2012-05-10 19:07:14 UTC (rev 40922)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java 2012-05-10 19:33:14 UTC (rev 40923)
@@ -18,6 +18,7 @@
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.jst.common.project.facet.core.JavaFacet;
import org.eclipse.wst.common.project.facet.core.ProjectFacetsManager;
import org.eclipse.wst.validation.ValidationFramework;
import org.eclipse.wst.validation.internal.EventManager;
@@ -52,6 +53,10 @@
seam2Facet = ProjectFacetsManager.getProjectFacet("jst.seam");
seam2FacetVersion = seam2Facet.getVersion("2.3");
+ javaVersion = JavaFacet.VERSION_1_6;
+ dynamicWebVersion = ProjectFacetsManager.getProjectFacet("jst.web").getVersion("3.0");
+ javaFacesVersion = ProjectFacetsManager.getProjectFacet("jst.jsf").getVersion("2.0");
+
File folder = getSeamHomeFolder();
SeamRuntimeManager.getInstance().addRuntime(SEAM_2_2_3, folder.getAbsolutePath(), SeamVersion.SEAM_2_3, true);
12 years, 8 months