You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/05/28 02:30:07 UTC

svn commit: r779371 - in /incubator/pivot/trunk/tutorials/src/pivot/tutorials: layout/Panels.java layout/panels.wtkx navigation/Panels.java navigation/panels.wtkx

Author: gbrown
Date: Thu May 28 00:30:06 2009
New Revision: 779371

URL: http://svn.apache.org/viewvc?rev=779371&view=rev
Log:
Move Panels tutorial into pivot.tutorials.layout package.

Added:
    incubator/pivot/trunk/tutorials/src/pivot/tutorials/layout/Panels.java
      - copied, changed from r779366, incubator/pivot/trunk/tutorials/src/pivot/tutorials/navigation/Panels.java
    incubator/pivot/trunk/tutorials/src/pivot/tutorials/layout/panels.wtkx
      - copied unchanged from r779366, incubator/pivot/trunk/tutorials/src/pivot/tutorials/navigation/panels.wtkx
Removed:
    incubator/pivot/trunk/tutorials/src/pivot/tutorials/navigation/Panels.java
    incubator/pivot/trunk/tutorials/src/pivot/tutorials/navigation/panels.wtkx

Copied: incubator/pivot/trunk/tutorials/src/pivot/tutorials/layout/Panels.java (from r779366, incubator/pivot/trunk/tutorials/src/pivot/tutorials/navigation/Panels.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/src/pivot/tutorials/layout/Panels.java?p2=incubator/pivot/trunk/tutorials/src/pivot/tutorials/layout/Panels.java&p1=incubator/pivot/trunk/tutorials/src/pivot/tutorials/navigation/Panels.java&r1=779366&r2=779371&rev=779371&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/src/pivot/tutorials/navigation/Panels.java (original)
+++ incubator/pivot/trunk/tutorials/src/pivot/tutorials/layout/Panels.java Thu May 28 00:30:06 2009
@@ -1,4 +1,20 @@
-package pivot.tutorials.navigation;
+/*
+ * 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.
+ */
+package pivot.tutorials.layout;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;