Skip to content

Commit 93c0a03

Browse files
committed
include old 0.5.5.201310111213 plug-in (end of life) in build config
1 parent c5d2a72 commit 93c0a03

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

ilg.gnuarmeclipse-repository/category.xml

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<feature url="features/ilg.gnuarmeclipse.managedbuild.cross-feature_1.1.0.qualifier.jar" id="ilg.gnuarmeclipse.managedbuild.cross" version="1.1.0.qualifier">
44
<category name="ilg.gnuarmeclipse.category"/>
55
</feature>
6+
<feature url="features/org.eclipse.cdt.cross.arm.gnu_0.5.5.201310111213.jar" id="org.eclipse.cdt.cross.arm.gnu" version="0.5.5.201310111213" os="linux,macosx,win32">
7+
<category name="ilg.gnuarmeclipse.category"/>
8+
</feature>
69
<category-def name="ilg.gnuarmeclipse.category" label="CDT GNU Cross Development Tools"/>
710
</site>

ilg.gnuarmeclipse-repository/pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@
4646
<artifactId>tycho-p2-repository-plugin</artifactId>
4747
<version>${tycho.version}</version>
4848
<configuration>
49-
<compress>true</compress>
49+
<compress>false</compress>
5050
</configuration>
5151

5252
</plugin>
5353

5454
</plugins>
5555
</build>
5656

57+
<name>GNU ARM Eclipse plug-in repository</name>
58+
<url>http://gnuarmeclipse.livius.net</url>
5759
</project>

ilg.gnuarmeclipse.managedbuild.cross-feature/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

18+
<name>GNU ARM Eclipse plug-in managed build feature</name>
19+
<url>http://gnuarmeclipse.livius.net</url>
1820
</project>

ilg.gnuarmeclipse.managedbuild.cross/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

18+
<name>GNU ARM Eclipse plug-in managed build code</name>
19+
<url>http://gnuarmeclipse.livius.net</url>
1820
</project>

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<artifactId>ilg.gnuarmeclipse.parent</artifactId>
77
<version>1.1.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
9-
<name>GNU ARM Eclipse plug-in parent</name>
109

1110
<properties>
1211
<tycho.version>0.18.1</tycho.version>
@@ -15,6 +14,8 @@
1514
<modules>
1615
<module>ilg.gnuarmeclipse.managedbuild.cross</module>
1716
<module>ilg.gnuarmeclipse.managedbuild.cross-feature</module>
17+
<module>../gnuarmeclipse-svn/Eclipse/current/org.eclipse.cdt.cross.arm.gnu</module>
18+
<module>../gnuarmeclipse-svn/Eclipse/current/org.eclipse.cdt.cross.arm.gnu-feature</module>
1819
<module>ilg.gnuarmeclipse-repository</module>
1920
</modules>
2021

@@ -47,4 +48,6 @@
4748
</pluginManagement>
4849
</build>
4950

51+
<name>GNU ARM Eclipse plug-in parent</name>
52+
<url>http://gnuarmeclipse.livius.net</url>
5053
</project>

scripts/publish-updates.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ SF_USER=ilg-ul
2828
SF_DESTINATION="$SF_USER,[email protected]:/home/frs/project/g/gn/gnuarmeclipse/$SF_FOLDER$TEST"
2929
SOURCE_LIST="."
3030

31-
RSYNC_OPTS="-vrCt --exclude=scripts --exclude=.*"
31+
# -c skip based on checksum, not mod-time & size
32+
33+
RSYNC_OPTS="-vrCct --exclude=scripts --exclude=.*"
3234
RSYNC_OPTS+=" --delete"
3335

3436
if [ "$DRY" = "dry" ]
@@ -43,7 +45,7 @@ echo "Rsync-ing SourceForge $SF_FOLDER$TEST site"
4345

4446
if [ -f *-SNAPSHOT.zip ]
4547
then
46-
NUMDATE=$(ls repository/plugins/ | sed -e 's/.*_[0-9]*[.][0-9]*[.][0-9]*[.]\([0-9]*\)[.]jar/\1/')
48+
NUMDATE=$(ls repository/plugins/ilg* | sed -e 's/.*_[0-9]*[.][0-9]*[.][0-9]*[.]\([0-9]*\)[.]jar/\1/')
4749
ARCHIVE_PREFIX=$(ls *-SNAPSHOT.zip | sed -e 's/\(.*\)-SNAPSHOT[.]zip/\1/')
4850

4951
ARCHIVE_FOLDER=~/tmp/gnuarmeclipse-archive

0 commit comments

Comments
 (0)