On 26/06/2019 11:11, Brian Spector wrote: > Hi Jean-Frederic, > > We need to update the export portion of the ASF website > http://www.apache.org/licenses/exports/ > > I’ve updated the XML file here > https://svn.apache.org/viewvc/infrastructure/site/trunk/content/licenses/exports/index.page/eccnmatrix.xml?view=log > > However, it has not updated the website yet. > > Am I doing something wrong?
Did you check the README (https://svn.apache.org/viewvc/infrastructure/site/trunk/README) you have to generate the site from the XML. New XML below: > > Thanks > Brian > > <Product> > <Name>Apache Milagro</Name> > <Version> > <Names>Development - C Library</Names> > <ECCN>5D002</ECCN> > <ControlledSource > href="https://git-wip-us.apache.org/repos/asf/incubator-milagro-crypto-c.git"> > <Manufacturer>ASF</Manufacturer> > <Why>General purpose and Apache Milagro servers.</Why> > </ControlledSource> > </Version> > <Version> > <Names>Development - JavaScript Library</Names> > <ECCN>5D002</ECCN> > <ControlledSource > href="https://git-wip-us.apache.org/repos/asf/incubator-milagro-crypto-js.git"> > <Manufacturer>ASF</Manufacturer> > <Why>General purpose and Apache Milagro servers.</Why> > </ControlledSource> > </Version> > <Version> > <Names>Development - Rust Library</Names> > <ECCN>5D002</ECCN> > <ControlledSource > href="https://git-wip-us.apache.org/repos/asf/incubator-milagro-crypto-rust.git"> > <Manufacturer>ASF</Manufacturer> > <Why>General purpose and Apache Milagro servers.</Why> > </ControlledSource> > </Version> > <Version> > <Names>Libraries and Servers 0.0.1 and later</Names> > <ECCN>5D002</ECCN> > <ControlledSource > href="https://git-wip-us.apache.org/repos/asf/incubator-milagro-dta.git"> > <Manufacturer>ASF</Manufacturer> > <Why>Milagro C, Rust and JavaScript Libraries and Milagro > Servers</Why> > </ControlledSource> > </Version> > </Product> > -- Cheers Jean-Frederic
