From 6ba5fc604ab3c8dca6bba4c50c943b31ccb04935 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 18 Oct 2013 13:48:44 -0700 Subject: Correct license to 3-clause BSD in poms. --- src/build/maven/plugins/continuations-pom.xml | 5 ++--- src/build/maven/scala-actors-pom.xml | 5 ++--- src/build/maven/scala-compiler-pom.xml | 5 ++--- src/build/maven/scala-library-pom.xml | 5 ++--- src/build/maven/scala-reflect-pom.xml | 5 ++--- src/build/maven/scala-swing-pom.xml | 5 ++--- src/build/maven/scalap-pom.xml | 5 ++--- 7 files changed, 14 insertions(+), 21 deletions(-) diff --git a/src/build/maven/plugins/continuations-pom.xml b/src/build/maven/plugins/continuations-pom.xml index 9abb0a36f0..7217270e96 100644 --- a/src/build/maven/plugins/continuations-pom.xml +++ b/src/build/maven/plugins/continuations-pom.xml @@ -16,9 +16,8 @@ - BSD-like - http://www.scala-lang.org/downloads/license.html - + BSD 3-Clause + http://www.scala-lang.org/license.html repo diff --git a/src/build/maven/scala-actors-pom.xml b/src/build/maven/scala-actors-pom.xml index 3d37ef8174..dbbdbb46f6 100644 --- a/src/build/maven/scala-actors-pom.xml +++ b/src/build/maven/scala-actors-pom.xml @@ -16,9 +16,8 @@ - BSD-like - http://www.scala-lang.org/downloads/license.html - + BSD 3-Clause + http://www.scala-lang.org/license.html repo diff --git a/src/build/maven/scala-compiler-pom.xml b/src/build/maven/scala-compiler-pom.xml index 8cc42c22ae..676e054a36 100644 --- a/src/build/maven/scala-compiler-pom.xml +++ b/src/build/maven/scala-compiler-pom.xml @@ -16,9 +16,8 @@ - BSD-like - http://www.scala-lang.org/downloads/license.html - + BSD 3-Clause + http://www.scala-lang.org/license.html repo diff --git a/src/build/maven/scala-library-pom.xml b/src/build/maven/scala-library-pom.xml index 684474e79a..fcadc16197 100644 --- a/src/build/maven/scala-library-pom.xml +++ b/src/build/maven/scala-library-pom.xml @@ -16,9 +16,8 @@ - BSD-like - http://www.scala-lang.org/downloads/license.html - + BSD 3-Clause + http://www.scala-lang.org/license.html repo diff --git a/src/build/maven/scala-reflect-pom.xml b/src/build/maven/scala-reflect-pom.xml index 56d2ffc57c..7c6aa024ae 100644 --- a/src/build/maven/scala-reflect-pom.xml +++ b/src/build/maven/scala-reflect-pom.xml @@ -16,9 +16,8 @@ - BSD-like - http://www.scala-lang.org/downloads/license.html - + BSD 3-Clause + http://www.scala-lang.org/license.html repo diff --git a/src/build/maven/scala-swing-pom.xml b/src/build/maven/scala-swing-pom.xml index 5099fe11dc..b87c9219a3 100644 --- a/src/build/maven/scala-swing-pom.xml +++ b/src/build/maven/scala-swing-pom.xml @@ -16,9 +16,8 @@ - BSD-like - http://www.scala-lang.org/downloads/license.html - + BSD 3-Clause + http://www.scala-lang.org/license.html repo diff --git a/src/build/maven/scalap-pom.xml b/src/build/maven/scalap-pom.xml index 50c08e899c..b2445cf420 100644 --- a/src/build/maven/scalap-pom.xml +++ b/src/build/maven/scalap-pom.xml @@ -16,9 +16,8 @@ - BSD-like - http://www.scala-lang.org/downloads/license.html - + BSD 3-Clause + http://www.scala-lang.org/license.html repo -- cgit v1.2.3 From 09faf8ede1e14a3b294ff62a88efc1732a8fb105 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 1 Oct 2013 12:18:15 -0700 Subject: Clarify comment. --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b28e6d4e8e..e6c9cc66e9 100755 --- a/build.xml +++ b/build.xml @@ -561,7 +561,8 @@ TODO: - + -- cgit v1.2.3 From 2cba4f7c5b6f372a150f5ebabecf2eaa25ece797 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 1 Oct 2013 12:21:43 -0700 Subject: Remove dead target: locker.actors --- build.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.xml b/build.xml index e6c9cc66e9..adbe33e65b 100755 --- a/build.xml +++ b/build.xml @@ -587,11 +587,6 @@ TODO: - - - - - @@ -1241,9 +1236,6 @@ TODO: - - - -- cgit v1.2.3 From 8f05b5a0946dc2d4f715b22be841e0656be70b52 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 18 Oct 2013 13:42:48 -0700 Subject: Untangle classpaths related to doc targets. --- build.xml | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/build.xml b/build.xml index adbe33e65b..c369c99fe6 100755 --- a/build.xml +++ b/build.xml @@ -749,18 +749,33 @@ TODO: - - + + + + + + + + + + + - - + + + + + + + + @@ -769,10 +784,6 @@ TODO: - - - - - + @@ -1786,7 +1796,7 @@ TODO: docversion="${version.number}" docsourceurl="${scaladoc.url}€{FILE_PATH}.scala#L1" sourcepath="${src.dir}" - classpathref="docs.compiler.path" + classpathref="docs.library.build.path" addparams="${scalac.args.all}" docRootContent="${src.dir}/library/rootdoc.txt" implicits="on" @@ -1845,16 +1855,16 @@ TODO: + addparams="${scalac.args.all} -language:implicitConversions"/> + classpathref="manual.build.path"/> -- cgit v1.2.3 From 5a487ef176ddd3877373b99019b9e134ad920353 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 21 Oct 2013 11:20:04 -0700 Subject: Generate scaladoc for each subproject. --- build.xml | 131 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 63 insertions(+), 68 deletions(-) diff --git a/build.xml b/build.xml index c369c99fe6..7b6912b1f6 100755 --- a/build.xml +++ b/build.xml @@ -750,13 +750,14 @@ TODO: - - - - - - - + + + + + + + + @@ -1187,19 +1188,22 @@ TODO: + + - - - - + + + + + noPrefixes="${scaladoc.no.prefixes}" + docUncompilable="${src.dir}/library-aux" + skipPackages="@{skipPackages}"> + noPrefixes="${scaladoc.no.prefixes}" + docUncompilable="${src.dir}/library-aux" + skipPackages="@{skipPackages}"> - - - + + + @@ -1777,57 +1786,25 @@ TODO: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -1836,6 +1813,18 @@ TODO: + + + + + + + + + + + + @@ -1848,6 +1837,12 @@ TODO: + + + + + + @@ -1885,7 +1880,7 @@ TODO: - + - - - - - + + - + - - - + @@ -2054,6 +2052,231 @@ TODO: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3 From c1055be507e42cc6cfe9e114a24a397d15030377 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 18 Oct 2013 17:50:33 -0700 Subject: Simplify packing, align maven-deploy and pack-maven. --- build.xml | 274 +++++++++++++++++++++++--------------------------------------- 1 file changed, 101 insertions(+), 173 deletions(-) diff --git a/build.xml b/build.xml index 471457be15..7c35fc0fe7 100755 --- a/build.xml +++ b/build.xml @@ -2056,67 +2056,48 @@ TODO: MAIN DISTRIBUTION PACKAGING ============================================================================ --> - + + + + + + + + + + + + + + + + + + + + + + + - + - - + - - - - - - - - - - - - - - - - - - + - - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - + @@ -2130,152 +2111,99 @@ MAIN DISTRIBUTION PACKAGING - - - - - - - - - - - - + + + - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - + + + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - + - - - - - + + + - - - + + + + - - - - - - - + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/build/maven/maven-deploy.xml b/src/build/maven/maven-deploy.xml index fbd6d4cd51..3607aa5e5e 100644 --- a/src/build/maven/maven-deploy.xml +++ b/src/build/maven/maven-deploy.xml @@ -6,10 +6,107 @@ SuperSabbus extension for deploying a distribution to Maven. THIS FILE IS MEANT TO BE RUN STANDALONE IN THE MAVEN "distpack" DIRECTORY - + + + + + + + + + + + Deploying ${path}-[pom.xml|src.jar|docs.jar]. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -19,15 +116,6 @@ - - - - - - - - - @@ -39,96 +127,9 @@ Using server[${repository.credentials.id}] for maven repository credentials. Please make sure that your ~/.m2/settings.xml has the needed username/password for this server id - - - - - - - - - - - - Deploying ${path}-[pom.xml|src.jar|docs.jar]. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + -- cgit v1.2.3 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. --- build.xml | 490 +++++++++++++++-------------- src/build/bnd/scala-parser-combinators.bnd | 2 +- src/build/bnd/scala-xml.bnd | 2 +- 3 files changed, 253 insertions(+), 241 deletions(-) diff --git a/build.xml b/build.xml index 6c20d8d9ff..dd70f0b798 100755 --- a/build.xml +++ b/build.xml @@ -1192,56 +1192,54 @@ TODO: - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -1387,7 +1385,12 @@ TODO: - + + + + + + @@ -1397,10 +1400,7 @@ TODO: - - - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - + + + + + + + + + + + + + + + + + + + - - - - + + + - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + @@ -1763,7 +1843,7 @@ TODO: - + @@ -1784,7 +1864,7 @@ TODO: - + @@ -1794,7 +1874,7 @@ TODO: - + @@ -1806,7 +1886,7 @@ TODO: - + @@ -1879,54 +1959,59 @@ TODO: - + + - + + + + + - - - - - - - + + - - - - - + + - - - + - - + + - + + + + + + + + + + + + + + @@ -1935,8 +2020,6 @@ TODO: - - @@ -1967,81 +2050,13 @@ TODO: overwrite="true"/> - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2051,7 +2066,7 @@ TODO: - + - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + + + + + + + @@ -2230,9 +2242,9 @@ MAIN DISTRIBUTION PACKAGING MAVEN PUBLISHING ============================================================================ --> - - - + + + @@ -2041,10 +2056,6 @@ TODO: - - - - @@ -2055,6 +2066,10 @@ TODO: + + + + @@ -2246,6 +2261,22 @@ MAIN DISTRIBUTION PACKAGING + + + + + + + + + + + + + + + + -- cgit v1.2.3 From d925c2155d59fe009c49e52341ce563bee6b085c Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 22 Oct 2013 16:09:26 -0700 Subject: Build cleanup. Prepare for scaladoc module build. --- build.xml | 80 +++++++++++++++++++++------------------- src/build/maven/maven-deploy.xml | 21 +++++------ 2 files changed, 52 insertions(+), 49 deletions(-) diff --git a/build.xml b/build.xml index b94cfaef04..c6ffb188f7 100755 --- a/build.xml +++ b/build.xml @@ -1288,9 +1288,6 @@ TODO: - - - @@ -1300,15 +1297,18 @@ TODO: - - - + + + + + + @@ -1347,7 +1347,9 @@ TODO: - + + + @@ -1358,17 +1360,9 @@ TODO: - - + - - - - - - - + @@ -1396,21 +1390,30 @@ TODO: + + + - - - - + - + + + + + + + + + @@ -1858,7 +1861,7 @@ TODO: - + @@ -2173,16 +2176,17 @@ MAIN DISTRIBUTION PACKAGING + - + - - - - + + + + - + @@ -2262,19 +2266,19 @@ MAIN DISTRIBUTION PACKAGING - - - + + + - - - + + + - - - + + + - org.scala-lang.modules - scala-xml_@SCALA_BINARY_VERSION@ - @XML_VERSION@ - - - org.scala-lang.modules - scala-parser-combinators_@SCALA_BINARY_VERSION@ - @PARSER_COMBINATORS_VERSION@ - - - org.scala-lang - scala-reflect - @VERSION@ - - - jline - jline - @JLINE_VERSION@ - true - - - - - scala-tools.org - @RELEASE_REPOSITORY@ - - - scala-tools.org - @SNAPSHOT_REPOSITORY@ - false - - - - - lamp - EPFL LAMP - - - Typesafe - Typesafe, Inc. - - + + + 4.0.0 + org.scala-lang + scala-compiler + jar + @VERSION@ + Scala Compiler + Compiler for the Scala Programming Language + http://www.scala-lang.org/ + 2002 + + LAMP/EPFL + http://lamp.epfl.ch/ + + + + BSD 3-Clause + http://www.scala-lang.org/license.html + repo + + + + scm:git:git://github.com/scala/scala.git + https://github.com/scala/scala.git + + + JIRA + https://issues.scala-lang.org/ + + + + org.scala-lang + scala-library + @VERSION@ + + + + org.scala-lang.modules + scala-xml_@SCALA_BINARY_VERSION@ + @XML_VERSION@ + + + + org.scala-lang.modules + scala-parser-combinators_@SCALA_BINARY_VERSION@ + @PARSER_COMBINATORS_VERSION@ + + + org.scala-lang + scala-reflect + @VERSION@ + + + jline + jline + @JLINE_VERSION@ + true + + + + + scala-tools.org + @RELEASE_REPOSITORY@ + + + scala-tools.org + @SNAPSHOT_REPOSITORY@ + false + + + + + lamp + EPFL LAMP + + + Typesafe + Typesafe, Inc. + + diff --git a/src/build/maven/scala-library-pom.xml b/src/build/maven/scala-library-pom.xml index fcadc16197..d40cee2656 100644 --- a/src/build/maven/scala-library-pom.xml +++ b/src/build/maven/scala-library-pom.xml @@ -1,49 +1,48 @@ - - 4.0.0 - org.scala-lang - scala-library - jar - @VERSION@ + + + 4.0.0 + org.scala-lang + scala-library + jar + @VERSION@ Scala Library Standard library for the Scala Programming Language - http://www.scala-lang.org/ - 2002 - - LAMP/EPFL - http://lamp.epfl.ch/ - - - - BSD 3-Clause - http://www.scala-lang.org/license.html - repo - - - - scm:git:git://github.com/scala/scala.git - https://github.com/scala/scala.git - - - JIRA - https://issues.scala-lang.org/ - - - http://www.scala-lang.org/api/@VERSION@/ - - + http://www.scala-lang.org/ + 2002 + + LAMP/EPFL + http://lamp.epfl.ch/ + + + + BSD 3-Clause + http://www.scala-lang.org/license.html + repo + + + + scm:git:git://github.com/scala/scala.git + https://github.com/scala/scala.git + + + JIRA + https://issues.scala-lang.org/ + + + http://www.scala-lang.org/api/@VERSION@/ + + - - - scala-tools.org - @RELEASE_REPOSITORY@ - - - scala-tools.org - @SNAPSHOT_REPOSITORY@ - false - + + + scala-tools.org + @RELEASE_REPOSITORY@ + + + scala-tools.org + @SNAPSHOT_REPOSITORY@ + false + diff --git a/src/build/maven/scala-reflect-pom.xml b/src/build/maven/scala-reflect-pom.xml index 7c6aa024ae..d0a9c0e274 100644 --- a/src/build/maven/scala-reflect-pom.xml +++ b/src/build/maven/scala-reflect-pom.xml @@ -1,55 +1,54 @@ - - 4.0.0 - org.scala-lang - scala-reflect - jar - @VERSION@ + + + 4.0.0 + org.scala-lang + scala-reflect + jar + @VERSION@ Scala Compiler Compiler for the Scala Programming Language - http://www.scala-lang.org/ - 2002 - - LAMP/EPFL - http://lamp.epfl.ch/ - - - - BSD 3-Clause - http://www.scala-lang.org/license.html - repo - - - - scm:git:git://github.com/scala/scala.git - https://github.com/scala/scala.git - - - JIRA - https://issues.scala-lang.org/ - + http://www.scala-lang.org/ + 2002 + + LAMP/EPFL + http://lamp.epfl.ch/ + + + + BSD 3-Clause + http://www.scala-lang.org/license.html + repo + + + + scm:git:git://github.com/scala/scala.git + https://github.com/scala/scala.git + + + JIRA + https://issues.scala-lang.org/ + - http://www.scala-lang.org/api/@VERSION@/ + http://www.scala-lang.org/api/@VERSION@/ - - - org.scala-lang - scala-library - @VERSION@ - - - - - scala-tools.org - @RELEASE_REPOSITORY@ - - - scala-tools.org - @SNAPSHOT_REPOSITORY@ - false - - + + + org.scala-lang + scala-library + @VERSION@ + + + + + scala-tools.org + @RELEASE_REPOSITORY@ + + + scala-tools.org + @SNAPSHOT_REPOSITORY@ + false + + lamp diff --git a/src/build/maven/scala-swing-pom.xml b/src/build/maven/scala-swing-pom.xml index b87c9219a3..01c89f9bea 100644 --- a/src/build/maven/scala-swing-pom.xml +++ b/src/build/maven/scala-swing-pom.xml @@ -1,55 +1,54 @@ - - 4.0.0 - org.scala-lang - scala-swing - jar - @VERSION@ + + + 4.0.0 + org.scala-lang + scala-swing + jar + @VERSION@ Scala Swing library Swing for Scala - http://www.scala-lang.org/ - 2002 - - LAMP/EPFL - http://lamp.epfl.ch/ - - - - BSD 3-Clause - http://www.scala-lang.org/license.html - repo - - - - scm:git:git://github.com/scala/scala.git - https://github.com/scala/scala.git - - - JIRA - https://issues.scala-lang.org/ - - - http://www.scala-lang.org/api/@VERSION@/ - - - - org.scala-lang - scala-library - @VERSION@ - - - - - scala-tools.org - @RELEASE_REPOSITORY@ - - - scala-tools.org - @SNAPSHOT_REPOSITORY@ - false - - + http://www.scala-lang.org/ + 2002 + + LAMP/EPFL + http://lamp.epfl.ch/ + + + + BSD 3-Clause + http://www.scala-lang.org/license.html + repo + + + + scm:git:git://github.com/scala/scala.git + https://github.com/scala/scala.git + + + JIRA + https://issues.scala-lang.org/ + + + http://www.scala-lang.org/api/@VERSION@/ + + + + org.scala-lang + scala-library + @VERSION@ + + + + + scala-tools.org + @RELEASE_REPOSITORY@ + + + scala-tools.org + @SNAPSHOT_REPOSITORY@ + false + + lamp diff --git a/src/build/maven/scalap-pom.xml b/src/build/maven/scalap-pom.xml index b2445cf420..88cfce08d8 100644 --- a/src/build/maven/scalap-pom.xml +++ b/src/build/maven/scalap-pom.xml @@ -1,53 +1,51 @@ - - 4.0.0 - org.scala-lang - scalap - jar - @VERSION@ + + + 4.0.0 + org.scala-lang + scalap + jar + @VERSION@ Scalap bytecode analysis tool - http://www.scala-lang.org/ - 2002 - - LAMP/EPFL - http://lamp.epfl.ch/ - - - - BSD 3-Clause - http://www.scala-lang.org/license.html - repo - - - - scm:git:git://github.com/scala/scala.git - https://github.com/scala/scala.git - - - JIRA - https://issues.scala-lang.org/ - - - - - org.scala-lang - scala-compiler - @VERSION@ - - - - - scala-tools.org - @RELEASE_REPOSITORY@ - - - scala-tools.org - @SNAPSHOT_REPOSITORY@ - false - - + http://www.scala-lang.org/ + 2002 + + LAMP/EPFL + http://lamp.epfl.ch/ + + + + BSD 3-Clause + http://www.scala-lang.org/license.html + repo + + + + scm:git:git://github.com/scala/scala.git + https://github.com/scala/scala.git + + + JIRA + https://issues.scala-lang.org/ + + + + org.scala-lang + scala-compiler + @VERSION@ + + + + + scala-tools.org + @RELEASE_REPOSITORY@ + + + scala-tools.org + @SNAPSHOT_REPOSITORY@ + false + + lamp -- cgit v1.2.3 From 937e304dbab48c8bd47d1ea6740e6e044ed6f065 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 25 Oct 2013 11:07:03 -0700 Subject: Bundle source and class file bundling in osgi bundling. Fix oversight in not skipping scalap's ad-hoc published docs on docs.skip. --- build.xml | 144 +++++++++++++++++++++++++------------------------------------- 1 file changed, 59 insertions(+), 85 deletions(-) diff --git a/build.xml b/build.xml index c6ffb188f7..bc7a3cf24b 100755 --- a/build.xml +++ b/build.xml @@ -1404,6 +1404,9 @@ TODO: + + + @@ -1460,15 +1463,21 @@ TODO: - - + + + + + + + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -1537,29 +1521,22 @@ TODO: - - - - - + - - + + + - - + + + - + + @@ -1571,39 +1548,33 @@ TODO: - - + + - - - - - - - - + - - + + + - - - - + + + + + + + + + + @@ -1861,7 +1832,7 @@ TODO: - + @@ -2176,12 +2147,13 @@ MAIN DISTRIBUTION PACKAGING + - + @@ -2211,7 +2183,9 @@ MAIN DISTRIBUTION PACKAGING - + + + -- cgit v1.2.3