Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Change how uploader.html depends on uploader.flex, should impact plug…
Browse files Browse the repository at this point in the history
…ins ordering, but not activation.
  • Loading branch information
cdujeu committed Dec 6, 2013
1 parent ad4c510 commit cbd7c07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/plugins/uploader.html/manifest.xml
Expand Up @@ -37,7 +37,8 @@
</registry_contributions>
<dependencies>
<!-- Stream Wrapper Access, and dependancy to uploader.flex forces the order -->
<activePlugin pluginName="access.AJXP_STREAM_PROVIDER|uploader.flex"/>
<activePlugin pluginName="access.AJXP_STREAM_PROVIDER"/>
<pluginClass pluginName="uploader.flex"/>
</dependencies>
<processing>
<clientForm id="originalUploadForm"><![CDATA[
Expand Down

0 comments on commit cbd7c07

Please sign in to comment.