java rebuilds

This commit is contained in:
Idris Kalp
2021-03-10 00:57:21 +03:00
parent 826a61ebee
commit 7e5ab45899
12 changed files with 53 additions and 11 deletions
@@ -9,7 +9,7 @@ from pisi.actionsapi import get
WorkDir = "."
shelltools.export("LC_ALL", "C")
shelltools.export("JAVA_HOME","/usr/lib/jvm/java-7-openjdk")
shelltools.export("JAVA_HOME","/usr/lib/jvm/java-8-openjdk")
def setup():
shelltools.export("LANG", "en_US.UTF-8")
@@ -14,7 +14,7 @@
<!-- <Archive sha1sum="903e8c2cb521cc91636eccae66b8594435516ff5" type="zip">http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.4.2-201502041700/ecjsrc-4.4.2.jar</Archive> -->
<BuildDependencies>
<Dependency>ant</Dependency>
<Dependency>jdk7-openjdk</Dependency>
<Dependency>jdk8-openjdk</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">01-ecj-include-props.patch</Patch>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-03-10</Date>
<Version>4.6.3_201703010400</Version>
<Comment>Rebuild</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-06-04</Date>
<Version>4.6.3_201703010400</Version>