Skip to content

Commits on Source 5

#
# Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
# Copyright © 2014-2018 Hotspot compile command annotations contributors
# Copyright © 2014-2019 Hotspot compile command annotations contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......
compile-command-annotations (1.2.3-1) unstable; urgency=medium
* New upstream version 1.2.3
* Adding ${maven:CompileDepends} to Depends.
-- Andrius Merkys <merkys@debian.org> Tue, 24 Sep 2019 01:14:23 -0400
compile-command-annotations (1.2.2-1) unstable; urgency=medium
* Adding a watch file.
......
......@@ -19,6 +19,7 @@ Vcs-Git: https://salsa.debian.org/java-team/compile-command-annotations.git
Package: libcompile-command-annotations-java
Architecture: all
Depends:
${maven:CompileDepends},
${misc:Depends},
Description: annotation based configuration file generator for the Hotspot JVM JIT compiler
The Hotspot JVM allows one to provide a command file for the JIT compiler.
......
......@@ -2,7 +2,7 @@
<!--
Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
Copyright © 2014-2018 Hotspot compile command annotations contributors
Copyright © 2014-2019 Hotspot compile command annotations contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......@@ -23,12 +23,12 @@
<parent>
<groupId>net.nicoulaj</groupId>
<artifactId>parent</artifactId>
<version>58</version>
<version>59</version>
</parent>
<groupId>net.nicoulaj.compile-command-annotations</groupId>
<artifactId>compile-command-annotations</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<name>Hotspot compile command annotations</name>
<inceptionYear>2014</inceptionYear>
......@@ -39,7 +39,7 @@
<url>http://github.com/nicoulaj/compile-command-annotations</url>
<connection>scm:git:git@github.com:nicoulaj/compile-command-annotations.git</connection>
<developerConnection>scm:git:git@github.com:nicoulaj/compile-command-annotations.git</developerConnection>
<tag>1.2.2</tag>
<tag>1.2.3</tag>
</scm>
<issueManagement>
......@@ -63,8 +63,8 @@
<license>apache_v2</license>
<debug>false</debug>
<java.level>1.6</java.level>
<guava.version>28.0-jre</guava.version>
<assertj-core.version>3.12.2</assertj-core.version>
<guava.version>28.1-jre</guava.version>
<assertj-core.version>3.13.2</assertj-core.version>
<commons-io.version>2.6</commons-io.version>
</properties>
......
......@@ -2,7 +2,7 @@
<!--
Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
Copyright © 2014-2018 Hotspot compile command annotations contributors
Copyright © 2014-2019 Hotspot compile command annotations contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
#
# Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
# Copyright © 2014-2018 Hotspot compile command annotations contributors
# Copyright © 2014-2019 Hotspot compile command annotations contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......
......@@ -2,7 +2,7 @@
<!--
Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
Copyright © 2014-2018 Hotspot compile command annotations contributors
Copyright © 2014-2019 Hotspot compile command annotations contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
/**
* Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
* Copyright © 2014-2018 Hotspot compile command annotations contributors
* Copyright © 2014-2019 Hotspot compile command annotations contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
/*
* Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
* Copyright © 2014-2018 Hotspot compile command annotations contributors
* Copyright © 2014-2019 Hotspot compile command annotations contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
#
# Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
# Copyright © 2014-2018 Hotspot compile command annotations contributors
# Copyright © 2014-2019 Hotspot compile command annotations contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......
......@@ -2,7 +2,7 @@
<!--
Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
Copyright © 2014-2018 Hotspot compile command annotations contributors
Copyright © 2014-2019 Hotspot compile command annotations contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
/**
* Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
* Copyright © 2014-2018 Hotspot compile command annotations contributors
* Copyright © 2014-2019 Hotspot compile command annotations contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
/*
* Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
* Copyright © 2014-2018 Hotspot compile command annotations contributors
* Copyright © 2014-2019 Hotspot compile command annotations contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
#
# Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
# Copyright © 2014-2018 Hotspot compile command annotations contributors
# Copyright © 2014-2019 Hotspot compile command annotations contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......
......@@ -2,7 +2,7 @@
<!--
Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
Copyright © 2014-2018 Hotspot compile command annotations contributors
Copyright © 2014-2019 Hotspot compile command annotations contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
/**
* Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
* Copyright © 2014-2018 Hotspot compile command annotations contributors
* Copyright © 2014-2019 Hotspot compile command annotations contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
/*
* Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
* Copyright © 2014-2018 Hotspot compile command annotations contributors
* Copyright © 2014-2019 Hotspot compile command annotations contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
#
# Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
# Copyright © 2014-2018 Hotspot compile command annotations contributors
# Copyright © 2014-2019 Hotspot compile command annotations contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......
......@@ -2,7 +2,7 @@
<!--
Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
Copyright © 2014-2018 Hotspot compile command annotations contributors
Copyright © 2014-2019 Hotspot compile command annotations contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
/**
* Hotspot compile command annotations - http://compile-command-annotations.nicoulaj.net
* Copyright © 2014-2018 Hotspot compile command annotations contributors
* Copyright © 2014-2019 Hotspot compile command annotations contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......