mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 18:35:32 +02:00
[releng] Update Versions for Juno SR1
This commit is contained in:
parent
04e7119238
commit
229dbb8d54
3 changed files with 13 additions and 13 deletions
|
@ -97,14 +97,14 @@ if [ ${TYPE} = test ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# CHECK VERSION CORRECTNESS for MICRO UPDATES only
|
# CHECK VERSION CORRECTNESS for MICRO UPDATES only
|
||||||
# Major version updates are not allowed.
|
# Major version updates are not allowed, but minor update is OK.
|
||||||
#MINOR_UPDATE_OK=1
|
#MINOR_UPDATE_OK=1
|
||||||
# Minor/major version updates are not allowed.
|
# Minor/major version updates are not allowed.
|
||||||
MINOR_UPDATE_OK=1
|
MINOR_UPDATE_OK=0
|
||||||
# Update of "qualifier" requires also updating "micro"
|
# Update of "qualifier" requires also updating "micro"
|
||||||
echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.3"
|
echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.4"
|
||||||
ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt
|
ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt
|
||||||
ls ../updates/3.3/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt
|
ls ../updates/3.4/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt
|
||||||
diff f2.$$.txt f1.$$.txt | grep '^[>]' \
|
diff f2.$$.txt f1.$$.txt | grep '^[>]' \
|
||||||
| sed -e 's,[>] \(.*_[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)\..*,\1,' > f_new.txt
|
| sed -e 's,[>] \(.*_[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)\..*,\1,' > f_new.txt
|
||||||
for f in `cat f_new.txt`; do
|
for f in `cat f_new.txt`; do
|
||||||
|
@ -128,9 +128,9 @@ if [ ${TYPE} = test ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo "VERIFYING VERSION CORRECTNESS: Plugins against ../updates/3.3"
|
echo "VERIFYING VERSION CORRECTNESS: Plugins against ../updates/3.4"
|
||||||
ls plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p1.$$.txt
|
ls plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p1.$$.txt
|
||||||
ls ../updates/3.3/plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p2.$$.txt
|
ls ../updates/3.4/plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p2.$$.txt
|
||||||
diff p2.$$.txt p1.$$.txt | grep '^[>]' \
|
diff p2.$$.txt p1.$$.txt | grep '^[>]' \
|
||||||
| sed -e 's,[>] \(.*_[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)\..*,\1,' > p_new.txt
|
| sed -e 's,[>] \(.*_[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)\..*,\1,' > p_new.txt
|
||||||
for p in `cat p_new.txt`; do
|
for p in `cat p_new.txt`; do
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<site>
|
<site>
|
||||||
<feature url="features/org.eclipse.rse_3.4.0.qualifier.jar" id="org.eclipse.rse" version="3.4.0.qualifier">
|
<feature url="features/org.eclipse.rse_3.4.1.qualifier.jar" id="org.eclipse.rse" version="3.4.1.qualifier">
|
||||||
<category name="tm_34_main"/>
|
<category name="tm_34_main"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.sdk_3.4.0.qualifier.jar" id="org.eclipse.rse.sdk" version="3.4.0.qualifier">
|
<feature url="features/org.eclipse.rse.sdk_3.4.1.qualifier.jar" id="org.eclipse.rse.sdk" version="3.4.1.qualifier">
|
||||||
<category name="tm_34_main"/>
|
<category name="tm_34_main"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.useractions_1.1.400.qualifier.jar" id="org.eclipse.rse.useractions" version="1.1.400.qualifier">
|
<feature url="features/org.eclipse.rse.useractions_1.1.400.qualifier.jar" id="org.eclipse.rse.useractions" version="1.1.400.qualifier">
|
||||||
|
@ -25,15 +25,15 @@
|
||||||
<feature url="features/org.eclipse.tm.terminal.local.sdk_0.3.0.qualifier.jar" id="org.eclipse.tm.terminal.local.sdk" version="0.3.0.qualifier">
|
<feature url="features/org.eclipse.tm.terminal.local.sdk_0.3.0.qualifier.jar" id="org.eclipse.tm.terminal.local.sdk" version="0.3.0.qualifier">
|
||||||
<category name="tm_34_optional"/>
|
<category name="tm_34_optional"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.tm.terminal.sdk_3.3.0.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="3.3.0.qualifier">
|
<feature url="features/org.eclipse.tm.terminal.sdk_3.3.1.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="3.3.1.qualifier">
|
||||||
<category name="tm_34_main"/>
|
<category name="tm_34_main"/>
|
||||||
</feature>
|
</feature>
|
||||||
<category-def name="tm_34_main" label="TM and RSE 3.4 Main Features">
|
<category-def name="tm_34_main" label="TM and RSE 3.4.1 Main Features">
|
||||||
<description>
|
<description>
|
||||||
TM and RSE Main Features
|
TM and RSE Main Features
|
||||||
</description>
|
</description>
|
||||||
</category-def>
|
</category-def>
|
||||||
<category-def name="tm_34_optional" label="TM and RSE 3.4 Optional Add-Ons">
|
<category-def name="tm_34_optional" label="TM and RSE 3.4.1 Optional Add-Ons">
|
||||||
<description>
|
<description>
|
||||||
Examples, Tests and Incubation Plug-ins.
|
Examples, Tests and Incubation Plug-ins.
|
||||||
</description>
|
</description>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<relativePath>../../../</relativePath>
|
<relativePath>../../../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<version>3.4.0-SNAPSHOT</version>
|
<version>3.4.1-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tm.repo</artifactId>
|
<artifactId>org.eclipse.tm.repo</artifactId>
|
||||||
<packaging>eclipse-repository</packaging>
|
<packaging>eclipse-repository</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
<target>
|
<target>
|
||||||
<property name="buildDirectory" value="${project.build.directory}/../../../../"/>
|
<property name="buildDirectory" value="${project.build.directory}/../../../../"/>
|
||||||
<property name="builder" value="${project.build.directory}/../../../../org.eclipse.tm.rse/releng/org.eclipse.rse.build/"/>
|
<property name="builder" value="${project.build.directory}/../../../../org.eclipse.tm.rse/releng/org.eclipse.rse.build/"/>
|
||||||
<property name="buildId" value="3.4.0"/>
|
<property name="buildId" value="3.4.1"/>
|
||||||
<ant antfile="${project.build.directory}/../../../../dstoreTargets.xml">
|
<ant antfile="${project.build.directory}/../../../../dstoreTargets.xml">
|
||||||
<target name="serverruntime"/>
|
<target name="serverruntime"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
|
Loading…
Add table
Reference in a new issue