]> source.dussan.org Git - aspectj.git/commit
Support Windows 10 and Windows Server 2016/2019 in installer 32/head
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 4 Mar 2021 09:43:15 +0000 (16:43 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 4 Mar 2021 09:43:15 +0000 (16:43 +0700)
commit087d965cf6c0e4183fdc76a9650025d5edc70ac9
tree36544c76e29f7416b87b48e6b2c1d963c7715322
parent2e1ec2bce6912783a4fdef2afa54045e81c17374
Support Windows 10 and Windows Server 2016/2019 in installer

Those versions were not detected until now, which lead to bogus Windows
batch files forwarding only 9 Ajc parameters to the Java process via
"%1 %2 %3 %4 %5 %6 %7 %8 %9" instead of "%*".

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
build/src/main/java/$installer$/org/aspectj/Main.java