From 170373f06250d62c25cc4899de4e3236e71c4a78 Mon Sep 17 00:00:00 2001 From: Stefan Zeiger Date: Fri, 29 Jul 2016 15:57:11 +0200 Subject: Remove the ant build - Remove ant scripts. - Remove shell scripts that were specific to the ant build or the old `*.desired.sha1` binary artifact management. - Remove `build.number`. - Remove `src/build/maven` and `src/build/bnd`. The POM and Manifest metadata is generated in a different way by sbt. --- src/build/maven/scala-compiler-doc-pom.xml | 53 ----------------- src/build/maven/scala-compiler-interactive-pom.xml | 48 --------------- src/build/maven/scala-compiler-pom.xml | 65 -------------------- src/build/maven/scala-dist-pom.xml | 69 ---------------------- src/build/maven/scala-library-all-pom.xml | 68 --------------------- src/build/maven/scala-library-pom.xml | 46 --------------- src/build/maven/scala-reflect-pom.xml | 51 ---------------- src/build/maven/scalap-pom.xml | 48 --------------- 8 files changed, 448 deletions(-) delete mode 100644 src/build/maven/scala-compiler-doc-pom.xml delete mode 100644 src/build/maven/scala-compiler-interactive-pom.xml delete mode 100644 src/build/maven/scala-compiler-pom.xml delete mode 100644 src/build/maven/scala-dist-pom.xml delete mode 100644 src/build/maven/scala-library-all-pom.xml delete mode 100644 src/build/maven/scala-library-pom.xml delete mode 100644 src/build/maven/scala-reflect-pom.xml delete mode 100644 src/build/maven/scalap-pom.xml (limited to 'src/build/maven') diff --git a/src/build/maven/scala-compiler-doc-pom.xml b/src/build/maven/scala-compiler-doc-pom.xml deleted file mode 100644 index 86ca3f865b..0000000000 --- a/src/build/maven/scala-compiler-doc-pom.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - 4.0.0 - org.scala-lang.modules - scala-compiler-doc_@SCALA_BINARY_VERSION@ - jar - @SCALA_COMPILER_DOC_VERSION@ - Scala Documentation Generator - Documentation generator 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-compiler - @VERSION@ - - - org.scala-lang.modules - scala-xml_@SCALA_BINARY_VERSION@ - @XML_VERSION@ - - - - - lamp - EPFL LAMP - - - Lightbend - Lightbend, Inc. - - - diff --git a/src/build/maven/scala-compiler-interactive-pom.xml b/src/build/maven/scala-compiler-interactive-pom.xml deleted file mode 100644 index d3e5e0b834..0000000000 --- a/src/build/maven/scala-compiler-interactive-pom.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - 4.0.0 - org.scala-lang.modules - scala-compiler-interactive_@SCALA_BINARY_VERSION@ - jar - @SCALA_COMPILER_INTERACTIVE_VERSION@ - Scala Interactive Compiler - Interactive 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-compiler - @VERSION@ - - - - - lamp - EPFL LAMP - - - Lightbend - Lightbend, Inc. - - - diff --git a/src/build/maven/scala-compiler-pom.xml b/src/build/maven/scala-compiler-pom.xml deleted file mode 100644 index 9c157d17d9..0000000000 --- a/src/build/maven/scala-compiler-pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - 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 - scala-reflect - @VERSION@ - - - - org.scala-lang.modules - scala-xml_@SCALA_BINARY_VERSION@ - @XML_VERSION@ - - - jline - jline - @JLINE_VERSION@ - true - - - - - lamp - EPFL LAMP - - - Lightbend - Lightbend, Inc. - - - diff --git a/src/build/maven/scala-dist-pom.xml b/src/build/maven/scala-dist-pom.xml deleted file mode 100644 index ce511661b0..0000000000 --- a/src/build/maven/scala-dist-pom.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - 4.0.0 - org.scala-lang - scala-dist - jar - @VERSION@ - Scala Distribution Artifacts - The Artifacts Distributed with 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/ - - - - org.scala-lang - scala-library-all - @VERSION@ - - - org.scala-lang - scala-compiler - @VERSION@ - - - org.scala-lang - scalap - @VERSION@ - - - - jline - jline - @JLINE_VERSION@ - - - - - lamp - EPFL LAMP - - - Lightbend - Lightbend, Inc. - - - diff --git a/src/build/maven/scala-library-all-pom.xml b/src/build/maven/scala-library-all-pom.xml deleted file mode 100644 index 4620c620dc..0000000000 --- a/src/build/maven/scala-library-all-pom.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - 4.0.0 - org.scala-lang - scala-library-all - pom - @VERSION@ - Scala Library Powerpack - The Scala Standard Library and Official Modules - 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 - scala-reflect - @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.modules - scala-swing_@SCALA_BINARY_VERSION@ - @SCALA_SWING_VERSION@ - - - - - lamp - EPFL LAMP - - - Lightbend - Lightbend, Inc. - - - diff --git a/src/build/maven/scala-library-pom.xml b/src/build/maven/scala-library-pom.xml deleted file mode 100644 index e27f8fb12f..0000000000 --- a/src/build/maven/scala-library-pom.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - 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@/ - - - - - - lamp - EPFL LAMP - - - Lightbend - Lightbend, Inc. - - - diff --git a/src/build/maven/scala-reflect-pom.xml b/src/build/maven/scala-reflect-pom.xml deleted file mode 100644 index f7f3c8bc08..0000000000 --- a/src/build/maven/scala-reflect-pom.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - 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/api/@VERSION@/ - - - - org.scala-lang - scala-library - @VERSION@ - - - - - lamp - EPFL LAMP - - - Lightbend - Lightbend, Inc. - - - diff --git a/src/build/maven/scalap-pom.xml b/src/build/maven/scalap-pom.xml deleted file mode 100644 index acdd44f19b..0000000000 --- a/src/build/maven/scalap-pom.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - 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@ - - - - - lamp - EPFL LAMP - - - Lightbend - Lightbend, Inc. - - - -- cgit v1.2.3