Project: RadRails1.0
Revision: 14541
Author: cwilliams
Date: 30 Jun 2008 20:47:13
Changes:fix ROR-909
Files:modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.eclipse.testutils/META-INF/MANIFEST.MF (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.core.tests/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.launching.tests/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.ui.tests/META-INF/MANIFEST.MF (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.debug.core.tests/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.ui.tests/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.debug.ui.tests/META-INF/MANIFEST.MF (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.eclipse.shams/META-INF/MANIFEST.MF (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.debug.ui.tests/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.eclipse.shams/build.properties (
try)
added: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.core.tests/META-INF/MANIFEST.MF (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.launching.tests/META-INF/MANIFEST.MF (
try)
Diff:
| ... | ...@@ -7,6 +7,7 @@ |
| 7 | 7 | Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator |
| 8 | 8 | Bundle-Localization: plugin |
| 9 | 9 | Export-Package: org.rubypeople.eclipse.testutils |
| 10 | | Require-Bundle: org.eclipse.core.runtime.compatibility, |
| 10 | Require-Bundle: org.eclipse.core.runtime, |
| 11 | 11 | org.eclipse.core.resources, |
| 12 | 12 | org.junit |
| 13 | Bundle-Localization: plugin |
| ... | ...@@ -1,3 +1,5 @@ |
| 1 | | source.rdtcoretests.jar = src/ |
| 2 | | bin.includes = rdtcoretests.jar,\ |
| 3 | | plugin.xml |
| 1 | source.. = src/ |
| 2 | output.. = bin/ |
| 3 | bin.includes = .,\ |
| 4 | plugin.xml,\ |
| 5 | META-INF/ |
| ... | ...@@ -1,3 +1,5 @@ |
| 1 | | source.rdtlaunchingtests.jar = src/ |
| 1 | source.. = src/ |
| 2 | output.. = bin/ |
| 2 | 3 | bin.includes = plugin.xml,\ |
| 3 | | rdtlaunchingtests.jar |
| 4 | .,\ |
| 5 | META-INF/ |
| ... | ...@@ -0,0 +1,25 @@ |
| 1 | Bundle-Activator: org.rubypeople.rdt.internal.ui.RdtUiTestsPlugin
|
| 2 | Bundle-Vendor: RubyPeople, Org.
|
| 3 | Bundle-Version: 0.0.0
|
| 4 | Bundle-SymbolicName: org.rubypeople.rdt.ui.tests;singleton=true
|
| 5 | Bundle-Name: RDT UI Tests
|
| 6 | Eclipse-LazyStart: true
|
| 7 | Bundle-ClassPath: .
|
| 8 | Bundle-Localization: plugin
|
| 9 | Require-Bundle: org.eclipse.ui.ide,
|
| 10 | org.eclipse.ui.views,
|
| 11 | org.eclipse.jface.text,
|
| 12 | org.eclipse.ui.workbench.texteditor,
|
| 13 | org.eclipse.ui.editors,
|
| 14 | org.rubypeople.rdt.ui,
|
| 15 | org.rubypeople.eclipse.shams,
|
| 16 | org.rubypeople.rdt.core,
|
| 17 | org.eclipse.ui,
|
| 18 | org.eclipse.core.resources,
|
| 19 | org.rubypeople.eclipse.testutils,
|
| 20 | org.eclipse.core.runtime,
|
| 21 | org.eclipse.search,
|
| 22 | org.rubypeople.rdt.core.tests,
|
| 23 | org.jruby,
|
| 24 | org.junit
|
| 25 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
| ... | ...@@ -1,5 +1,5 @@ |
| 1 | | source.rdtdebugcoretests.jar = src/ |
| 2 | | bin.includes = rdtdebugcoretests.jar,\ |
| 3 | | plugin.xml,\ |
| 1 | source.. = src/ |
| 2 | output.. = bin/ |
| 3 | bin.includes = .,\ |
| 4 | 4 | META-INF/,\ |
| 5 | 5 | ruby/ |
| ... | ...@@ -1,4 +1,5 @@ |
| 1 | 1 | bin.includes = plugin.xml,\ |
| 2 | | rdtuitests.jar |
| 3 | | source.rdtuitests.jar = src/ |
| 4 | | jars.compile.order = rdtuitests.jar |
| 2 | .,\ |
| 3 | META-INF/ |
| 4 | source.. = src/ |
| 5 | output.. = bin/ |
| ... | ...@@ -0,0 +1,32 @@ |
| 1 | Bundle-SymbolicName: org.rubypeople.rdt.debug.ui.tests;singleton=true
|
| 2 | Bundle-Name: RDT Debug UI Tests
|
| 3 | Bundle-Version: 0.0.0
|
| 4 | Bundle-Vendor: RubyPeople Inc.
|
| 5 | Bundle-Activator: org.rubypeople.rdt.debug.ui.tests.RdtDebugUiTestsPlugin
|
| 6 | Bundle-ClassPath: .
|
| 7 | Bundle-Localization: plugin
|
| 8 | Require-Bundle: org.eclipse.ui.ide,
|
| 9 | org.eclipse.ui.views,
|
| 10 | org.eclipse.jface.text,
|
| 11 | org.eclipse.ui.workbench.texteditor,
|
| 12 | org.eclipse.ui.editors,
|
| 13 | org.eclipse.core.resources,
|
| 14 | org.eclipse.ui,
|
| 15 | org.rubypeople.rdt.debug.ui,
|
| 16 | org.rubypeople.rdt.launching,
|
| 17 | org.rubypeople.rdt.ui,
|
| 18 | org.rubypeople.rdt.core,
|
| 19 | org.rubypeople.eclipse.shams,
|
| 20 | org.eclipse.debug.core,
|
| 21 | org.eclipse.debug.ui,
|
| 22 | org.rubypeople.eclipse.testutils,
|
| 23 | org.rubypeople.rdt.debug.core,
|
| 24 | org.eclipse.core.runtime,
|
| 25 | org.eclipse.ui.console,
|
| 26 | org.rubypeople.rdt.core.tests
|
| 27 | Eclipse-LazyStart: true
|
| 28 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
| 29 | Provide-Package: org.rubypeople.rdt.debug.ui.tests,
|
| 30 | org.rubypeople.rdt.internal.debug.ui,
|
| 31 | org.rubypeople.rdt.internal.debug.ui.launcher
|
| 32 |
|
| ... | ...@@ -0,0 +1,17 @@ |
| 1 | Bundle-SymbolicName: org.rubypeople.eclipse.shams;singleton=true
|
| 2 | Bundle-Version: 0.0.0
|
| 3 | Bundle-Name: Shams
|
| 4 | Bundle-Vendor: RubyPeople, Org.
|
| 5 | Bundle-ClassPath: .
|
| 6 | Require-Bundle: org.eclipse.swt,
|
| 7 | org.eclipse.core.runtime,
|
| 8 | org.eclipse.core.resources,
|
| 9 | org.eclipse.ui,
|
| 10 | org.eclipse.debug.core,
|
| 11 | org.junit
|
| 12 | Eclipse-LazyStart: true
|
| 13 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
| 14 | Provide-Package: org.rubypeople.eclipse.shams.debug.core,
|
| 15 | org.rubypeople.eclipse.shams.resources,
|
| 16 | org.rubypeople.eclipse.shams.runtime
|
| 17 | Bundle-Localization: plugin
|
| ... | ...@@ -1,3 +1,5 @@ |
| 1 | | source.rdtdebuguitests.jar = src/ |
| 2 | | bin.includes = rdtdebuguitests.jar,\ |
| 3 | | plugin.xml |
| 1 | source.. = src/ |
| 2 | output.. = bin/ |
| 3 | bin.includes = .,\ |
| 4 | plugin.xml,\ |
| 5 | META-INF/ |
| ... | ...@@ -1,6 +1,5 @@ |
| 1 | 1 | bin.includes = plugin.xml,\ |
| 2 | | rdteclipseshams.jar |
| 3 | | plugin = org.rubypeople.eclipse.shams |
| 4 | | plugin.name = shams |
| 5 | | plugin.classpath = ${eclipse.pluginpath}/org.eclipse.core.runtime/runtime.jar;${eclipse.pluginpath}/org.eclipse.core.resources/resources.jar;${eclipse.pluginpath}/org.eclipse.core.boot/boot.jar;${eclipse.pluginpath}/org.eclipse.debug.core/dtcore.jar;${eclipse.pluginpath}/org.eclipse.ui/workbench.jar;${eclipse.pluginpath}/org.eclipse.swt/bin; |
| 6 | | source.rdteclipseshams.jar = src/ |
| 2 | .,\ |
| 3 | META-INF/ |
| 4 | source.. = src/ |
| 5 | output.. = bin/ |
| ... | ...@@ -0,0 +1,29 @@ |
| 1 | Bundle-SymbolicName: org.rubypeople.rdt.core.tests;singleton=true
|
| 2 | Bundle-Name: org.rubypeople.rdt.core.tests
|
| 3 | Bundle-Version: 0.0.0
|
| 4 | Bundle-Vendor: RubyPeople, Org.
|
| 5 | Bundle-ClassPath: .
|
| 6 | Provide-Package: org.rubypeople.rdt.core,
|
| 7 | org.rubypeople.rdt.core.tests,
|
| 8 | org.rubypeople.rdt.core.tests.model,
|
| 9 | org.rubypeople.rdt.core.tests.util,
|
| 10 | org.rubypeople.rdt.internal.codeassist,
|
| 11 | org.rubypeople.rdt.internal.core,
|
| 12 | org.rubypeople.rdt.internal.core.ast,
|
| 13 | org.rubypeople.rdt.internal.core.builder,
|
| 14 | org.rubypeople.rdt.internal.core.parser,
|
| 15 | org.rubypeople.rdt.internal.core.search,
|
| 16 | org.rubypeople.rdt.internal.core.util,
|
| 17 | org.rubypeople.rdt.internal.formatter,
|
| 18 | org.rubypeople.rdt.internal.ti
|
| 19 | Require-Bundle: org.eclipse.core.resources,
|
| 20 | org.eclipse.core.runtime,
|
| 21 | org.rubypeople.rdt.core,
|
| 22 | org.rubypeople.eclipse.shams,
|
| 23 | org.rubypeople.eclipse.testutils,
|
| 24 | org.jruby,
|
| 25 | org.eclipse.jface.text,
|
| 26 | org.junit
|
| 27 | Eclipse-LazyStart: true
|
| 28 | Bundle-Localization: plugin
|
| 29 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
| ... | ...@@ -0,0 +1,20 @@ |
| 1 | Manifest-Version: 1.0
|
| 2 | Bundle-ManifestVersion: 2
|
| 3 | Bundle-Name: org.rubypeople.rdt.launching.tests
|
| 4 | Bundle-Version: 0.0.0
|
| 5 | Bundle-Vendor: RubyPeople, Org.
|
| 6 | Bundle-SymbolicName: org.rubypeople.rdt.launching.tests;singleton:=true
|
| 7 | Bundle-ClassPath: .
|
| 8 | Bundle-Localization: plugin
|
| 9 | Require-Bundle: org.junit,
|
| 10 | org.eclipse.core.runtime,
|
| 11 | org.eclipse.core.resources,
|
| 12 | org.eclipse.debug.core,
|
| 13 | org.rubypeople.eclipse.shams,
|
| 14 | org.rubypeople.rdt.core,
|
| 15 | org.rubypeople.rdt.core.tests,
|
| 16 | org.rubypeople.rdt.debug.core,
|
| 17 | org.rubypeople.rdt.launching
|
| 18 | Export-Package: org.rubypeople.rdt.internal.launching;x-internal:=true,
|
| 19 | org.rubypeople.rdt.launching.tests
|
| 20 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
To list