And I have created and published the branches you requested :-) Thanks,
EdB On Tue, Nov 14, 2017 at 5:16 PM, Erik de Bruin <[email protected]> wrote: > Piotr, > > Can you explain what Maven has to do with anything? I'm pretty sure this > will not work with Maven... > > Thanks, > > EdB > > > > On Tue, Nov 14, 2017 at 5:11 PM, Piotr Zarzycki <[email protected] > > wrote: > >> Erik, >> >> Could you create branch in repository typedefs and asjs called >> feature/wast >> - Once we have those three branches Maven will pickup it automatically. It >> will be easier to me follow your changes there. >> >> Thanks, Piotr >> >> >> 2017-11-14 16:57 GMT+01:00 <[email protected]>: >> >> > This is an automated email from the ASF dual-hosted git repository. >> > >> > erikdebruin pushed a commit to branch develop >> > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git >> > >> > >> > The following commit(s) were added to refs/heads/develop by this push: >> > new c469fd7 Add license >> > c469fd7 is described below >> > >> > commit c469fd7401e8f9ccf75381927e0ba84db89c2de0 >> > Author: Erik de Bruin <[email protected]> >> > AuthorDate: Tue Nov 14 16:57:21 2017 +0100 >> > >> > Add license >> > >> > Signed-off-by: Erik de Bruin <[email protected]> >> > --- >> > wast/resources/glue.js | 19 +++++++++++++++++++ >> > 1 file changed, 19 insertions(+) >> > >> > diff --git a/wast/resources/glue.js b/wast/resources/glue.js >> > index fe66877..0a14ece 100644 >> > --- a/wast/resources/glue.js >> > +++ b/wast/resources/glue.js >> > @@ -1,3 +1,22 @@ >> > +/* >> > + * >> > + * Licensed to the Apache Software Foundation (ASF) under one or more >> > + * contributor license agreements. See the NOTICE file distributed >> with >> > + * this work for additional information regarding copyright ownership. >> > + * The ASF licenses this file to You under the Apache License, Version >> > 2.0 >> > + * (the "License"); you may not use this file except in compliance >> with >> > + * the License. You may obtain a copy of the License at >> > + * >> > + * http://www.apache.org/licenses/LICENSE-2.0 >> > + * >> > + * Unless required by applicable law or agreed to in writing, software >> > + * distributed under the License is distributed on an "AS IS" BASIS, >> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or >> > implied. >> > + * See the License for the specific language governing permissions and >> > + * limitations under the License. >> > + * >> > + */ >> > + >> > function fetchAndInstantiate(url, importObject) { >> > return fetch(url).then(response => >> > response.arrayBuffer() >> > >> > -- >> > To stop receiving notification emails like this one, please contact >> > ['"[email protected]" <[email protected]>']. >> > >> >> >> >> -- >> >> Piotr Zarzycki >> >> Patreon: *https://www.patreon.com/piotrzarzycki >> <https://www.patreon.com/piotrzarzycki>* >> > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 <06%2051952295> > I. www.ixsoftware.nl > -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl
