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
644efd18
Commit
644efd18
authored
6 years ago
by
Tomas Kraus
Browse files
Options
Download
Email Patches
Plain Diff
Fixed the build.
Signed-off-by:
Tomas Kraus
<
Tomas.Kraus@oracle.com
>
parent
efae1d4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
jaxb-api-test/pom.xml
jaxb-api-test/pom.xml
+1
-1
jaxb-api/pom.xml
jaxb-api/pom.xml
+2
-2
pom.xml
pom.xml
+1
-0
No files found.
jaxb-api-test/pom.xml
View file @
644efd18
...
...
@@ -50,7 +50,7 @@
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<release>
9
</release>
<release>
11
</release>
<compilerArgs>
<arg>
-verbose
</arg>
</compilerArgs>
...
...
This diff is collapsed.
Click to expand it.
jaxb-api/pom.xml
View file @
644efd18
...
...
@@ -168,8 +168,8 @@
</Import-Package>
<Bundle-SymbolicName>
jaxb-api
</Bundle-SymbolicName>
<DynamicImport-Package>
org.glassfish.hk2.osgiresourcelocator
</DynamicImport-Package>
<Specification-Vendor>
Oracle Corporation
</Specification-Vendor>
<Implementation-Vendor>
${
project.organization
.name}
</Implementation-Vendor>
<Specification-Vendor>
${vendor.name}
</Specification-Vendor>
<Implementation-Vendor>
${
vendor
.name}
</Implementation-Vendor>
<Implementation-Vendor-Id>
org.glassfish
</Implementation-Vendor-Id>
</instructions>
</configuration>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
644efd18
...
...
@@ -79,6 +79,7 @@
<impl.version>
0
</impl.version>
<activation.version>
1.2.1
</activation.version>
<config.dir>
${project.basedir}/etc/config
</config.dir>
<vendor.name>
Eclipse Project for JAXB
</vendor.name>
</properties>
<modules>
...
...
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