From 3c37e82a3e684bba6bbcf5e6e09f34316fc4947c Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sat, 4 May 2024 17:28:30 +0000 Subject: [PATCH] Eliminate kstructural Affects: https://github.com/io7m-com/.github/issues/3 --- README.in | 12 + com.io7m.jaccord.core/src/site/site.xml | 22 -- com.io7m.jaccord.documentation/pom.xml | 275 ------------------ .../src/main/assembly/documentation.xml | 20 -- .../jaccord/documentation/Documentation.java | 30 -- .../jaccord/documentation/package-info.java | 21 -- .../src/main/java/module-info.java | 35 --- .../com/io7m/jaccord/documentation/brand.xml | 9 - .../jaccord/documentation/documentation.css | 118 -------- .../jaccord/documentation/documentation.sd | 3 - .../jaccord/documentation/pkg-install.sdi | 23 -- .../jaccord/documentation/pkg-license.sdi | 20 -- .../jaccord/documentation/pkg-overview.sdi | 5 - .../jaccord/documentation/pkg-platform.sdi | 3 - .../com/io7m/jaccord/documentation/pkg.sdi | 5 - .../src/site/site.xml | 21 -- com.io7m.jaccord.parser.api/src/site/site.xml | 22 -- .../src/site/site.xml | 22 -- pom.xml | 11 +- src/site/resources/documentation.xml | 8 + src/site/resources/features.xml | 9 + src/site/resources/overview.xml | 21 ++ src/site/site.xml | 28 -- 23 files changed, 53 insertions(+), 690 deletions(-) create mode 100644 README.in delete mode 100644 com.io7m.jaccord.core/src/site/site.xml delete mode 100644 com.io7m.jaccord.documentation/pom.xml delete mode 100644 com.io7m.jaccord.documentation/src/main/assembly/documentation.xml delete mode 100644 com.io7m.jaccord.documentation/src/main/java/com/io7m/jaccord/documentation/Documentation.java delete mode 100644 com.io7m.jaccord.documentation/src/main/java/com/io7m/jaccord/documentation/package-info.java delete mode 100644 com.io7m.jaccord.documentation/src/main/java/module-info.java delete mode 100644 com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/brand.xml delete mode 100644 com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/documentation.css delete mode 100644 com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/documentation.sd delete mode 100644 com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-install.sdi delete mode 100644 com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-license.sdi delete mode 100644 com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-overview.sdi delete mode 100644 com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-platform.sdi delete mode 100644 com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg.sdi delete mode 100644 com.io7m.jaccord.documentation/src/site/site.xml delete mode 100644 com.io7m.jaccord.parser.api/src/site/site.xml delete mode 100644 com.io7m.jaccord.parser.vanilla/src/site/site.xml create mode 100644 src/site/resources/documentation.xml create mode 100644 src/site/resources/features.xml create mode 100644 src/site/resources/overview.xml delete mode 100644 src/site/site.xml diff --git a/README.in b/README.in new file mode 100644 index 0000000..11fe3eb --- /dev/null +++ b/README.in @@ -0,0 +1,12 @@ + +## jaccord + +The `jaccord` package provides classes for assisting with musical analysis. + +## Features + +* Written in pure Java 21. +* High coverage test suite. +* [OSGi-ready](https://www.osgi.org/) +* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System) +* ISC license. diff --git a/com.io7m.jaccord.core/src/site/site.xml b/com.io7m.jaccord.core/src/site/site.xml deleted file mode 100644 index e687374..0000000 --- a/com.io7m.jaccord.core/src/site/site.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/com.io7m.jaccord.documentation/pom.xml b/com.io7m.jaccord.documentation/pom.xml deleted file mode 100644 index 6cdba93..0000000 --- a/com.io7m.jaccord.documentation/pom.xml +++ /dev/null @@ -1,275 +0,0 @@ - - - - 4.0.0 - - - com.io7m.jaccord - com.io7m.jaccord - 0.0.1-SNAPSHOT - - - com.io7m.jaccord.documentation - jar - - com.io7m.jaccord.documentation - Harmony tools (Documentation) - https://www.io7m.com/software/jaccord/ - - - true - - - - - ${project.groupId} - com.io7m.jaccord.chord_names.api - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.chord_names.vanilla - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.core - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.cpdsl - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.cpdsl.midi - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.parser.api - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.parser.vanilla - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.scales.api - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.scales.spi - ${project.version} - - - ${project.groupId} - com.io7m.jaccord.scales.vanilla - ${project.version} - - - - com.io7m.primogenitor - com.io7m.primogenitor.support - - - - org.immutables - value - provided - - - com.io7m.immutables.style - com.io7m.immutables.style - provided - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - - - copy-documentation-resources - - copy-resources - - generate-resources - - ${project.build.directory}/documentation/ - - - src/main/resources/com/io7m/jaccord/documentation/ - true - - - - - - - - - - com.io7m.kstructural - io7m-kstructural-maven-plugin - - - exec-multi - - compileXHTML - - process-resources - - ${project.build.directory}/documentation/documentation.sd - ${project.build.directory}/documentation/ - XHTML_MULTI_PAGE - - documentation.css - - - - - exec-single - - compileXHTML - - process-resources - - ${project.build.directory}/documentation/documentation.sd - ${project.build.directory}/documentation/ - XHTML_SINGLE_PAGE - - documentation.css - - - - - exec-plain - - compilePlain - - process-resources - - ${project.build.directory}/documentation/documentation.sd - ${project.build.directory}/documentation/ - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-sources - package - - unpack-dependencies - - - module-info.java - ${project.groupId} - sources - false - ${project.build.directory}/javadoc-sources - - - - make-classpath - package - - build-classpath - - - ${project.build.directory}/javadoc-classpath - - - - - - - - org.codehaus.mojo - exec-maven-plugin - - - - java - - package - - com.io7m.primogenitor.support.TrivialJavadoc - - ${project.build.directory}/javadoc-sources - ${project.build.directory}/javadoc-classpath - ${project.build.directory}/documentation/apidocs - ${project.build.directory}/javadoc-log.txt - ${project.build.directory}/javadoc-options - - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - src/main/assembly/documentation.xml - - - - - make-assembly - package - - single - - - false - - - - - - - - - org.codehaus.mojo - truezip-maven-plugin - false - - - copy-site-documentation - - copy - - site - - true - - ${project.build.directory}/${project.artifactId}-${project.version}.zip/${project.artifactId}-${project.version}/ - ${project.parent.build.directory}/minisite/documentation/ - - - - - - - - - diff --git a/com.io7m.jaccord.documentation/src/main/assembly/documentation.xml b/com.io7m.jaccord.documentation/src/main/assembly/documentation.xml deleted file mode 100644 index b888871..0000000 --- a/com.io7m.jaccord.documentation/src/main/assembly/documentation.xml +++ /dev/null @@ -1,20 +0,0 @@ - - documentation - ${project.name}-${project.version} - - zip - - - - ${project.build.directory}/documentation - / - - - ${project.build.directory}/site/apidocs - /apidocs - - - diff --git a/com.io7m.jaccord.documentation/src/main/java/com/io7m/jaccord/documentation/Documentation.java b/com.io7m.jaccord.documentation/src/main/java/com/io7m/jaccord/documentation/Documentation.java deleted file mode 100644 index 0338d50..0000000 --- a/com.io7m.jaccord.documentation/src/main/java/com/io7m/jaccord/documentation/Documentation.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright © 2017 Mark Raynsford https://www.io7m.com - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR - * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -package com.io7m.jaccord.documentation; - -/** - * Marker class for looking up files by resource. - */ - -public final class Documentation -{ - private Documentation() - { - throw new AssertionError("Unreachable code"); - } -} - diff --git a/com.io7m.jaccord.documentation/src/main/java/com/io7m/jaccord/documentation/package-info.java b/com.io7m.jaccord.documentation/src/main/java/com/io7m/jaccord/documentation/package-info.java deleted file mode 100644 index 8cecd29..0000000 --- a/com.io7m.jaccord.documentation/src/main/java/com/io7m/jaccord/documentation/package-info.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright © 2017 Mark Raynsford https://www.io7m.com - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR - * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/** - * Documentation. - */ - -package com.io7m.jaccord.documentation; diff --git a/com.io7m.jaccord.documentation/src/main/java/module-info.java b/com.io7m.jaccord.documentation/src/main/java/module-info.java deleted file mode 100644 index 85194a7..0000000 --- a/com.io7m.jaccord.documentation/src/main/java/module-info.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright © 2019 Mark Raynsford https://www.io7m.com - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR - * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/** - * Documentation. - */ - -module com.io7m.jaccord.documentation -{ - requires com.io7m.jaccord.chord_names.api; - requires com.io7m.jaccord.chord_names.vanilla; - requires com.io7m.jaccord.core; - requires com.io7m.jaccord.cpdsl.midi; - requires com.io7m.jaccord.cpdsl; - requires com.io7m.jaccord.parser.api; - requires com.io7m.jaccord.parser.vanilla; - requires com.io7m.jaccord.scales.api; - requires com.io7m.jaccord.scales.spi; - requires com.io7m.jaccord.scales.vanilla; - - exports com.io7m.jaccord.documentation; -} \ No newline at end of file diff --git a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/brand.xml b/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/brand.xml deleted file mode 100644 index 7a7aa11..0000000 --- a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/brand.xml +++ /dev/null @@ -1,9 +0,0 @@ - -
-
- io7m -
-
- ${project.parent.name} ${project.version} -
-
diff --git a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/documentation.css b/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/documentation.css deleted file mode 100644 index 3f34ec9..0000000 --- a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/documentation.css +++ /dev/null @@ -1,118 +0,0 @@ -.brand -{ - font-size: 75%; - font-family: monospace; -} - -.brand_left -{ - float: left; -} - -.brand_right -{ - text-align: right; -} - -.package -{ - font-family: monospace; - font-weight: bold; -} - -.emphasis, -.term -{ - font-style: italic; -} - -.attribute, -.class, -.command, -.constant, -.element, -.expression, -.file, -.function, -.keyword, -.parameter, -.protocol, -.variable, -.type -{ - font-family: monospace; -} - -.example, .license, .terminal -{ - font-family: monospace; - border: 1px solid #ccc; - padding-top: 1.0em; - padding-left: 1.0em; - padding-bottom: 1.0em; - margin-top: 1.2em; - overflow: auto; -} - -.monospace -{ - font-family: monospace; -} -.italic -{ - font-style: italic; -} -.bold -{ - font-weight: bold; -} - -.example_3x3 td, -.example_3x3 th -{ - padding-right: 3.0em; - font-family: monospace; - font-size: 9pt; -} - -.comparison_good -{ - background-color: #ccffcc; -} - -.comparison_neutral -{ - background-color: #ffffcc; -} - -.comparison_bad -{ - background-color: #ffcccc; -} - -.comparison td, .comparison th -{ - padding-right: 1.0em; - font-family: monospace; - font-size: 9pt; - vertical-align: top; -} - -.dependencies table td -{ - padding-right: 3.0em; - font-family: monospace; - font-size: 9pt; -} - -.platforms table td -{ - padding-right: 2.0em; -} -.platforms table tbody, -.platforms table thead -{ - font-size: 8pt; - font-family: monospace; -} - diff --git a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/documentation.sd b/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/documentation.sd deleted file mode 100644 index 620eaa4..0000000 --- a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/documentation.sd +++ /dev/null @@ -1,3 +0,0 @@ -[document [title ${project.parent.name} ${project.version} Documentation] - [import "pkg.sdi"]] - diff --git a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-install.sdi b/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-install.sdi deleted file mode 100644 index a65136f..0000000 --- a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-install.sdi +++ /dev/null @@ -1,23 +0,0 @@ -[section [title Installation] [id pkg.install]] -[subsection [title Source compilation] [id pkg.install.source]] -[paragraph] -The project can be compiled and installed with -[link-ext [target "http://maven.apache.org"] Maven]: - -[paragraph] -[verbatim [type example] "$ mvn -C clean install"] - -[subsection [title Maven] [id pkg.install.maven]] -[paragraph] -Regular releases are made to the -[link-ext [target "http://search.maven.org/#search%7Cga%7C1%7C${project.parent.name}"] Central Repository]. - -[paragraph] -All [link-ext [target "https://www.io7m.com"] io7m.com] packages use -Semantic Versioning [footnote-ref semver], which implies that it is -always safe to use version ranges with an exclusive upper bound equal -to the next major version - the API of the package will not change in -a backwards-incompatible manner before the next major version. - -[footnote [id semver]] -[link-ext [target "http://semver.org"] http://semver.org] diff --git a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-license.sdi b/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-license.sdi deleted file mode 100644 index 0fe8be7..0000000 --- a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-license.sdi +++ /dev/null @@ -1,20 +0,0 @@ -[section [title License] [id pkg.license]] -[paragraph] -All files distributed with the [term [type package] ${project.parent.name}] -package are placed under the following license: - -[formal-item [title License]] -[verbatim [type license] -"Copyright © 2017 Mark Raynsford https://www.io7m.com - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE."] diff --git a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-overview.sdi b/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-overview.sdi deleted file mode 100644 index da97599..0000000 --- a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-overview.sdi +++ /dev/null @@ -1,5 +0,0 @@ -[section [title Orientation] [id pkg.orientation]] -[subsection [title Overview] [id pkg.orientation.overview]] -[paragraph] -The [term [type package] ${project.parent.name}] package implements -something. diff --git a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-platform.sdi b/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-platform.sdi deleted file mode 100644 index 3719fa5..0000000 --- a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg-platform.sdi +++ /dev/null @@ -1,3 +0,0 @@ -[section [title Platform Specific Issues] [id pkg.platform]] -[paragraph] -There are no known platform-specific issues. diff --git a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg.sdi b/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg.sdi deleted file mode 100644 index 9006f31..0000000 --- a/com.io7m.jaccord.documentation/src/main/resources/com/io7m/jaccord/documentation/pkg.sdi +++ /dev/null @@ -1,5 +0,0 @@ -[part [title Package Information] [id pkg]] -[import "pkg-overview.sdi"] -[import "pkg-install.sdi"] -[import "pkg-platform.sdi"] -[import "pkg-license.sdi"] \ No newline at end of file diff --git a/com.io7m.jaccord.documentation/src/site/site.xml b/com.io7m.jaccord.documentation/src/site/site.xml deleted file mode 100644 index 2e43e13..0000000 --- a/com.io7m.jaccord.documentation/src/site/site.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/com.io7m.jaccord.parser.api/src/site/site.xml b/com.io7m.jaccord.parser.api/src/site/site.xml deleted file mode 100644 index e687374..0000000 --- a/com.io7m.jaccord.parser.api/src/site/site.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/com.io7m.jaccord.parser.vanilla/src/site/site.xml b/com.io7m.jaccord.parser.vanilla/src/site/site.xml deleted file mode 100644 index e687374..0000000 --- a/com.io7m.jaccord.parser.vanilla/src/site/site.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index f42f687..3d146ae 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,6 @@ com.io7m.jaccord.core com.io7m.jaccord.cpdsl.midi com.io7m.jaccord.cpdsl - com.io7m.jaccord.documentation com.io7m.jaccord.parser.api com.io7m.jaccord.parser.vanilla com.io7m.jaccord.scales.api @@ -34,8 +33,11 @@ + 0.0.1-SNAPSHOT 21 + + 2.10.1 @@ -163,13 +165,6 @@ - - - com.io7m.kstructural - io7m-kstructural-maven-plugin - 0.3.1 - - org.apache.maven.plugins diff --git a/src/site/resources/documentation.xml b/src/site/resources/documentation.xml new file mode 100644 index 0000000..51d58d9 --- /dev/null +++ b/src/site/resources/documentation.xml @@ -0,0 +1,8 @@ + + +
+

User documentation

+

+ See the README. +

+
diff --git a/src/site/resources/features.xml b/src/site/resources/features.xml new file mode 100644 index 0000000..ab4785b --- /dev/null +++ b/src/site/resources/features.xml @@ -0,0 +1,9 @@ + + +
+
    +
  • OSGi-ready
  • +
  • JPMS-ready
  • +
  • ISC license
  • +
+
diff --git a/src/site/resources/overview.xml b/src/site/resources/overview.xml new file mode 100644 index 0000000..b6d1fbf --- /dev/null +++ b/src/site/resources/overview.xml @@ -0,0 +1,21 @@ +
+

+ + Build status + + + Maven Central + + + Codecov + +

+ +

+ The jaccord package provides classes for assisting with musical analysis. +

+ +
diff --git a/src/site/site.xml b/src/site/site.xml deleted file mode 100644 index dce8aee..0000000 --- a/src/site/site.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.io7m.plain-site-skin - plain-site-skin - 0.1.3 - - - -