Commit 497b0857 authored by Lukas Jungmann's avatar Lukas Jungmann
Browse files

fix the spec name

Signed-off-by: default avatarLukas Jungmann <lukas.jungmann@oracle.com>
parent 36fed035
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
<parent> <parent>
<groupId>org.eclipse.ee4j</groupId> <groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId> <artifactId>project</artifactId>
<version>1.0.5</version> <version>1.0.6</version>
<relativePath/> <relativePath/>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>jakarta.xml.bind</groupId> <groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-spec</artifactId> <artifactId>xml-binding-spec</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.3-SNAPSHOT</version> <version>2.3-SNAPSHOT</version>
<name>Jakarta XML Binding Specification</name> <name>Jakarta XML Binding Specification</name>
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
</goals> </goals>
<configuration> <configuration>
<backend>html5</backend> <backend>html5</backend>
<outputFile>${project.build.directory}/generated-docs/jakarta.xml.bind-spec-${project.version}.html</outputFile> <outputFile>${project.build.directory}/generated-docs/${project.artifactId}-${project.version}.html</outputFile>
<attributes> <attributes>
<doctype>book</doctype> <doctype>book</doctype>
<status>${status}</status> <status>${status}</status>
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
</goals> </goals>
<configuration> <configuration>
<backend>pdf</backend> <backend>pdf</backend>
<outputFile>${project.build.directory}/generated-docs/jakarta.xml.bind-spec-${project.version}.pdf</outputFile> <outputFile>${project.build.directory}/generated-docs/${project.artifactId}-${project.version}.pdf</outputFile>
<attributes> <attributes>
<pdf-stylesdir>${project.basedir}/src/theme</pdf-stylesdir> <pdf-stylesdir>${project.basedir}/src/theme</pdf-stylesdir>
<pdf-style>jakartaee</pdf-style> <pdf-style>jakartaee</pdf-style>
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<sourceDocumentName>jakarta.xml.bind-spec.adoc</sourceDocumentName> <sourceDocumentName>${project.artifactId}.adoc</sourceDocumentName>
<sourceHighlighter>coderay</sourceHighlighter> <sourceHighlighter>coderay</sourceHighlighter>
<attributes> <attributes>
<revnumber>${project.version}</revnumber> <revnumber>${project.version}</revnumber>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<!-- <!--
Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at terms of the Eclipse Public License v. 2.0, which is available at
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<formats> <formats>
<format>zip</format> <format>zip</format>
</formats> </formats>
<baseDirectory>jakarta.xml.bind-spec</baseDirectory> <baseDirectory>xml-binding-spec</baseDirectory>
<fileSets> <fileSets>
<fileSet> <fileSet>
<directory>target/generated-docs</directory> <directory>target/generated-docs</directory>
......
// //
// Copyright (c) 2017, 2019 Contributors to the Eclipse Foundation // Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
// //
= Jakarta XML Binding = Jakarta XML Binding
...@@ -25,4 +25,4 @@ include::license-efsl.adoc[] ...@@ -25,4 +25,4 @@ include::license-efsl.adoc[]
// == Jakarta XML Binding // == Jakarta XML Binding
:sectnums: :sectnums:
include::jakarta.xml.bind.adoc[] include::xml-binding.adoc[]
//
// Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
//
== Introduction == Introduction
The Jakarta XML Binding provides an API and tools that automate the mapping The Jakarta XML Binding provides an API and tools that automate the mapping
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment