JBoss Tools SVN: r19177 - in trunk/common/tests/org.jboss.tools.common.model.test: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-09 22:13:29 -0500 (Wed, 09 Dec 2009)
New Revision: 19177
Modified:
trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
trunk/common/tests/org.jboss.tools.common.model.test/build.properties
Log:
switch from nested jar to "."
Modified: trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF 2009-12-10 03:01:48 UTC (rev 19176)
+++ trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF 2009-12-10 03:13:29 UTC (rev 19177)
@@ -3,7 +3,6 @@
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.common.model.test;singleton:=true
Bundle-Version: 2.0.0
-Bundle-ClassPath: common-model-tests.jar
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.common.model.test
Require-Bundle:
Modified: trunk/common/tests/org.jboss.tools.common.model.test/build.properties
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/build.properties 2009-12-10 03:01:48 UTC (rev 19176)
+++ trunk/common/tests/org.jboss.tools.common.model.test/build.properties 2009-12-10 03:13:29 UTC (rev 19177)
@@ -1,6 +1,6 @@
bin.includes = plugin.xml,\
META-INF/,\
- common-model-tests.jar,\
+ .,\
info.xml,\
projects/,\
plugin.properties
@@ -9,8 +9,5 @@
ant.properties,\
build.properties,\
info.xml,\
- plugin.xml,\
- src/,\
- test.xml
-source.common-model-tests.jar = src/
-jars.compile.order =
+ src/
+source.. = src/
15 years, 1 month
JBoss Tools SVN: r19176 - trunk/common/plugins/org.jboss.tools.common.model/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-09 22:01:48 -0500 (Wed, 09 Dec 2009)
New Revision: 19176
Modified:
trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
Log:
fix deprecated syntax
Modified: trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF 2009-12-10 02:56:46 UTC (rev 19175)
+++ trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF 2009-12-10 03:01:48 UTC (rev 19176)
@@ -6,7 +6,7 @@
Bundle-Activator: org.jboss.tools.common.model.plugin.ModelPlugin
Bundle-Vendor: %providerName
Plugin-Class: org.jboss.tools.common.model.plugin.ModelPlugin
-Bundle-SymbolicName: org.jboss.tools.common.model;singleton=true
+Bundle-SymbolicName: org.jboss.tools.common.model;singleton:=true
Bundle-Localization: plugin
Export-Package: org.jboss.tools.common.ant.model,
org.jboss.tools.common.ant.model.handlers,
15 years, 1 month
JBoss Tools SVN: r19175 - trunk/common/features/org.jboss.tools.common.text.ext.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-09 21:56:46 -0500 (Wed, 09 Dec 2009)
New Revision: 19175
Modified:
trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml
Log:
use greaterOrEqual
Modified: trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml 2009-12-10 02:56:13 UTC (rev 19174)
+++ trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml 2009-12-10 02:56:46 UTC (rev 19175)
@@ -28,7 +28,7 @@
</url>
<requires>
- <import feature="org.jboss.tools.common.core.feature" version="2.0.0"/>
+ <import feature="org.jboss.tools.common.core.feature" version="2.0.0" match="greaterOrEqual"/>
</requires>
<plugin
15 years, 1 month
JBoss Tools SVN: r19174 - trunk/common/features/org.jboss.tools.common.all.tests.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-09 21:56:13 -0500 (Wed, 09 Dec 2009)
New Revision: 19174
Modified:
trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
Log:
use greaterOrEqual
Modified: trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml 2009-12-10 02:22:21 UTC (rev 19173)
+++ trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml 2009-12-10 02:56:13 UTC (rev 19174)
@@ -23,13 +23,13 @@
</url>
<requires>
- <import plugin="org.junit" version="3.8.1" match="compatible"/>
- <import plugin="org.eclipse.core.runtime" version="3.3.0" match="compatible"/>
- <import plugin="org.eclipse.core.resources" version="3.3.0" match="compatible"/>
- <import plugin="org.eclipse.ant.core" version="3.1.100" match="compatible"/>
- <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
- <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
- <import plugin="org.eclipse.debug.core" version="3.2.0" match="compatible"/>
+ <import plugin="org.junit" version="3.8.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.runtime" version="3.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.resources" version="3.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ant.core" version="3.1.100" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.resources" version="3.2.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.runtime" version="3.2.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.debug.core" version="3.2.0" match="greaterOrEqual"/>
</requires>
<plugin
15 years, 1 month
JBoss Tools SVN: r19173 - trunk/common/plugins/org.jboss.tools.common.text.ext.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-09 21:22:21 -0500 (Wed, 09 Dec 2009)
New Revision: 19173
Modified:
trunk/common/plugins/org.jboss.tools.common.text.ext/build.properties
Log:
add missing files to build
Modified: trunk/common/plugins/org.jboss.tools.common.text.ext/build.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.text.ext/build.properties 2009-12-09 23:46:27 UTC (rev 19172)
+++ trunk/common/plugins/org.jboss.tools.common.text.ext/build.properties 2009-12-10 02:22:21 UTC (rev 19173)
@@ -1,11 +1,13 @@
-jars.compile.order = .
source.. = src/
output.. = bin/
bin.includes = .,\
schema/,\
- plugin.xml,\
- plugin.properties,\
+ plugin.*,\
META-INF/,\
about.html
src.includes = src/,\
- plugin.xml
+ schema/,\
+ META-INF/,
+ plugin.*,\
+ about.html,\
+ build.*
15 years, 1 month
JBoss Tools SVN: r19172 - trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch.
by jbosstools-commits@lists.jboss.org
Author: bfitzpat
Date: 2009-12-09 18:46:27 -0500 (Wed, 09 Dec 2009)
New Revision: 19172
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch/SmooksRunTab.java
Log:
OPEN - issue JBIDE-5360: Get "Run Configuration" defaults from file selected in project explorer
https://jira.jboss.org/jira/browse/JBIDE-5360
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch/SmooksRunTab.java
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch/SmooksRunTab.java 2009-12-09 23:43:57 UTC (rev 19171)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch/SmooksRunTab.java 2009-12-09 23:46:27 UTC (rev 19172)
@@ -169,36 +169,41 @@
if(activePage != null) {
IEditorPart editor = activePage.getActiveEditor();
- if(editor instanceof AbstractSmooksFormEditor) {
- IEditorInput editorInput = editor.getEditorInput();
-
- // added for Issue JBIDE-5360 - now will get defaults from the navigator first (if valid smooks config) or the smooks editor if it's open
- if (activePage.getActivePart().getSite().getSelectionProvider() != null) {
+ // added for Issue JBIDE-5360 - now will get defaults from the navigator first (if valid smooks config) or the smooks editor if it's open
+ boolean foundInNavigator = false;
+
+ if (activePage.getActivePart().getSite().getSelectionProvider() != null) {
+
+ ISelection selection = activePage.getActivePart().getSite().getSelectionProvider().getSelection();
+
+ if (selection instanceof IStructuredSelection) {
- ISelection selection = activePage.getActivePart().getSite().getSelectionProvider().getSelection();
+ IStructuredSelection ssel = (IStructuredSelection) selection;
- if (selection instanceof IStructuredSelection) {
+ if (!ssel.isEmpty() && ssel.getFirstElement() instanceof IFile) {
- IStructuredSelection ssel = (IStructuredSelection) selection;
+ IFile file = (IFile) ssel.getFirstElement();
+ RuntimeMetadata metadata = new RuntimeMetadata();
+ metadata.setSmooksConfig(file);
- if (!ssel.isEmpty() && ssel.getFirstElement() instanceof IFile) {
+ if (metadata.isValidSmooksConfig()) {
- IFile file = (IFile) ssel.getFirstElement();
- RuntimeMetadata metadata = new RuntimeMetadata();
- metadata.setSmooksConfig(file);
+ String configName = getLaunchManager().generateUniqueLaunchConfigurationNameFrom(file.getName());
- if (metadata.isValidSmooksConfig()) {
-
- String configName = getLaunchManager().generateUniqueLaunchConfigurationNameFrom(file.getName());
-
- launchConfigWC.rename(configName);
- launchConfigWC.setAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME, file.getProject().getName()); //$NON-NLS-1$
- launchConfigWC.setAttribute(IJavaLaunchConfigurationConstants.ATTR_MAIN_TYPE_NAME, file.getProjectRelativePath().toString()); //$NON-NLS-1$
- }
+ launchConfigWC.rename(configName);
+ launchConfigWC.setAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME, file.getProject().getName()); //$NON-NLS-1$
+ launchConfigWC.setAttribute(IJavaLaunchConfigurationConstants.ATTR_MAIN_TYPE_NAME, file.getProjectRelativePath().toString()); //$NON-NLS-1$
+
+ foundInNavigator = true;
}
}
}
- else if(editorInput instanceof FileEditorInput) {
+ }
+
+ if (editor instanceof AbstractSmooksFormEditor && !foundInNavigator ) {
+ IEditorInput editorInput = editor.getEditorInput();
+
+ if (editorInput instanceof FileEditorInput && !foundInNavigator) {
FileEditorInput fileEI = (FileEditorInput) editorInput;
IFile file = fileEI.getFile();
15 years, 1 month
JBoss Tools SVN: r19171 - trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch.
by jbosstools-commits@lists.jboss.org
Author: bfitzpat
Date: 2009-12-09 18:43:57 -0500 (Wed, 09 Dec 2009)
New Revision: 19171
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch/SmooksRunTab.java
Log:
OPEN - issue JBIDE-5360: Get "Run Configuration" defaults from file selected in project explorer
https://jira.jboss.org/jira/browse/JBIDE-5360
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch/SmooksRunTab.java
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch/SmooksRunTab.java 2009-12-09 22:18:11 UTC (rev 19170)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/launch/SmooksRunTab.java 2009-12-09 23:43:57 UTC (rev 19171)
@@ -39,6 +39,8 @@
import org.eclipse.jdt.ui.JavaElementLabelProvider;
import org.eclipse.jface.dialogs.Dialog;
import org.eclipse.jface.viewers.ILabelProvider;
+import org.eclipse.jface.viewers.ISelection;
+import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.window.Window;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.ModifyEvent;
@@ -170,7 +172,34 @@
if(editor instanceof AbstractSmooksFormEditor) {
IEditorInput editorInput = editor.getEditorInput();
- if(editorInput instanceof FileEditorInput) {
+ // added for Issue JBIDE-5360 - now will get defaults from the navigator first (if valid smooks config) or the smooks editor if it's open
+ if (activePage.getActivePart().getSite().getSelectionProvider() != null) {
+
+ ISelection selection = activePage.getActivePart().getSite().getSelectionProvider().getSelection();
+
+ if (selection instanceof IStructuredSelection) {
+
+ IStructuredSelection ssel = (IStructuredSelection) selection;
+
+ if (!ssel.isEmpty() && ssel.getFirstElement() instanceof IFile) {
+
+ IFile file = (IFile) ssel.getFirstElement();
+ RuntimeMetadata metadata = new RuntimeMetadata();
+ metadata.setSmooksConfig(file);
+
+ if (metadata.isValidSmooksConfig()) {
+
+ String configName = getLaunchManager().generateUniqueLaunchConfigurationNameFrom(file.getName());
+
+ launchConfigWC.rename(configName);
+ launchConfigWC.setAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME, file.getProject().getName()); //$NON-NLS-1$
+ launchConfigWC.setAttribute(IJavaLaunchConfigurationConstants.ATTR_MAIN_TYPE_NAME, file.getProjectRelativePath().toString()); //$NON-NLS-1$
+ }
+ }
+ }
+ }
+ else if(editorInput instanceof FileEditorInput) {
+
FileEditorInput fileEI = (FileEditorInput) editorInput;
IFile file = fileEI.getFile();
String configName = getLaunchManager().generateUniqueLaunchConfigurationNameFrom(editor.getTitle());
@@ -340,7 +369,6 @@
setErrorMessage(Messages.SmooksRunTab_Error_Unknown_Project_Name + projectName + "'."); //$NON-NLS-2$ //$NON-NLS-1$ //$NON-NLS-1$ //$NON-NLS-1$
return;
}
-// IJavaProject javaProject= JavaCore.create(project);
String configName= fConfigurationText.getText().trim();
try {
15 years, 1 month
JBoss Tools SVN: r19170 - in trunk/bpel/releng: psfs and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-09 17:18:11 -0500 (Wed, 09 Dec 2009)
New Revision: 19170
Modified:
trunk/bpel/releng/maps/project.map
trunk/bpel/releng/maps/test.common.map
trunk/bpel/releng/psfs/project.subclipse.psf
trunk/bpel/releng/psfs/project.subversive.psf
trunk/bpel/releng/psfs/test.common.subclipse.psf
trunk/bpel/releng/psfs/test.common.subversive.psf
Log:
update maps and psfs
Modified: trunk/bpel/releng/maps/project.map
===================================================================
--- trunk/bpel/releng/maps/project.map 2009-12-09 22:09:15 UTC (rev 19169)
+++ trunk/bpel/releng/maps/project.map 2009-12-09 22:18:11 UTC (rev 19170)
@@ -20,6 +20,3 @@
feature@org.jboss.tools.bpel.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/features/org.jboss.tools.bpel.tests.feature
plugin@org.eclipse.tools.bpel.ui.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/tests/org.eclipse.tools.bpel.ui.test
plugin@org.jboss.tools.bpel.ui.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/tests/org.jboss.tools.bpel.ui.test
-
-!*** required shared/common plugins instead of pulling sources, build against http://download.jboss.org/jbosstools/updates/nightly/trunk/
-!*** plugin@org.jboss.ide.eclipse.as.wtp.core=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core
\ No newline at end of file
Modified: trunk/bpel/releng/maps/test.common.map
===================================================================
--- trunk/bpel/releng/maps/test.common.map 2009-12-09 22:09:15 UTC (rev 19169)
+++ trunk/bpel/releng/maps/test.common.map 2009-12-09 22:18:11 UTC (rev 19170)
@@ -3,5 +3,3 @@
plugin@org.jboss.tools.common.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/common/tests/org.jboss.tools.common.test
plugin@org.jboss.tools.tests=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/tests/tests/org.jboss.tools.tests
-
-
\ No newline at end of file
Modified: trunk/bpel/releng/psfs/project.subclipse.psf
===================================================================
--- trunk/bpel/releng/psfs/project.subclipse.psf 2009-12-09 22:09:15 UTC (rev 19169)
+++ trunk/bpel/releng/psfs/project.subclipse.psf 2009-12-09 22:18:11 UTC (rev 19170)
@@ -5,19 +5,25 @@
<!-- !*** Generated with org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml#dir2svnmap task -->
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/features/org.j..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/features/org.j..."/>
- <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/features/org.j..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.jb..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.jb..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.jb..."/>
+
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/features/org.j..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/tests/org.ecli..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/tests/org.jbos..."/>
</provider>
</psf>
Modified: trunk/bpel/releng/psfs/project.subversive.psf
===================================================================
--- trunk/bpel/releng/psfs/project.subversive.psf 2009-12-09 22:09:15 UTC (rev 19169)
+++ trunk/bpel/releng/psfs/project.subversive.psf 2009-12-09 22:18:11 UTC (rev 19170)
@@ -5,19 +5,25 @@
<!-- !*** Generated with org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml#dir2svnmap task -->
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/features/org.j..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/features/org.j..."/>
- <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/features/org.j..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.ec..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.jb..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.jb..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/plugins/org.jb..."/>
+
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/features/org.j..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/tests/org.ecli..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/bpel/tests/org.jbos..."/>
</provider>
</psf>
Modified: trunk/bpel/releng/psfs/test.common.subclipse.psf
===================================================================
--- trunk/bpel/releng/psfs/test.common.subclipse.psf 2009-12-09 22:09:15 UTC (rev 19169)
+++ trunk/bpel/releng/psfs/test.common.subclipse.psf 2009-12-09 22:18:11 UTC (rev 19170)
@@ -5,6 +5,7 @@
<!-- !*** required to run tests -->
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/common/plugins/org...."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/common/tests/org.jb..."/>
+
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/tests/tests/org.jbo..."/>
</provider>
Modified: trunk/bpel/releng/psfs/test.common.subversive.psf
===================================================================
--- trunk/bpel/releng/psfs/test.common.subversive.psf 2009-12-09 22:09:15 UTC (rev 19169)
+++ trunk/bpel/releng/psfs/test.common.subversive.psf 2009-12-09 22:18:11 UTC (rev 19170)
@@ -5,6 +5,7 @@
<!-- !*** required to run tests -->
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/common/plugins/org...."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/common/tests/org.jb..."/>
+
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/tests/tests/org.jbo..."/>
</provider>
15 years, 1 month
JBoss Tools SVN: r19168 - in trunk: common/plugins/org.jboss.tools.common.el.ui/META-INF and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-09 16:40:25 -0500 (Wed, 09 Dec 2009)
New Revision: 19168
Modified:
trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.resref.ui/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
trunk/tests/tests/org.jboss.tools.tests/META-INF/MANIFEST.MF
Log:
fix MANIFEST.MF requirement ranges
Modified: trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF 2009-12-09 21:40:25 UTC (rev 19168)
@@ -22,6 +22,6 @@
org.jboss.tools.common.model,
org.jboss.tools.common.resref.core;visibility:=reexport,
org.eclipse.ui,
- org.eclipse.jdt.ui;bundle-version="3.5.0",
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.0"
+ org.eclipse.jdt.ui;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF 2009-12-09 21:40:25 UTC (rev 19168)
@@ -11,19 +11,19 @@
Bundle-Activator: org.jboss.tools.common.el.ui.ElUiPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.jboss.tools.common.el.core;bundle-version="2.0.0",
- org.jboss.tools.common.resref.ui;bundle-version="1.0.0",
- org.eclipse.core.resources;bundle-version="3.4.0",
- org.jboss.tools.common.model.ui;bundle-version="2.0.0",
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.0",
- org.eclipse.jdt.ui;bundle-version="3.5.0",
- org.eclipse.search;bundle-version="3.5.0",
- org.eclipse.ui.ide;bundle-version="3.5.0",
- org.jboss.tools.jst.web.ui;bundle-version="2.0.0",
- org.eclipse.jface.text;bundle-version="3.5.0",
- org.eclipse.core.expressions;bundle-version="3.4.100",
- org.eclipse.ltk.ui.refactoring;bundle-version="3.4.100",
- org.jboss.tools.common.ui;bundle-version="1.0.0",
+ org.jboss.tools.common.el.core;bundle-version="[2.0.0,3.0.0)",
+ org.jboss.tools.common.resref.ui;bundle-version="[1.0.0,3.0.0)",
+ org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
+ org.jboss.tools.common.model.ui;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.jdt.ui;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.search;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
+ org.jboss.tools.jst.web.ui;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",
+ org.eclipse.ltk.ui.refactoring;bundle-version="[3.4.100,4.0.0)",
+ org.jboss.tools.common.ui;bundle-version="[1.0.0,2.0.0)",
org.eclipse.wst.xml.ui
Bundle-Vendor: %Bundle-Vendor.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF 2009-12-09 21:40:25 UTC (rev 19168)
@@ -90,6 +90,6 @@
org.eclipse.jdt.launching,
org.eclipse.wst.html.core,
org.eclipse.pde.ui,
- org.eclipse.core.expressions;bundle-version="3.4.100"
+ org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)"
Bundle-Version: 2.0.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF 2009-12-09 21:40:25 UTC (rev 19168)
@@ -6,7 +6,7 @@
Bundle-Activator: org.jboss.tools.common.resref.core.ResourceReferencePlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.jboss.tools.common.model;bundle-version="2.0.0"
+ org.jboss.tools.common.model;bundle-version="[2.0.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.common.resref.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.resref.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.resref.ui/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.resref.ui/META-INF/MANIFEST.MF 2009-12-09 21:40:25 UTC (rev 19168)
@@ -6,8 +6,8 @@
Bundle-Activator: org.jboss.tools.common.resref.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.jboss.tools.common.model.ui;bundle-version="2.0.0",
- org.jboss.tools.common.resref.core;bundle-version="1.0.0"
+ org.jboss.tools.common.model.ui;bundle-version="[2.0.0,3.0.0)",
+ org.jboss.tools.common.resref.core;bundle-version="[1.0.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.common.resref.ui
Modified: trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC (rev 19167)
+++ trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF 2009-12-09 21:40:25 UTC (rev 19168)
@@ -25,8 +25,8 @@
org.eclipse.jst.jsp.core;visibility:=reexport,
org.eclipse.wst.common.modulecore;visibility:=reexport,
org.eclipse.pde.ui,
- org.jboss.tools.common.el.core;bundle-version="2.0.0",
- org.eclipse.emf.ecore;bundle-version="2.5.0",
+ org.jboss.tools.common.el.core;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
org.eclipse.wst.css.core,
org.eclipse.wst.html.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/tests/tests/org.jboss.tools.tests/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/tests/org.jboss.tools.tests/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC (rev 19167)
+++ trunk/tests/tests/org.jboss.tools.tests/META-INF/MANIFEST.MF 2009-12-09 21:40:25 UTC (rev 19168)
@@ -9,7 +9,7 @@
org.eclipse.core.resources,
org.junit,
org.eclipse.ui.ide,
- org.apache.xerces;bundle-version="2.9.0"
+ org.apache.xerces;bundle-version="[2.9.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.test.util,
org.jboss.tools.test.util.xpl,
15 years, 1 month
JBoss Tools SVN: r19167 - trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-09 16:32:46 -0500 (Wed, 09 Dec 2009)
New Revision: 19167
Modified:
trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF
Log:
fix MNIFEST.MF ranges
Modified: trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF 2009-12-09 21:02:54 UTC (rev 19166)
+++ trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF 2009-12-09 21:32:46 UTC (rev 19167)
@@ -14,10 +14,10 @@
org.jboss.tools.common.el.core,
org.jboss.tools.common.test,
org.jboss.tools.tests,
- org.eclipse.jst.j2ee;bundle-version="1.1.300",
- org.jboss.tools.common.el.ui;bundle-version="1.0.0",
- org.eclipse.jdt.core;bundle-version="3.5.0",
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.0",
- org.jboss.tools.common;bundle-version="2.0.0"
+ org.eclipse.jst.j2ee;bundle-version="[1.1.300,2.0.0)",
+ org.jboss.tools.common.el.ui;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.jdt.core;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",
+ org.jboss.tools.common;bundle-version="[2.0.0,3.0.0)"
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
15 years, 1 month