Tim, Are you talking about the license headers? If so I was using a plugin to my editor to auto put the header into new files. I can double check the content.
Chris On Wednesday, March 26, 2014, Tim Williams <[email protected]> wrote: > On Wed, Mar 26, 2014 at 6:31 PM, <[email protected]> wrote: > > Repository: incubator-blur > > Updated Branches: > > refs/heads/console-v2 0e2ad4304 -> ef5f913b4 > > > > > > Started adding in the table page > > > > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo > > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/cd3c9e83 > > Tree: > http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/cd3c9e83 > > Diff: > http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/cd3c9e83 > > > > Branch: refs/heads/console-v2 > > Commit: cd3c9e8307d93e8ab102a4251cc6d381f1fc2b20 > > Parents: 0e2ad43 > > Author: Chris Rohr <[email protected]> > > Authored: Mon Mar 3 10:55:40 2014 -0500 > > Committer: Chris Rohr <[email protected]> > > Committed: Mon Mar 3 10:55:40 2014 -0500 > > > > ---------------------------------------------------------------------- > > contrib/blur-console/ui/app/index.html | 4 +- > > .../ui/app/scripts/blurconsole.dashboard.js | 2 +- > > .../ui/app/scripts/blurconsole.model.js | 75 +++++++++-- > > .../ui/app/scripts/blurconsole.tables.js | 126 > +++++++++++++++++++ > > .../ui/app/scripts/blurconsole.utils.js | 21 +++- > > .../blur-console/ui/app/views/tables.tpl.html | 15 +++ > > contrib/blur-console/ui/bower.json | 7 +- > > 7 files changed, 232 insertions(+), 18 deletions(-) > > ---------------------------------------------------------------------- > > > > > > > http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/cd3c9e83/contrib/blur-console/ui/app/index.html > > ---------------------------------------------------------------------- > > diff --git a/contrib/blur-console/ui/app/index.html > b/contrib/blur-console/ui/app/index.html > > index 140b922..6a87c68 100644 > > --- a/contrib/blur-console/ui/app/index.html > > +++ b/contrib/blur-console/ui/app/index.html > > @@ -66,10 +66,9 @@ limitations under the License. > > > > <!-- build:js scripts/vendor.js --> > > <!-- bower:js --> > > - <script src="bower_components/jquery/jquery.js"></script> > > + <script src="bower_components/jquery/dist/jquery.js"></script> > > <script src="lib/jquery.uriAnchor.js"></script> > > <script src="lib/jquery.event.gevent.js"></script> > > - <script src="bower_components/taffydb/taffy.js"></script> > > <!-- endbower --> > > <!-- endbuild --> > > > > @@ -97,6 +96,7 @@ limitations under the License. > > <script src="scripts/blurconsole.utils.js"></script> > > <script src="scripts/blurconsole.shell.js"></script> > > <script src="scripts/blurconsole.dashboard.js"></script> > > + <script src="scripts/blurconsole.tables.js"></script> > > <script src="scripts/blurconsole.data.js"></script> > > Why are these source headers abbreviated from normal? > > Thanks, > --tim >
