You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Michael Schmalle <te...@gmail.com> on 2015/06/22 17:49:28 UTC

Re: [3/5] git commit: [flex-falcon] [refs/heads/develop] - copy-o

Thanks Alex!

Mike

On Mon, Jun 22, 2015 at 9:42 AM, <ah...@apache.org> wrote:

> copy-o
>
>
> Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/51df3c64
> Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/51df3c64
> Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/51df3c64
>
> Branch: refs/heads/develop
> Commit: 51df3c64e7b34cf38ea2eea1704a3e6379002555
> Parents: de38e38
> Author: Alex Harui <ah...@apache.org>
> Authored: Sun Jun 21 21:31:39 2015 -0700
> Committer: Alex Harui <ah...@apache.org>
> Committed: Mon Jun 22 06:06:08 2015 -0700
>
> ----------------------------------------------------------------------
>  .../org/apache/flex/compiler/internal/graph/GoogDepsWriter.java    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/51df3c64/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> ----------------------------------------------------------------------
> diff --git
> a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> index bac500a..14e9b72 100644
> ---
> a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> +++
> b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> @@ -96,7 +96,7 @@ public class GoogDepsWriter {
>                 buildDB();
>                 dps = sort(mainName);
>             }
> -               String outString = "// generated by FalconJS" + "\n";
> +               String outString = "// generated by FalconJX" + "\n";
>                 int n = dps.size();
>                 for (int i = n - 1; i >= 0; i--)
>                 {
>
>

Re: [3/5] git commit: [flex-falcon] [refs/heads/develop] - copy-o

Posted by OmPrakash Muppirala <bi...@gmail.com>.
We've come a long long way from FalconJS :-)
On Jun 22, 2015 8:56 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

> It's the little things ;-)
>
> EdB
>
>
>
> On Mon, Jun 22, 2015 at 5:49 PM, Michael Schmalle <
> teotigraphixllc@gmail.com
> > wrote:
>
> > Thanks Alex!
> >
> > Mike
> >
> > On Mon, Jun 22, 2015 at 9:42 AM, <ah...@apache.org> wrote:
> >
> > > copy-o
> > >
> > >
> > > Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
> > > Commit:
> > http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/51df3c64
> > > Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/51df3c64
> > > Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/51df3c64
> > >
> > > Branch: refs/heads/develop
> > > Commit: 51df3c64e7b34cf38ea2eea1704a3e6379002555
> > > Parents: de38e38
> > > Author: Alex Harui <ah...@apache.org>
> > > Authored: Sun Jun 21 21:31:39 2015 -0700
> > > Committer: Alex Harui <ah...@apache.org>
> > > Committed: Mon Jun 22 06:06:08 2015 -0700
> > >
> > > ----------------------------------------------------------------------
> > >  .../org/apache/flex/compiler/internal/graph/GoogDepsWriter.java    | 2
> > +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > ----------------------------------------------------------------------
> > >
> > >
> > >
> > >
> >
> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/51df3c64/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > > ----------------------------------------------------------------------
> > > diff --git
> > >
> >
> a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > >
> >
> b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > > index bac500a..14e9b72 100644
> > > ---
> > >
> >
> a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > > +++
> > >
> >
> b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > > @@ -96,7 +96,7 @@ public class GoogDepsWriter {
> > >                 buildDB();
> > >                 dps = sort(mainName);
> > >             }
> > > -               String outString = "// generated by FalconJS" + "\n";
> > > +               String outString = "// generated by FalconJX" + "\n";
> > >                 int n = dps.size();
> > >                 for (int i = n - 1; i >= 0; i--)
> > >                 {
> > >
> > >
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: [3/5] git commit: [flex-falcon] [refs/heads/develop] - copy-o

Posted by Erik de Bruin <er...@ixsoftware.nl>.
It's the little things ;-)

EdB



On Mon, Jun 22, 2015 at 5:49 PM, Michael Schmalle <teotigraphixllc@gmail.com
> wrote:

> Thanks Alex!
>
> Mike
>
> On Mon, Jun 22, 2015 at 9:42 AM, <ah...@apache.org> wrote:
>
> > copy-o
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
> > Commit:
> http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/51df3c64
> > Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/51df3c64
> > Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/51df3c64
> >
> > Branch: refs/heads/develop
> > Commit: 51df3c64e7b34cf38ea2eea1704a3e6379002555
> > Parents: de38e38
> > Author: Alex Harui <ah...@apache.org>
> > Authored: Sun Jun 21 21:31:39 2015 -0700
> > Committer: Alex Harui <ah...@apache.org>
> > Committed: Mon Jun 22 06:06:08 2015 -0700
> >
> > ----------------------------------------------------------------------
> >  .../org/apache/flex/compiler/internal/graph/GoogDepsWriter.java    | 2
> +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > ----------------------------------------------------------------------
> >
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/51df3c64/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > ----------------------------------------------------------------------
> > diff --git
> >
> a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> >
> b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > index bac500a..14e9b72 100644
> > ---
> >
> a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > +++
> >
> b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
> > @@ -96,7 +96,7 @@ public class GoogDepsWriter {
> >                 buildDB();
> >                 dps = sort(mainName);
> >             }
> > -               String outString = "// generated by FalconJS" + "\n";
> > +               String outString = "// generated by FalconJX" + "\n";
> >                 int n = dps.size();
> >                 for (int i = n - 1; i >= 0; i--)
> >                 {
> >
> >
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl