Project: RadRails1.0
Revision: 14686
Author: cwilliams
Date: 07 Jul 2008 10:18:15
Changes:roll back changes for ROR-909 for plugins which get unpacked
Files:modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.core/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.launching/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.ui/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.testunit/build.properties (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.core/META-INF/MANIFEST.MF (
try)
modified: /aptana/ide_suite/branches/radrails_1.0/rdt/plugins/org.rubypeople.rdt.launching/META-INF/MANIFEST.MF (
try)
Diff:
| ... | ...@@ -1,9 +1,9 @@ |
| 1 | 1 | bin.includes = plugin.xml,\ |
| 2 | 2 | plugin.properties,\ |
| 3 | 3 | .options,\ |
| 4 | | .,\ |
| 4 | rdtcore.jar,\ |
| 5 | 5 | lib/,\ |
| 6 | 6 | META-INF/,\ |
| 7 | 7 | ruby/ |
| 8 | | source.. = src/ |
| 9 | | output.. = bin/ |
| 8 | source.rdtcore.jar = src/ |
| 9 | output.rdtcore.jar = bin/ |
| ... | ...@@ -1,12 +1,12 @@ |
| 1 | 1 | bin.includes = plugin.xml,\ |
| 2 | 2 | plugin.properties,\ |
| 3 | | .,\ |
| 3 | launching.jar,\ |
| 4 | 4 | .options,\ |
| 5 | 5 | META-INF/,\ |
| 6 | 6 | ruby/,\ |
| 7 | 7 | schema/ |
| 8 | | source.. = src/ |
| 9 | | output.. = bin/ |
| 8 | source.launching.jar = src/ |
| 9 | output.launching.jar = bin/ |
| 10 | 10 | src.includes = ruby/,\ |
| 11 | 11 | schema/,\ |
| 12 | 12 | src/,\ |
| ... | ...@@ -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: . |
| 6 | Bundle-ClassPath: rdtui.jar |
| 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: %pluginName |
| 4 | 4 | Bundle-SymbolicName: org.rubypeople.rdt.testunit; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | | Bundle-ClassPath: . |
| 6 | Bundle-ClassPath: testunit.jar |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.internal.testunit.ui.TestunitPlugin |
| 8 | 8 | Bundle-Vendor: %providerName |
| 9 | 9 | Bundle-Localization: plugin |
| ... | ...@@ -1,6 +1,6 @@ |
| 1 | 1 | bin.includes = plugin.properties,\ |
| 2 | 2 | plugin.xml,\ |
| 3 | | .,\ |
| 3 | rdtui.jar,\ |
| 4 | 4 | templates/,\ |
| 5 | 5 | META-INF/,\ |
| 6 | 6 | colorization/,\ |
| ... | ...@@ -8,5 +8,5 @@ |
| 8 | 8 | RDocViewStyleSheet.css,\ |
| 9 | 9 | RubydocHoverStyleSheet.css,\ |
| 10 | 10 | icons/ |
| 11 | | source.. = src/ |
| 12 | | output.. = bin/ |
| 11 | source.rdtui.jar = src/ |
| 12 | output.rdtui.jar = bin/ |
| ... | ...@@ -1,7 +1,7 @@ |
| 1 | | source.. = src/ |
| 2 | | output.. = bin/ |
| 1 | source.testunit.jar = src/ |
| 2 | output.testunit.jar = bin/ |
| 3 | 3 | bin.includes = plugin.xml,\ |
| 4 | | .,\ |
| 4 | testunit.jar,\ |
| 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.core; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | | Bundle-ClassPath: . |
| 6 | Bundle-ClassPath: rdtcore.jar |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.core.RubyCore |
| 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.launching; singleton:=true |
| 5 | 5 | Bundle-Version: 0.0.0 |
| 6 | | Bundle-ClassPath: . |
| 6 | Bundle-ClassPath: launching.jar |
| 7 | 7 | Bundle-Activator: org.rubypeople.rdt.internal.launching.LaunchingPlugin |
| 8 | 8 | Bundle-Vendor: Aptana, Inc. |
| 9 | 9 | Bundle-Localization: plugin |
To list