|
From: <caw...@us...> - 2007-04-27 15:28:37
|
Revision: 2387
http://svn.sourceforge.net/rubyeclipse/?rev=2387&view=rev
Author: cawilliams
Date: 2007-04-27 08:28:35 -0700 (Fri, 27 Apr 2007)
Log Message:
-----------
require at least J2SE-1.5 in manifest
Modified Paths:
--------------
trunk/org.rubypeople.rdt.refactoring/META-INF/MANIFEST.MF
trunk/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF
trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF
Modified: trunk/org.rubypeople.rdt.refactoring/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.rubypeople.rdt.refactoring/META-INF/MANIFEST.MF 2007-04-27 15:28:14 UTC (rev 2386)
+++ trunk/org.rubypeople.rdt.refactoring/META-INF/MANIFEST.MF 2007-04-27 15:28:35 UTC (rev 2387)
@@ -67,3 +67,4 @@
Eclipse-LazyStart: true
Bundle-Vendor: %rubyRefactoring.providerName
Bundle-ClassPath: refactoring.jar
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF 2007-04-27 15:28:14 UTC (rev 2386)
+++ trunk/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF 2007-04-27 15:28:35 UTC (rev 2387)
@@ -25,3 +25,4 @@
org.eclipse.compare,
org.eclipse.jface.text
Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF 2007-04-27 15:28:14 UTC (rev 2386)
+++ trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF 2007-04-27 15:28:35 UTC (rev 2387)
@@ -60,3 +60,4 @@
org.eclipse.core.expressions,
org.eclipse.ltk.core.refactoring
Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|