aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-20 14:34:33 +0200
committerSven Gothel <[email protected]>2023-05-20 14:34:33 +0200
commit07da0949aae6d13c7cca12bc4728e98b161dbf42 (patch)
treeaaa398357f5d12ed9d49331cb776ce72aa2e51f4 /make
parent77dc88ce6aa36673af46a296a15fb438154d3a0a (diff)
Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplify inclusion in distribution; UbuntuFontLoader's Uri is patched accordingly.
This font jar file is actually not an atomic in the sense it being aggregated to e.g. jogl-all.jar or even a fat jar. Hence it is more suitable to have it all visible in the top-dir next to the main jars.
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index b2a3341f6..27f06ff51 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -112,6 +112,8 @@
<fileset dir="${build.graphui}" includes="*.jar" />
<fileset dir="${build.oculusvr}" includes="*.jar" erroronmissingdir="false"/> <!-- optional -->
</copy>
+ <move todir="${jar}"
+ file="${jar}/atomic/jogl-fonts-p0.jar"/>
<copy file="joglversion-all"
tofile="${build}/manifest-all.mf"