summaryrefslogtreecommitdiff
path: root/strata/java.morph
blob: 21f587689396e4385f6ee491ae579ce25d0e557e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: java
kind: assemblage
description: |
  This stratum contains everything necessary to compile and run Java applications
  and build OpenJDK from source.
contents:
- name: java-binary
  morph: strata/java/java-binary.morph
  repo: github:jmacarthur/openjdk-binary
  ref: 6f53762e2632c4b9f9afdfa6995a2c696bb9fd43
  unpetrify-ref: master
- name: java-ant
  morph: strata/java/java-ant.morph
  repo: upstream:java/ant
  ref: b3509fc3250b0f868076c846d29da80cbdc20681
  unpetrify-ref: ANT_194
  build-depends:
  - java-binary
configuration-extensions: []