JBoss Tools SVN: r18533 - trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-11-09 19:25:09 -0500 (Mon, 09 Nov 2009)
New Revision: 18533
Modified:
trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/plugin.xml
Log:
JBIDE-5167 - added default key binding project archives ctrl+shift+B A
Modified: trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/plugin.xml
===================================================================
--- trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/plugin.xml 2009-11-09 23:19:14 UTC (rev 18532)
+++ trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/plugin.xml 2009-11-10 00:25:09 UTC (rev 18533)
@@ -239,11 +239,10 @@
</extension>
<extension
point="org.eclipse.ui.bindings">
- <key
- sequence=""
- contextId=""
- commandId="org.jboss.ide.eclipse.archives.ui.buildArchiveCommand"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
+ <key
+ commandId="org.jboss.ide.eclipse.archives.ui.buildArchiveCommand"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="CTRL+M2+B A">
+ </key>
</extension>
-
</plugin>
15 years, 1 month
JBoss Tools SVN: r18532 - trunk/common/tests/org.jboss.tools.common.test.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-09 18:19:14 -0500 (Mon, 09 Nov 2009)
New Revision: 18532
Modified:
trunk/common/tests/org.jboss.tools.common.test/build.properties
Log:
add about.html
Modified: trunk/common/tests/org.jboss.tools.common.test/build.properties
===================================================================
--- trunk/common/tests/org.jboss.tools.common.test/build.properties 2009-11-09 23:11:40 UTC (rev 18531)
+++ trunk/common/tests/org.jboss.tools.common.test/build.properties 2009-11-09 23:19:14 UTC (rev 18532)
@@ -1,8 +1,10 @@
bin.includes = META-INF/,\
.,\
- plugin.properties
+ plugin.properties,\
+ about.html
src.includes = src/,\
build.properties,\
- META-INF/
+ META-INF/,\
+ about.html
source.. = src/
additional.bundles = org.eclipse.core.net
15 years, 1 month
JBoss Tools SVN: r18531 - trunk/hibernatetools/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-09 18:11:40 -0500 (Mon, 09 Nov 2009)
New Revision: 18531
Modified:
trunk/hibernatetools/releng/
Log:
svn:ignore . buildlog.*
Property changes on: trunk/hibernatetools/releng
___________________________________________________________________
Name: svn:ignore
+ buildlog.*
15 years, 1 month
JBoss Tools SVN: r18530 - in trunk/hibernatetools: features/org.hibernate.eclipse.sdk.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-09 18:10:23 -0500 (Mon, 09 Nov 2009)
New Revision: 18530
Added:
trunk/hibernatetools/features/org.hibernate.eclipse.sdk.feature/sourceTemplateFeature/
trunk/hibernatetools/features/org.hibernate.eclipse.sdk.feature/sourceTemplatePlugin/
Modified:
trunk/hibernatetools/
Log:
svn:ignore . test
Property changes on: trunk/hibernatetools
___________________________________________________________________
Name: svn:ignore
+ test
Copied: trunk/hibernatetools/features/org.hibernate.eclipse.sdk.feature/sourceTemplateFeature (from rev 18426, trunk/hibernatetools/features/org.hibernate.eclipse.feature/sourceTemplateFeature)
Copied: trunk/hibernatetools/features/org.hibernate.eclipse.sdk.feature/sourceTemplatePlugin (from rev 18426, trunk/hibernatetools/features/org.hibernate.eclipse.feature/sourceTemplatePlugin)
15 years, 1 month
JBoss Tools SVN: r18529 - trunk/hibernatetools/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-09 18:09:24 -0500 (Mon, 09 Nov 2009)
New Revision: 18529
Modified:
trunk/hibernatetools/releng/build.properties
trunk/hibernatetools/releng/build.properties.example.linux
trunk/hibernatetools/releng/build.properties.example.windows
Log:
https://jira.jboss.org/jira/browse/JBIDE-5172 https://jira.jboss.org/jira/browse/JBIDE-4959
Modified: trunk/hibernatetools/releng/build.properties
===================================================================
--- trunk/hibernatetools/releng/build.properties 2009-11-09 23:08:45 UTC (rev 18528)
+++ trunk/hibernatetools/releng/build.properties 2009-11-09 23:09:24 UTC (rev 18529)
@@ -15,7 +15,7 @@
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
# Re-use local sources?
-#localSourceCheckoutDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/hibernatetools
+localSourceCheckoutDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/hibernatetools
relengBuilderDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/hibernatetools/releng
relengBaseBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.releng.basebuilder
relengCommonBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.dash.common.releng
@@ -26,6 +26,8 @@
dependencyURLs=\
http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.t...
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
+http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,\
+http://repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.1.zip,\
http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://downloads.sourceforge.net/sourceforge/hibernate/hibernate-3.0.3.zip
Modified: trunk/hibernatetools/releng/build.properties.example.linux
===================================================================
--- trunk/hibernatetools/releng/build.properties.example.linux 2009-11-09 23:08:45 UTC (rev 18528)
+++ trunk/hibernatetools/releng/build.properties.example.linux 2009-11-09 23:09:24 UTC (rev 18529)
@@ -26,6 +26,8 @@
dependencyURLs=\
http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.t...
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
+http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,\
+http://repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.1.zip,\
http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://downloads.sourceforge.net/sourceforge/hibernate/hibernate-3.0.3.zip
Modified: trunk/hibernatetools/releng/build.properties.example.windows
===================================================================
--- trunk/hibernatetools/releng/build.properties.example.windows 2009-11-09 23:08:45 UTC (rev 18528)
+++ trunk/hibernatetools/releng/build.properties.example.windows 2009-11-09 23:09:24 UTC (rev 18529)
@@ -34,6 +34,8 @@
dependencyURLs=\
http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-win32.zip,\
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
+http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,\
+http://repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.1.zip,\
http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://downloads.sourceforge.net/sourceforge/hibernate/hibernate-3.0.3.zip
15 years, 1 month
JBoss Tools SVN: r18528 - trunk/hibernatetools/features/org.hibernate.eclipse.test.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-09 18:08:45 -0500 (Mon, 09 Nov 2009)
New Revision: 18528
Modified:
trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-5172 https://jira.jboss.org/jira/browse/JBIDE-4959
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml 2009-11-09 23:07:10 UTC (rev 18527)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml 2009-11-09 23:08:45 UTC (rev 18528)
@@ -24,6 +24,12 @@
<plugin
+ id="org.jboss.tools.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
id="org.hibernate.eclipse.console.test"
download-size="0"
install-size="0"
15 years, 1 month
JBoss Tools SVN: r18527 - in trunk/as/plugins/org.jboss.ide.eclipse.as.ssh: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-11-09 18:07:10 -0500 (Mon, 09 Nov 2009)
New Revision: 18527
Added:
trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/plugin.properties
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/META-INF/MANIFEST.MF
trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/build.properties
Log:
JBIDE-5129 - ssh vendor etc
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/META-INF/MANIFEST.MF 2009-11-09 23:03:08 UTC (rev 18526)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/META-INF/MANIFEST.MF 2009-11-09 23:07:10 UTC (rev 18527)
@@ -1,6 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: JBoss SSH Server Plugin
+Bundle-Name: %Bundle-Name.0
+Bundle-Vendor: %Bundle-Vendor.0
Bundle-SymbolicName: org.jboss.ide.eclipse.as.ssh;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.jboss.ide.eclipse.as.ssh.SSHDeploymentPlugin
@@ -22,6 +23,6 @@
org.jboss.ide.eclipse.archives.webtools,
org.jboss.ide.eclipse.as.ui,
org.eclipse.ui.forms,
- org.jboss.ide.eclipse.archives.core;bundle-version="2.0.0"
+ org.jboss.ide.eclipse.archives.core
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/build.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/build.properties 2009-11-09 23:03:08 UTC (rev 18526)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/build.properties 2009-11-09 23:07:10 UTC (rev 18527)
@@ -3,4 +3,5 @@
bin.includes = META-INF/,\
icons/,\
.,\
- plugin.xml
+ plugin.xml,\
+ plugin.properties
\ No newline at end of file
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/plugin.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/plugin.properties (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/plugin.properties 2009-11-09 23:07:10 UTC (rev 18527)
@@ -0,0 +1,2 @@
+Bundle-Vendor.0 = JBoss by Red Hat
+Bundle-Name.0 = JBoss SSH Server Plugin
\ No newline at end of file
15 years, 1 month
JBoss Tools SVN: r18526 - in trunk: bpel/releng/maps and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-09 18:03:08 -0500 (Mon, 09 Nov 2009)
New Revision: 18526
Added:
trunk/common/releng/maps/test.common.map
Modified:
trunk/bpel/releng/build.properties
trunk/bpel/releng/build.properties.example.linux
trunk/bpel/releng/build.properties.example.windows
trunk/bpel/releng/maps/test.common.map
trunk/bpel/releng/psfs/test.common.subclipse.psf
trunk/bpel/releng/psfs/test.common.subversive.psf
trunk/hibernatetools/releng/maps/project.map
trunk/jmx/releng/maps/test.common.map
Log:
https://jira.jboss.org/jira/browse/JBIDE-5172 refactor o.j.tools.test -> tests for consistency
Modified: trunk/bpel/releng/build.properties
===================================================================
--- trunk/bpel/releng/build.properties 2009-11-09 22:57:08 UTC (rev 18525)
+++ trunk/bpel/releng/build.properties 2009-11-09 23:03:08 UTC (rev 18526)
@@ -27,7 +27,7 @@
# note: to run tests locally, these plugins must be pre-checked out into the local source folder:
#org.jboss.tools.common.test -> /path/to/common/tests/org.jboss.tools.common.test/
#org.jboss.tools.common -> /path/to/common/plugins/org.jboss.tools.common/
-#org.jboss.tools.test -> /path/to/tests/tests/org.jboss.tools.test/
+#org.jboss.tools.tests -> /path/to/tests/tests/org.jboss.tools.tests/
# JBoss Hudson Variables defined in /home/hudson/config_repository/resources/common.variables
JAVA_HOME=${JAVA_HOME_PARENT}
Modified: trunk/bpel/releng/build.properties.example.linux
===================================================================
--- trunk/bpel/releng/build.properties.example.linux 2009-11-09 22:57:08 UTC (rev 18525)
+++ trunk/bpel/releng/build.properties.example.linux 2009-11-09 23:03:08 UTC (rev 18526)
@@ -27,7 +27,7 @@
# note: to run tests locally, these plugins must be pre-checked out into the local source folder:
#org.jboss.tools.common.test -> /path/to/common/tests/org.jboss.tools.common.test/
#org.jboss.tools.common -> /path/to/common/plugins/org.jboss.tools.common/
-#org.jboss.tools.test -> /path/to/tests/tests/org.jboss.tools.test/
+#org.jboss.tools.tests -> /path/to/tests/tests/org.jboss.tools.tests/
localSourceCheckoutDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/bpel
relengBuilderDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/bpel/releng
Modified: trunk/bpel/releng/build.properties.example.windows
===================================================================
--- trunk/bpel/releng/build.properties.example.windows 2009-11-09 22:57:08 UTC (rev 18525)
+++ trunk/bpel/releng/build.properties.example.windows 2009-11-09 23:03:08 UTC (rev 18526)
@@ -27,7 +27,7 @@
# note: to run tests locally, these plugins must be pre-checked out into the local source folder:
#org.jboss.tools.common.test -> /path/to/common/tests/org.jboss.tools.common.test/
#org.jboss.tools.common -> /path/to/common/plugins/org.jboss.tools.common/
-#org.jboss.tools.test -> /path/to/tests/tests/org.jboss.tools.test/
+#org.jboss.tools.tests -> /path/to/tests/tests/org.jboss.tools.tests/
localSourceCheckoutDir=C:/workspace2
Modified: trunk/bpel/releng/maps/test.common.map
===================================================================
--- trunk/bpel/releng/maps/test.common.map 2009-11-09 22:57:08 UTC (rev 18525)
+++ trunk/bpel/releng/maps/test.common.map 2009-11-09 23:03:08 UTC (rev 18526)
@@ -2,6 +2,6 @@
plugin@org.jboss.tools.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/common/plugins/org.jboss.tools.common
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.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/test.common.subclipse.psf
===================================================================
--- trunk/bpel/releng/psfs/test.common.subclipse.psf 2009-11-09 22:57:08 UTC (rev 18525)
+++ trunk/bpel/releng/psfs/test.common.subclipse.psf 2009-11-09 23:03:08 UTC (rev 18526)
@@ -5,7 +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..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/tests/tests/org.jbo..."/>
</provider>
</psf>
Modified: trunk/bpel/releng/psfs/test.common.subversive.psf
===================================================================
--- trunk/bpel/releng/psfs/test.common.subversive.psf 2009-11-09 22:57:08 UTC (rev 18525)
+++ trunk/bpel/releng/psfs/test.common.subversive.psf 2009-11-09 23:03:08 UTC (rev 18526)
@@ -5,7 +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..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/tests/tests/org.jbo..."/>
</provider>
</psf>
Added: trunk/common/releng/maps/test.common.map
===================================================================
--- trunk/common/releng/maps/test.common.map (rev 0)
+++ trunk/common/releng/maps/test.common.map 2009-11-09 23:03:08 UTC (rev 18526)
@@ -0,0 +1,7 @@
+!*** required to run tests
+plugin@org.jboss.tools.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/common/plugins/org.jboss.tools.common
+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
Property changes on: trunk/common/releng/maps/test.common.map
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/hibernatetools/releng/maps/project.map
===================================================================
--- trunk/hibernatetools/releng/maps/project.map 2009-11-09 22:57:08 UTC (rev 18525)
+++ trunk/hibernatetools/releng/maps/project.map 2009-11-09 23:03:08 UTC (rev 18526)
@@ -11,3 +11,5 @@
plugin@org.jboss.tools.hibernate.ui=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui
plugin@org.jboss.tools.hibernate.jpt.core=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core
plugin@org.jboss.tools.hibernate.jpt.ui=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui
+
+plugin@org.jboss.tools.tests=SVN,,https://anonsvn.jboss.org/repos,,jbosstools/trunk/tests/tests/org.jboss.tools.tests
\ No newline at end of file
Modified: trunk/jmx/releng/maps/test.common.map
===================================================================
--- trunk/jmx/releng/maps/test.common.map 2009-11-09 22:57:08 UTC (rev 18525)
+++ trunk/jmx/releng/maps/test.common.map 2009-11-09 23:03:08 UTC (rev 18526)
@@ -1,4 +1,4 @@
!*** required shared/common plugins
plugin@org.jboss.tools.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/common/plugins/org.jboss.tools.common
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.test
+plugin@org.jboss.tools.tests=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/tests/tests/org.jboss.tools.tests
15 years, 1 month
JBoss Tools SVN: r18525 - trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-09 17:57:08 -0500 (Mon, 09 Nov 2009)
New Revision: 18525
Modified:
trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
Log:
oops. wrong way.
Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-11-09 22:56:37 UTC (rev 18524)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-11-09 22:57:08 UTC (rev 18525)
@@ -13,7 +13,7 @@
org.jboss.tools.jmx.core,
org.eclipse.debug.core,
org.eclipse.jdt.launching,
- org.jboss.tools.test
+ org.jboss.tools.tests
Export-Package: org.jboss.tools.jmx.core,
org.jboss.tools.jmx.core.tests,
org.jboss.tools.jmx.core.tests.util
15 years, 1 month
JBoss Tools SVN: r18524 - trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-09 17:56:37 -0500 (Mon, 09 Nov 2009)
New Revision: 18524
Modified:
trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
Log:
o.j.t.test -> tests for consistency
Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-11-09 22:54:28 UTC (rev 18523)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-11-09 22:56:37 UTC (rev 18524)
@@ -13,7 +13,7 @@
org.jboss.tools.jmx.core,
org.eclipse.debug.core,
org.eclipse.jdt.launching,
- org.jboss.tools.tests
+ org.jboss.tools.test
Export-Package: org.jboss.tools.jmx.core,
org.jboss.tools.jmx.core.tests,
org.jboss.tools.jmx.core.tests.util
15 years, 1 month