diff options
7 files changed, 7 insertions, 7 deletions
diff --git a/features/org.eclipse.rap.equinox.target.feature/.project b/features/org.eclipse.rap.equinox.target.feature/.project index 07210e56f5..1592fd2a99 100644 --- a/features/org.eclipse.rap.equinox.target.feature/.project +++ b/features/org.eclipse.rap.equinox.target.feature/.project @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.eclipse.rap.equinox.target.feature</name> - <comment></comment> + <comment></comment> <projects> </projects> <buildSpec> diff --git a/features/org.eclipse.rap.equinox.target.feature/pom.xml b/features/org.eclipse.rap.equinox.target.feature/pom.xml index e41adc511b..c376d3e74b 100644 --- a/features/org.eclipse.rap.equinox.target.feature/pom.xml +++ b/features/org.eclipse.rap.equinox.target.feature/pom.xml @@ -35,7 +35,7 @@ <id>base-platform-repository-with-ICU-bundle</id> <layout>p2</layout> <!-- This repository is required in order to pull in the base ICU bundle --> - <url>http://build.eclipse.org/rt/rap/base-platforms/2.1/SR2-RC2/runtime-base</url> + <url>http://build.eclipse.org/rt/rap/base-platforms/2.1/SR2-RC3/runtime-base</url> </repository> </repositories> diff --git a/features/org.eclipse.rap.feature/.project b/features/org.eclipse.rap.feature/.project index 85680bf20f..3a0b62d97b 100644 --- a/features/org.eclipse.rap.feature/.project +++ b/features/org.eclipse.rap.feature/.project @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.eclipse.rap.feature</name> - <comment></comment> + <comment></comment> <projects> </projects> <buildSpec> diff --git a/features/org.eclipse.rap.sdk.feature/.project b/features/org.eclipse.rap.sdk.feature/.project index cd1fbbe47b..7b02573902 100644 --- a/features/org.eclipse.rap.sdk.feature/.project +++ b/features/org.eclipse.rap.sdk.feature/.project @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.eclipse.rap.sdk.feature</name> - <comment></comment> + <comment></comment> <projects> </projects> <buildSpec> diff --git a/releng/org.eclipse.rap.build/pom.xml b/releng/org.eclipse.rap.build/pom.xml index 1fb59d4be1..52ca0e761e 100644 --- a/releng/org.eclipse.rap.build/pom.xml +++ b/releng/org.eclipse.rap.build/pom.xml @@ -85,7 +85,7 @@ TODO [rst]: Because of bug 348045, we cannot add the entire platform repository to the target platform, try target definitions instead. --> - <url>http://build.eclipse.org/rt/rap/base-platforms/2.1/SR2-RC2/runtime-base</url> + <url>http://build.eclipse.org/rt/rap/base-platforms/2.1/SR2-RC3/runtime-base</url> </repository> <repository> <id>extra-dependencies-repository</id> diff --git a/releng/org.eclipse.rap.target.build/pom.xml b/releng/org.eclipse.rap.target.build/pom.xml index cca59d2de3..e00be25ba9 100644 --- a/releng/org.eclipse.rap.target.build/pom.xml +++ b/releng/org.eclipse.rap.target.build/pom.xml @@ -24,7 +24,7 @@ <properties> <tycho-version>0.16.0</tycho-version> <tycho-extras-version>${tycho-version}</tycho-extras-version> - <base-platform>4.3-M-builds/M-4.3.2RC2-201401290800/</base-platform> + <base-platform>4.3-M-builds/M-4.3.2RC3-201402061000/</base-platform> <base-platform-repository>http://download.eclipse.org/eclipse/updates/${base-platform}</base-platform-repository> <baseline-repository>http://download.eclipse.org/rt/rap/nightly/runtime/</baseline-repository> </properties> diff --git a/releng/org.eclipse.rap.target.build/repository.kepler/pom.xml b/releng/org.eclipse.rap.target.build/repository.kepler/pom.xml index a60fed2cd2..70a91f0eca 100644 --- a/releng/org.eclipse.rap.target.build/repository.kepler/pom.xml +++ b/releng/org.eclipse.rap.target.build/repository.kepler/pom.xml @@ -34,7 +34,7 @@ <id>base-platform-repository-with-ICU-bundle</id> <layout>p2</layout> <!-- This repository is required in order to pull in the base ICU bundle --> - <url>http://build.eclipse.org/rt/rap/base-platforms/2.1/SR2-RC2/runtime-base</url> + <url>http://build.eclipse.org/rt/rap/base-platforms/2.1/SR2-RC3/runtime-base</url> </repository> </repositories> |