From a3238122835efdfe5759b29da3feae30a09fcd91 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 21 Oct 2013 15:19:45 -0700 Subject: Towards minimal build for publishing core to maven. Use `unless` attribute in targets so that `docs.skip` influences dependency graph. Create `scaladoc` task in `pack.core` so that we don't need `pack.done` for publishing the core. Move source bundle creation from `dist.src` to `osgi.core`/`osgi.done`. Split dependencies of maven publishing into core/all variants: `osgi.core` creates osgi bundles for just lib/reflect/comp. --- src/build/bnd/scala-xml.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build/bnd/scala-xml.bnd') diff --git a/src/build/bnd/scala-xml.bnd b/src/build/bnd/scala-xml.bnd index 6203c57dfe..5d64c05e65 100644 --- a/src/build/bnd/scala-xml.bnd +++ b/src/build/bnd/scala-xml.bnd @@ -1,5 +1,5 @@ Bundle-Name: Scala XML Library -Bundle-SymbolicName: org.scala-lang.scala-xml +Bundle-SymbolicName: org.scala-lang.modules.scala-xml ver: @VERSION@ Bundle-Version: ${ver} Export-Package: *;version=${ver} -- cgit v1.2.3