Skip to content

Commit b24555b

Browse files
committed
Stop generating and publishing eclipse-test-framework.zip
Its content is included in eclipse-Automated-Tests.zip since forever and whoever needs it should install it from p2 repo.
1 parent f157010 commit b24555b

File tree

3 files changed

+0
-65
lines changed

3 files changed

+0
-65
lines changed

cje-production/mbscripts/mb300_gatherEclipseParts.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ if [ -z $PATCH_BUILD ]; then
108108
popd
109109
fi
110110

111-
# gather test framework
112-
TEST_FRAMEWORK_DIR=$TEST_ZIP_DIR/eclipse-test-framework
113-
if [ -d $TEST_FRAMEWORK_DIR ]; then
114-
pushd $TEST_FRAMEWORK_DIR
115-
zip -r $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-test-framework-$BUILD_ID.zip *
116-
popd
117-
fi
118-
119111
set -x
120112
# slice repos
121113
ANT_SCRIPT=$ECLIPSE_BUILDER_DIR/repos/buildAll.xml

eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -73,59 +73,6 @@
7373
</executions>
7474
</plugin>
7575

76-
<plugin>
77-
<groupId>org.eclipse.tycho.extras</groupId>
78-
<artifactId>tycho-p2-extras-plugin</artifactId>
79-
<version>${tycho.version}</version>
80-
<executions>
81-
<execution>
82-
<phase>package</phase>
83-
<goals>
84-
<goal>mirror</goal>
85-
</goals>
86-
</execution>
87-
</executions>
88-
<configuration>
89-
<source>
90-
<!-- source repositories to mirror from -->
91-
<repository>
92-
<url>${project.baseUri}/target/repository</url>
93-
<layout>p2</layout>
94-
<!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
95-
</repository>
96-
</source>
97-
98-
<!-- starting from here all configuration parameters are optional -->
99-
<!-- they are only shown here with default values for documentation purpose -->
100-
101-
<!-- List of IUs to mirror. If omitted, allIUs will be mirrored. -->
102-
<!-- Omitted IU version element means latest version of the IU -->
103-
<ius>
104-
<iu>
105-
<id>org.eclipse.test.feature.group</id>
106-
</iu>
107-
</ius>
108-
<!-- The destination directory to mirror to. -->
109-
<destination>${project.build.directory}/eclipse-test-framework</destination>
110-
<!-- Whether only strict dependencies should be followed. -->
111-
<!-- "strict" means perfect version match -->
112-
<followStrictOnly>false</followStrictOnly>
113-
<!-- Whether or not to follow optional requirements. -->
114-
<includeOptional>false</includeOptional>
115-
<!-- Whether or not to follow non-greedy requirements. -->
116-
<includeNonGreedy>false</includeNonGreedy>
117-
<!-- Filter properties. E.g. filter only one platform -->
118-
<!-- Whether to filter the resulting set of IUs to only -->
119-
<!-- include the latest version of each IU -->
120-
<latestVersionOnly>true</latestVersionOnly>
121-
<!-- don't mirror artifacts, only metadata -->
122-
<mirrorMetadataOnly>false</mirrorMetadataOnly>
123-
<!-- whether to compress the content.xml/artifacts.xml -->
124-
<compress>false</compress>
125-
<!-- whether to append to the target repository content -->
126-
<append>true</append>
127-
</configuration>
128-
</plugin>
12976
<plugin>
13077
<groupId>org.eclipse.tycho</groupId>
13178
<artifactId>target-platform-configuration</artifactId>

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
</zipType>
4848

4949
<zipType name="JUnit test plug-ins">
50-
<platform
51-
id="TF"
52-
name="&lt;img src = &quot;repo.gif&quot; alt=&quot;Test Framework&quot; /> All"
53-
fileName="eclipse-test-framework-${BUILD_ID}.zip"></platform>
5450
<platform
5551
id="JT"
5652
name="All"

0 commit comments

Comments
 (0)