Skip to content

Commit

Permalink
Add temporary Apache FileUpload p2 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mknauer authored and ifurnadjiev committed Jun 26, 2024
1 parent cbb602a commit 02f59ba
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/org.eclipse.rap.e4.equinox.target.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<layout>p2</layout>
<url>${jetty-repo.url}</url>
</repository>
<repository>
<id>rap-apache-fileupload-repo</id>
<layout>p2</layout>
<url>${rap-apache-fileupload-repo.url}</url>
</repository>
</repositories>

</project>
5 changes: 5 additions & 0 deletions features/org.eclipse.rap.equinox.target.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<layout>p2</layout>
<url>${jetty-repo.url}</url>
</repository>
<repository>
<id>rap-apache-fileupload-repo</id>
<layout>p2</layout>
<url>${rap-apache-fileupload-repo.url}</url>
</repository>
</repositories>

</project>
6 changes: 6 additions & 0 deletions releng/org.eclipse.rap.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<orbit-repo.url>https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/</orbit-repo.url>
<platform-repo.url>https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610/</platform-repo.url>
<rap-extra-repo.url>https://download.eclipse.org/rt/rap/base-platforms/3.14/extra-dependencies/</rap-extra-repo.url>
<rap-apache-fileupload-repo.url>https://download.eclipse.org/rt/rap/base-platforms/3.14/commons-fileupload2/</rap-apache-fileupload-repo.url>
<license-repo.url>https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/</license-repo.url>
<!-- The build type, N for nighty builds, S for stable builds. S-builds will be signed. -->
<buildType>N</buildType>
Expand Down Expand Up @@ -62,6 +63,11 @@
<layout>p2</layout>
<url>${license-repo.url}</url>
</repository>
<repository>
<id>rap-apache-fileupload-repo</id>
<layout>p2</layout>
<url>${rap-apache-fileupload-repo.url}</url>
</repository>
</repositories>

<build>
Expand Down
5 changes: 5 additions & 0 deletions releng/org.eclipse.rap.build/repository.e4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<layout>p2</layout>
<url>${jetty-repo.url}</url>
</repository>
<repository>
<id>rap-apache-fileupload-repo</id>
<layout>p2</layout>
<url>${rap-apache-fileupload-repo.url}</url>
</repository>
</repositories>

<build>
Expand Down
5 changes: 5 additions & 0 deletions releng/org.eclipse.rap.build/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<layout>p2</layout>
<url>${jetty-repo.url}</url>
</repository>
<repository>
<id>rap-apache-fileupload-repo</id>
<layout>p2</layout>
<url>${rap-apache-fileupload-repo.url}</url>
</repository>
</repositories>

<build>
Expand Down

0 comments on commit 02f59ba

Please sign in to comment.