| CODENOTIFIER | HelpYou are not signed inSign in |
Project: RadRails1.0
Revision: 14539
Author: cwilliams
Date: 30 Jun 2008 20:40:55
Changes:fix ROR-909
Files:| ... | ...@@ -1,14 +1,12 @@ | |
| 1 | 1 | bin.includes = plugin.xml,\ |
| 2 | 2 | plugin.properties,\ |
| 3 | launching.jar,\ | |
| 3 | .,\ | |
| 4 | 4 | .options,\ |
| 5 | 5 | META-INF/,\ |
| 6 | 6 | ruby/,\ |
| 7 | 7 | schema/ |
| 8 | plugin = org.rubypeople.rdt.launching | |
| 9 | plugin.name = launching | |
| 10 | plugin.classpath = ../org.eclipse.core.runtime/runtime.jar;../org.eclipse.core.resources/resources.jar;../org.eclipse.core.boot/boot.jar;../org.eclipse.debug.core/dtcore.jar;../org.eclipse.ui/workbench.jar;../org.apache.xerces/xmlParserAPIs.jar;../org.rubypeople.rdt.core/bin;../org.rubypeople.rdt.debug.core/bin; | |
| 11 | source.launching.jar = src/ | |
| 8 | source.. = src/ | |
| 9 | output.. = bin/ | |
| 12 | 10 | src.includes = ruby/,\ |
| 13 | 11 | schema/,\ |
| 14 | 12 | src/,\ |
| ... | ...@@ -1,9 +1,9 @@ | |
| 1 | 1 | Manifest-Version: 1.0 |
| 2 | 2 | Bundle-ManifestVersion: 2 |
| 3 | 3 | Bundle-Name: org.rubypeople.eclipse.testutils |
| 4 | Bundle-SymbolicName: org.rubypeople.eclipse.testutils | |
| 4 | Bundle-SymbolicName: org.rubypeople.eclipse.testutils;singleton:=true | |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | Bundle-ClassPath: testutils.jar | |
| 6 | Bundle-ClassPath: . | |
| 7 | 7 | Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator |
| 8 | 8 | Bundle-Localization: plugin |
| 9 | 9 | Export-Package: org.rubypeople.eclipse.testutils |
| ... | ...@@ -3,7 +3,7 @@ | |
| 3 | 3 | Bundle-Name: Regexp Plug-in |
| 4 | 4 | Bundle-SymbolicName: org.epic.regexp; singleton:=true |
| 5 | 5 | Bundle-Version: 0.1.4 |
| 6 | Bundle-ClassPath: regexp.jar, | |
| 6 | Bundle-ClassPath: ., | |
| 7 | 7 | gnu-regexp-1.1.4.jar |
| 8 | 8 | Bundle-Activator: org.epic.regexp.RegExpPlugin |
| 9 | 9 | Bundle-Vendor: Epic Project |
| ... | ...@@ -1,6 +1,6 @@ | |
| 1 | 1 | bin.includes = plugin.properties,\ |
| 2 | 2 | plugin.xml,\ |
| 3 | rdtui.jar,\ | |
| 3 | .,\ | |
| 4 | 4 | templates/,\ |
| 5 | 5 | META-INF/,\ |
| 6 | 6 | colorization/,\ |
| ... | ...@@ -8,7 +8,5 @@ | |
| 8 | 8 | RDocViewStyleSheet.css,\ |
| 9 | 9 | RubydocHoverStyleSheet.css,\ |
| 10 | 10 | icons/ |
| 11 | plugin = org.rubypeople.rdt.ui | |
| 12 | plugin.name = rdtui | |
| 13 | plugin.classpath = ../org.eclipse.core.runtime/runtime.jar;../org.eclipse.core.resources/resources.jar;../org.eclipse.core.boot/boot.jar;../org.eclipse.debug.ui/dtui.jar;../org.eclipse.ui/workbench.jar;../org.eclipse.swt.${ws}/ws/${ws}/swt.jar;../org.rubypeople.rdt.core/bin | |
| 14 | source.rdtui.jar = src/ | |
| 11 | source.. = src/ | |
| 12 | output.. = bin/ |
| ... | ...@@ -1,9 +1,7 @@ | |
| 1 | 1 | bin.includes = plugin.xml,\ |
| 2 | 2 | plugin.properties,\ |
| 3 | 3 | .options,\ |
| 4 | rdtdebugcore.jar,\ | |
| 4 | .,\ | |
| 5 | 5 | META-INF/ |
| 6 | source.rdtdebugcore.jar = src/ | |
| 7 | plugin = org.rubypeople.rdt.debug.core | |
| 8 | plugin.name = rdtdebugcore | |
| 9 | plugin.classpath = ../org.eclipse.core.runtime/runtime.jar;../org.eclipse.core.resources/resources.jar;../org.eclipse.core.boot/boot.jar;../org.eclipse.debug.core/dtcore.jar;../org.rubypeople.rdt.core/bin;../org.kxml2/bin | |
| 6 | output.. = bin/ | |
| 7 | source.. = src/ |
| ... | ...@@ -1,7 +1,7 @@ | |
| 1 | source.testunit.jar = src/ | |
| 2 | output.testunit.jar = bin/ | |
| 1 | source.. = src/ | |
| 2 | output.. = bin/ | |
| 3 | 3 | bin.includes = plugin.xml,\ |
| 4 | testunit.jar,\ | |
| 4 | .,\ | |
| 5 | 5 | icons/,\ |
| 6 | 6 | plugin.properties,\ |
| 7 | 7 | ruby/,\ |
| ... | ...@@ -3,7 +3,7 @@ | |
| 3 | 3 | Bundle-Name: %Plugin.name |
| 4 | 4 | Bundle-SymbolicName: org.rubypeople.rdt.debug.ui; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | Bundle-ClassPath: rdtdebugui.jar | |
| 6 | Bundle-ClassPath: . | |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.internal.debug.ui.RdtDebugUiPlugin |
| 8 | 8 | Bundle-Vendor: Aptana, Inc. |
| 9 | 9 | Bundle-Localization: plugin |
| ... | ...@@ -66,5 +66,5 @@ | |
| 66 | 66 | org.eclipse.core.filesystem |
| 67 | 67 | Eclipse-LazyStart: true |
| 68 | 68 | Bundle-Vendor: %rubyRefactoring.providerName |
| 69 | Bundle-ClassPath: refactoring.jar | |
| 69 | Bundle-ClassPath: . | |
| 70 | 70 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| ... | ...@@ -1,7 +1,7 @@ | |
| 1 | 1 | bin.includes = plugin.xml,\ |
| 2 | kxml2.jar,\ | |
| 2 | .,\ | |
| 3 | 3 | license.txt,\ |
| 4 | META-INF/ | |
| 5 | plugin = org.kxml2 | |
| 6 | plugin.name = kxml2 | |
| 7 | source.kxml2.jar = src/ | |
| 4 | META-INF/,\ | |
| 5 | plugin.properties | |
| 6 | source.. = src/ | |
| 7 | output.. = bin/ |
| ... | ...@@ -15,4 +15,4 @@ | |
| 15 | 15 | org.jruby, |
| 16 | 16 | org.rubypeople.rdt.core |
| 17 | 17 | Eclipse-LazyStart: true |
| 18 | Bundle-ClassPath: refactoringtests.jar | |
| 18 | Bundle-ClassPath: . |
| ... | ...@@ -1,5 +1,4 @@ | |
| 1 | jars.compile.order = . | |
| 2 | bin.includes = branding.jar,\ | |
| 1 | bin.includes = .,\ | |
| 3 | 2 | plugin.xml,\ |
| 4 | 3 | plugin.properties,\ |
| 5 | 4 | about.properties,\ |
| ... | ...@@ -12,9 +11,8 @@ | |
| 12 | 11 | Changelog.txt,\ |
| 13 | 12 | cheatsheets/,\ |
| 14 | 13 | META-INF/ |
| 15 | jars.compile.order = branding.jar | |
| 16 | source.branding.jar = src/ | |
| 17 | output.branding.jar = bin/ | |
| 14 | source.. = src/ | |
| 15 | output.. = bin/ | |
| 18 | 16 | src.includes = src/,\ |
| 19 | 17 | plugin.xml,\ |
| 20 | 18 | plugin.properties,\ |
| ... | ...@@ -3,7 +3,7 @@ | |
| 3 | 3 | Bundle-Name: %Plugin.name |
| 4 | 4 | Bundle-SymbolicName: org.rubypeople.rdt.launching; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | Bundle-ClassPath: launching.jar | |
| 6 | Bundle-ClassPath: . | |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.internal.launching.LaunchingPlugin |
| 8 | 8 | Bundle-Vendor: Aptana, Inc. |
| 9 | 9 | Bundle-Localization: plugin |
| ... | ...@@ -1,11 +1,9 @@ | |
| 1 | 1 | bin.includes = plugin.xml,\ |
| 2 | 2 | plugin.properties,\ |
| 3 | 3 | .options,\ |
| 4 | rdtcore.jar,\ | |
| 4 | .,\ | |
| 5 | 5 | lib/,\ |
| 6 | 6 | META-INF/,\ |
| 7 | 7 | ruby/ |
| 8 | source.rdtcore.jar = src/ | |
| 9 | plugin = org.rubypeople.rdt.core | |
| 10 | plugin.name = rdtcorejars.compile.order = rdtcore.jar | |
| 11 | jars.compile.order = rdtcore.jar | |
| 8 | source.. = src/ | |
| 9 | output.. = bin/ |
| ... | ...@@ -3,7 +3,7 @@ | |
| 3 | 3 | Bundle-Name: %Plugin.name |
| 4 | 4 | Bundle-SymbolicName: org.rubypeople.rdt.debug.core; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | Bundle-ClassPath: rdtdebugcore.jar | |
| 6 | Bundle-ClassPath: . | |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.internal.debug.core.RdtDebugCorePlugin |
| 8 | 8 | Bundle-Vendor: %providerName |
| 9 | 9 | Bundle-Localization: plugin |
| ... | ...@@ -3,7 +3,7 @@ | |
| 3 | 3 | Bundle-Name: %Plugin.name |
| 4 | 4 | Bundle-SymbolicName: org.rubypeople.rdt.ui; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | Bundle-ClassPath: rdtui.jar | |
| 6 | Bundle-ClassPath: . | |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.internal.ui.RubyPlugin |
| 8 | 8 | Bundle-Vendor: %providerName |
| 9 | 9 | Bundle-Localization: plugin |
| ... | ...@@ -3,7 +3,7 @@ | |
| 3 | 3 | Bundle-Name: RDT Debug Core Tests |
| 4 | 4 | Bundle-SymbolicName: org.rubypeople.rdt.debug.core.tests |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | Bundle-ClassPath: rdtdebugcoretests.jar | |
| 6 | Bundle-ClassPath: . | |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.debug.core.tests.RdtDebugTestsPlugin |
| 8 | 8 | Bundle-Vendor: RubyPeople |
| 9 | 9 | Bundle-Localization: plugin |
| ... | ...@@ -1,4 +1,5 @@ | |
| 1 | source.testutils.jar = src/ | |
| 2 | bin.includes = testutils.jar,\ | |
| 1 | source.. = src/ | |
| 2 | output.. = bin/ | |
| 3 | bin.includes = .,\ | |
| 3 | 4 | plugin.xml,\ |
| 4 | 5 | META-INF/ |
| ... | ...@@ -1,7 +1,8 @@ | |
| 1 | source.regexp.jar = src/ | |
| 1 | source.. = src/ | |
| 2 | output.. = bin/ | |
| 2 | 3 | bin.includes = plugin.xml,\ |
| 3 | 4 | *.jar,\ |
| 4 | regexp.jar,\ | |
| 5 | .,\ | |
| 5 | 6 | shortcuts,\ |
| 6 | 7 | icons/,\ |
| 7 | 8 | META-INF/ |
| ... | ...@@ -3,7 +3,7 @@ | |
| 3 | 3 | Bundle-Name: %pluginName |
| 4 | 4 | Bundle-SymbolicName: org.rubypeople.rdt.testunit; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | Bundle-ClassPath: testunit.jar | |
| 6 | Bundle-ClassPath: . | |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.internal.testunit.ui.TestunitPlugin |
| 8 | 8 | Bundle-Vendor: %providerName |
| 9 | 9 | Bundle-Localization: plugin |
| ... | ...@@ -1,10 +1,10 @@ | |
| 1 | Manifest-Version: 1.0 | |
| 2 | Bundle-ManifestVersion: 2 | |
| 3 | Bundle-Name: Kxml2 | |
| 4 | Bundle-SymbolicName: org.kxml2; singleton:=true | |
| 5 | Bundle-Version: 2.1.5 | |
| 6 | Bundle-ClassPath: kxml2.jar | |
| 7 | Bundle-Vendor: org.kxml | |
| 8 | Bundle-Localization: plugin | |
| 9 | Eclipse-LazyStart: true | |
| 10 | Export-Package: org.xmlpull.v1 | |
| 1 | Manifest-Version: 1.0 | |
| 2 | Bundle-ManifestVersion: 2 | |
| 3 | Bundle-Name: Kxml2 | |
| 4 | Bundle-SymbolicName: org.kxml2; singleton:=true | |
| 5 | Bundle-Version: 2.1.5 | |
| 6 | Bundle-ClassPath: . | |
| 7 | Bundle-Vendor: org.kxml | |
| 8 | Bundle-Localization: plugin | |
| 9 | Eclipse-LazyStart: true | |
| 10 | Export-Package: org.xmlpull.v1 |
| ... | ...@@ -1,22 +1,22 @@ | |
| 1 | Manifest-Version: 1.0 | |
| 2 | Bundle-ManifestVersion: 2 | |
| 3 | Bundle-Name: %pluginName | |
| 4 | Bundle-SymbolicName: org.rubypeople.rdt.branding;singleton:=true | |
| 5 | Bundle-Version: 0.0.0 | |
| 6 | Bundle-Localization: plugin | |
| 7 | Require-Bundle: org.eclipse.core.resources, | |
| 8 | org.eclipse.debug.ui, | |
| 9 | org.rubypeople.rdt.ui, | |
| 10 | org.rubypeople.rdt.core, | |
| 11 | org.rubypeople.rdt.debug.core, | |
| 12 | org.eclipse.ui.ide, | |
| 13 | org.eclipse.ui.cheatsheets, | |
| 14 | org.eclipse.core.runtime, | |
| 15 | org.rubypeople.rdt.debug.ui, | |
| 16 | org.eclipse.jface, | |
| 17 | org.eclipse.ui.workbench | |
| 18 | Eclipse-LazyStart: true | |
| 19 | Bundle-Activator: org.rubypeople.rdt.internal.cheatsheets.RdtPlugin | |
| 20 | Bundle-Vendor: %providerName | |
| 21 | Bundle-ClassPath: branding.jar | |
| 22 | Export-Package: org.rubypeople.rdt.internal.cheatsheets | |
| 1 | Manifest-Version: 1.0 | |
| 2 | Bundle-ManifestVersion: 2 | |
| 3 | Bundle-Name: %pluginName | |
| 4 | Bundle-SymbolicName: org.rubypeople.rdt.branding;singleton:=true | |
| 5 | Bundle-Version: 0.0.0 | |
| 6 | Bundle-Localization: plugin | |
| 7 | Require-Bundle: org.eclipse.core.resources, | |
| 8 | org.eclipse.debug.ui, | |
| 9 | org.rubypeople.rdt.ui, | |
| 10 | org.rubypeople.rdt.core, | |
| 11 | org.rubypeople.rdt.debug.core, | |
| 12 | org.eclipse.ui.ide, | |
| 13 | org.eclipse.ui.cheatsheets, | |
| 14 | org.eclipse.core.runtime, | |
| 15 | org.rubypeople.rdt.debug.ui, | |
| 16 | org.eclipse.jface, | |
| 17 | org.eclipse.ui.workbench | |
| 18 | Eclipse-LazyStart: true | |
| 19 | Bundle-Activator: org.rubypeople.rdt.internal.cheatsheets.RdtPlugin | |
| 20 | Bundle-Vendor: %providerName | |
| 21 | Bundle-ClassPath: . | |
| 22 | Export-Package: org.rubypeople.rdt.internal.cheatsheets |
| ... | ...@@ -1,13 +1,11 @@ | |
| 1 | source.rdtdebugui.jar = src/ | |
| 1 | source.. = src/ | |
| 2 | output.. = bin/ | |
| 2 | 3 | bin.includes = plugin.xml,\ |
| 3 | 4 | plugin.properties,\ |
| 4 | 5 | icons/**/*.gif,\ |
| 5 | rdtdebugui.jar,\ | |
| 6 | .,\ | |
| 6 | 7 | cheatsheets/,\ |
| 7 | 8 | icons/full/,\ |
| 8 | 9 | expressions/rdt.xml,\ |
| 9 | 10 | META-INF/,\ |
| 10 | 11 | images/ |
| 11 | plugin = org.rubypeople.rdt.debug.ui | |
| 12 | plugin.name = rdtdebugui | |
| 13 | plugin.classpath = ../org.eclipse.core.resources/resources.jar;../org.eclipse.ui/worbench.jar;../org.eclipse.core.runtime/runtime.jar;../org.eclipse.core.resources/resources.jar;../org.eclipse.core.boot/boot.jar;../org.eclipse.debug.core/dtcore.jar;../org.eclipse.debug.ui/dtui.jar;../org.eclipse.swt/bin;../org.eclipse.ui/workbench.jar;../org.eclipse.swt.${ws}/ws/${ws}/swt.jar;../org.rubypeople.rdt.core/bin;../org.rubypeople.rdt.debug.core/bin;../org.rubypeople.rdt.launching/bin;../org.rubypeople.rdt.ui/bin; |
| ... | ...@@ -1,11 +1,9 @@ | |
| 1 | jars.compile.order = . | |
| 2 | bin.includes = refactoring.jar,\ | |
| 1 | bin.includes = .,\ | |
| 3 | 2 | plugin.xml,\ |
| 4 | 3 | META-INF/,\ |
| 5 | 4 | plugin.properties |
| 6 | jars.compile.order = refactoring.jar | |
| 7 | source.refactoring.jar = src/ | |
| 8 | output.refactoring.jar = bin/ | |
| 5 | source.. = src/ | |
| 6 | output.. = bin/ | |
| 9 | 7 | src.includes = src/,\ |
| 10 | 8 | plugin.xml,\ |
| 11 | 9 | plugin.properties,\ |
| ... | ...@@ -1,8 +1,8 @@ | |
| 1 | bin.includes = refactoringtests.jar,\ | |
| 1 | bin.includes = .,\ | |
| 2 | 2 | META-INF/ |
| 3 | jars.compile.order = refactoringtests.jar | |
| 4 | source.refactoringtests.jar = src/ | |
| 5 | output.refactoringtests.jar = bin/ | |
| 3 | source.. = src/,\ | |
| 4 | resources/ | |
| 5 | output.. = bin/ | |
| 6 | 6 | src.includes = src/,\ |
| 7 | 7 | build.properties,\ |
| 8 | 8 | META-INF/ |
| ... | ...@@ -3,7 +3,7 @@ | |
| 3 | 3 | Bundle-Name: %Plugin.name |
| 4 | 4 | Bundle-SymbolicName: org.rubypeople.rdt.core; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | Bundle-ClassPath: rdtcore.jar | |
| 6 | Bundle-ClassPath: . | |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.core.RubyCore |
| 8 | 8 | Bundle-Vendor: %providerName |
| 9 | 9 | Bundle-Localization: plugin |