Repository: incubator-netbeans Updated Branches: refs/heads/master a7508776f -> 95038d253
[NETBEANS-54] Module Review core.output2 Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/d9189946 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/d9189946 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/d9189946 Branch: refs/heads/master Commit: d9189946a8dc34d261cb3b72144b762bd07119ba Parents: c7eb12c Author: geertjan <[email protected]> Authored: Sun Oct 8 08:19:43 2017 +0200 Committer: geertjan <[email protected]> Committed: Sun Oct 8 08:19:43 2017 +0200 ---------------------------------------------------------------------- core.output2/design.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/d9189946/core.output2/design.txt ---------------------------------------------------------------------- diff --git a/core.output2/design.txt b/core.output2/design.txt index 2b95bca..4aadfad 100644 --- a/core.output2/design.txt +++ b/core.output2/design.txt @@ -1,3 +1,19 @@ +# 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. + A BRIEF OUTLINE OF THE DESIGN OF THE NEW OUTPUT WINDOW The new output window is designed to solve several problems:
