|
From: <caw...@us...> - 2007-05-04 14:38:51
|
Revision: 2435
http://svn.sourceforge.net/rubyeclipse/?rev=2435&view=rev
Author: cawilliams
Date: 2007-05-04 07:38:49 -0700 (Fri, 04 May 2007)
Log Message:
-----------
try not using x-friends modifier on exported package and see if that fixes the build
Modified Paths:
--------------
trunk/com.aptana.rdt/META-INF/MANIFEST.MF
Modified: trunk/com.aptana.rdt/META-INF/MANIFEST.MF
===================================================================
--- trunk/com.aptana.rdt/META-INF/MANIFEST.MF 2007-05-04 13:18:36 UTC (rev 2434)
+++ trunk/com.aptana.rdt/META-INF/MANIFEST.MF 2007-05-04 14:38:49 UTC (rev 2435)
@@ -8,7 +8,7 @@
Eclipse-LazyStart: true
Bundle-Vendor: Aptana, Inc.
Export-Package: com.aptana.rdt,
- com.aptana.rdt.internal.parser.warnings;x-friends:="com.aptana.rdt.tests",
+ com.aptana.rdt.internal.parser.warnings,
com.aptana.rdt.internal.ui.preferences,
com.aptana.rdt.internal.ui.text.ruby.hover
Require-Bundle: org.rubypeople.rdt.ui,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|