# HG changeset patch # User Frank Benoit # Date 1239254990 -7200 # Node ID 896cd9e8091376359acd09107b4741d21bc7226e # Parent a7064d39311b1aa38429d1cf52779fb2e10c33be Fix, thanks yidabu for the report. diff -r a7064d39311b -r 896cd9e80913 org.eclipse.osgi/src/org/osgi/framework/Bundle.d --- a/org.eclipse.osgi/src/org/osgi/framework/Bundle.d Thu Apr 09 06:20:23 2009 +0200 +++ b/org.eclipse.osgi/src/org/osgi/framework/Bundle.d Thu Apr 09 07:29:50 2009 +0200 @@ -16,7 +16,7 @@ * limitations under the License. */ -module org.eclipse.osgi.framework.Bundle; +module org.osgi.framework.Bundle; import java.lang.all;