Skip to content

Commit 8cced3c

Browse files
committed
mega-melt: skip alternate jogamp component flavors
Testing with the most common options is sufficient.
1 parent a184d85 commit 8cced3c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/generate-mega-melt.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ def child(node, tag):
3838
'jep',
3939
'junit-benchmarks',
4040
'vecmath',
41+
# NB: Skip alternate flavors of other managed components.
42+
'gluegen', # uberjar flavor of gluegen-rt
43+
'jogl-all-noawt', # slimmed down flavor of jogl-all
4144
# NB: All the SWT platform JARs have the same classes.
4245
# The current platform will be brought in transitively.
4346
'org.eclipse.swt.cocoa.macosx',

tests/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ sed -E 's; -Dij\.version=([^ ]*);& -Dimagej1.version=\1;' "$buildScriptTemp" > "
122122
rm "$buildScriptTemp" || die 'Error adjusting melting pot build script!'
123123
echo 'Done!'
124124

125-
echo &&
126-
127125
# HACK: Adjust component POMs to satisfy Maven HTTPS strictness.
128126
echo &&
129127
printf 'Adjusting melting pot project POMs... ' &&

0 commit comments

Comments
 (0)