Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
Jitsi
jaxb-api
Commits
497b0857
Commit
497b0857
authored
5 years ago
by
Lukas Jungmann
Browse files
Options
Download
Email Patches
Plain Diff
fix the spec name
Signed-off-by:
Lukas Jungmann
<
lukas.jungmann@oracle.com
>
parent
36fed035
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
9 deletions
+16
-9
spec/pom.xml
spec/pom.xml
+5
-5
spec/src/assembly/assembly.xml
spec/src/assembly/assembly.xml
+2
-2
spec/src/main/asciidoc/xml-binding-spec.adoc
spec/src/main/asciidoc/xml-binding-spec.adoc
+2
-2
spec/src/main/asciidoc/xml-binding.adoc
spec/src/main/asciidoc/xml-binding.adoc
+7
-0
No files found.
spec/pom.xml
View file @
497b0857
...
...
@@ -21,12 +21,12 @@
<parent>
<groupId>
org.eclipse.ee4j
</groupId>
<artifactId>
project
</artifactId>
<version>
1.0.
5
</version>
<version>
1.0.
6
</version>
<relativePath/>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
jakarta.xml.bind
</groupId>
<artifactId>
jakarta.
xml
.
bind-spec
</artifactId>
<artifactId>
xml
-
bind
ing
-spec
</artifactId>
<packaging>
pom
</packaging>
<version>
2.3-SNAPSHOT
</version>
<name>
Jakarta XML Binding Specification
</name>
...
...
@@ -111,7 +111,7 @@
</goals>
<configuration>
<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>
<doctype>
book
</doctype>
<status>
${status}
</status>
...
...
@@ -134,7 +134,7 @@
</goals>
<configuration>
<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>
<pdf-stylesdir>
${project.basedir}/src/theme
</pdf-stylesdir>
<pdf-style>
jakartaee
</pdf-style>
...
...
@@ -155,7 +155,7 @@
</execution>
</executions>
<configuration>
<sourceDocumentName>
jakarta.xml.bind-spec
.adoc
</sourceDocumentName>
<sourceDocumentName>
${project.artifactId}
.adoc
</sourceDocumentName>
<sourceHighlighter>
coderay
</sourceHighlighter>
<attributes>
<revnumber>
${project.version}
</revnumber>
...
...
This diff is collapsed.
Click to expand it.
spec/src/assembly/assembly.xml
View file @
497b0857
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Copyright (c) 2017, 20
19
Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2017, 20
20
Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
...
...
@@ -22,7 +22,7 @@
<formats>
<format>
zip
</format>
</formats>
<baseDirectory>
jakarta.
xml
.
bind-spec
</baseDirectory>
<baseDirectory>
xml
-
bind
ing
-spec
</baseDirectory>
<fileSets>
<fileSet>
<directory>
target/generated-docs
</directory>
...
...
This diff is collapsed.
Click to expand it.
spec/src/main/asciidoc/
jakarta.
xml
.
bind-spec.adoc
→
spec/src/main/asciidoc/xml
-
bind
ing
-spec.adoc
View file @
497b0857
//
// Copyright (c) 2017, 20
19
Contributors to the Eclipse Foundation
// Copyright (c) 2017, 20
20
Contributors to the Eclipse Foundation
//
= Jakarta XML Binding
...
...
@@ -25,4 +25,4 @@ include::license-efsl.adoc[]
// == Jakarta XML Binding
:sectnums:
include::
jakarta.
xml
.
bind.adoc[]
include::xml
-
bind
ing
.adoc[]
This diff is collapsed.
Click to expand it.
spec/src/main/asciidoc/
jakarta.
xml
.
bind.adoc
→
spec/src/main/asciidoc/xml
-
bind
ing
.adoc
View file @
497b0857
//
// Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
//
== Introduction
The Jakarta XML Binding provides an API and tools that automate the mapping
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment