Skip to content

Commit

Permalink
Exporting package to comply with Eclipse API security rules
Browse files Browse the repository at this point in the history
It seems that "debug" is a dangerous package name:
org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.repl.debug
  • Loading branch information
PaulKlint committed Nov 30, 2015
1 parent e68a25c commit 6fe9874
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions META-INF/MANIFEST.MF
Expand Up @@ -24,6 +24,7 @@ Export-Package:
org.rascalmpl.library.experiments.Compiler.Commands,
org.rascalmpl.library.experiments.Compiler.RVM.Interpreter,
org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.repl,
org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.repl.debug,
org.rascalmpl.library.experiments.resource,
org.rascalmpl.library.experiments.resource.resources,
org.rascalmpl.library.experiments.resource.resources.file,
Expand Down Expand Up @@ -76,9 +77,6 @@ Export-Package:
org.rascalmpl.uri.jar,
org.rascalmpl.uri.libraries,
org.rascalmpl.uri.remote,
org.rascalmpl.values,
org.rascalmpl.values.uptr,
org.rascalmpl.values.uptr.visitors,
org.rascalmpl.value,
org.rascalmpl.value.exceptions,
org.rascalmpl.value.impl,
Expand All @@ -89,7 +87,10 @@ Export-Package:
org.rascalmpl.value.io,
org.rascalmpl.value.type,
org.rascalmpl.value.util,
org.rascalmpl.value.visitors
org.rascalmpl.value.visitors,
org.rascalmpl.values,
org.rascalmpl.values.uptr,
org.rascalmpl.values.uptr.visitors
Require-Bundle:
org.eclipse.swt,
org.objectweb.asm;bundle-version="4.0.0",
Expand Down

0 comments on commit 6fe9874

Please sign in to comment.