Skip to content

Commit

Permalink
Replace fileupload with version 2 in features
Browse files Browse the repository at this point in the history
  • Loading branch information
mknauer authored and ifurnadjiev committed Jun 26, 2024
1 parent 02f59ba commit c7a2a59
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
23 changes: 22 additions & 1 deletion features/org.eclipse.rap.e4.equinox.target.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,28 @@
unpack="false"/>

<plugin
id="org.apache.commons.commons-fileupload"
id="org.apache.commons.commons-fileupload2-jakarta-servlet5"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.commons.commons-fileupload2-javax"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.commons.commons-fileupload2-core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.commons.commons-fileupload2-jakarta-servlet6"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
23 changes: 22 additions & 1 deletion features/org.eclipse.rap.equinox.target.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,28 @@
unpack="false"/>

<plugin
id="org.apache.commons.commons-fileupload"
id="org.apache.commons.commons-fileupload2-jakarta-servlet5"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.commons.commons-fileupload2-javax"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.commons.commons-fileupload2-core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.commons.commons-fileupload2-jakarta-servlet6"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down

0 comments on commit c7a2a59

Please sign in to comment.