11val=$1
22url=$2
3- justj21=$3
4-
5- echo " Include JustJ bit: ${justj21} "
3+ eversion=$3
64
75rm -f ./compositeArtifacts.xml
86rm -f ./compositeContent.xml
@@ -15,10 +13,10 @@ echo " type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArt
1513echo " <properties size='1'>" >> compositeArtifacts.xml
1614echo " <property name='p2.timestamp' value='${val} '/>" >> compositeArtifacts.xml
1715echo " </properties>" >> compositeArtifacts.xml
18- if [ " ${justj21} " = true ] ; then
16+ if [[ ${eversion} == " e4.36 " ]] ; then
1917 echo " <children size='2'>" >> compositeArtifacts.xml
2018 echo " <child location='${url} '/>" >> compositeArtifacts.xml
21- echo " <child location='https://download.eclipse.org/justj/jres/21/updates/release/latest /'/>" >> compositeArtifacts.xml
19+ echo " <child location='https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-06 /'/>" >> compositeArtifacts.xml
2220 echo " </children>" >> compositeArtifacts.xml
2321else
2422 echo " <children size='1'>" >> compositeArtifacts.xml
@@ -34,10 +32,10 @@ echo " type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMet
3432echo " <properties size='1'>" >> compositeContent.xml
3533echo " <property name='p2.timestamp' value='${val} '/>" >> compositeContent.xml
3634echo " </properties>" >> compositeContent.xml
37- if [ " ${justj21} " = true ] ; then
35+ if [[ ${eversion} == " e4.36 " ]] ; then
3836 echo " <children size='2'>" >> compositeContent.xml
3937 echo " <child location='${url} '/>" >> compositeContent.xml
40- echo " <child location='https://download.eclipse.org/justj/jres/21/updates/release/latest /'/>" >> compositeContent.xml
38+ echo " <child location='https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-06 /'/>" >> compositeContent.xml
4139 echo " </children>" >> compositeContent.xml
4240else
4341 echo " <children size='1'>" >> compositeContent.xml
0 commit comments