[Yanel-commits] rev 25733 - public/yanel/trunk/src/core/java/org/wyona/yanel/core

michi at wyona.com michi at wyona.com
Tue Jul 3 15:40:43 CEST 2007


Author: michi
Date: 2007-07-03 15:40:43 +0200 (Tue, 03 Jul 2007)
New Revision: 25733

Added:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/StateOfView.java
Removed:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/Area.java
Log:
class renamed

Deleted: public/yanel/trunk/src/core/java/org/wyona/yanel/core/Area.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/Area.java	2007-07-03 13:24:54 UTC (rev 25732)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/Area.java	2007-07-03 13:40:43 UTC (rev 25733)
@@ -1,28 +0,0 @@
-/*
- * Copyright 2006 Wyona
- *
- *  Licensed 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.wyona.org/licenses/APACHE-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 org.wyona.yanel.core;
-
-/**
- *
- */
-public class Area {
-
-    public static final String AUTHORING = "authoring";
-    
-    public static final String LIVE = "live";
-    
-}

Copied: public/yanel/trunk/src/core/java/org/wyona/yanel/core/StateOfView.java (from rev 25709, public/yanel/trunk/src/core/java/org/wyona/yanel/core/Area.java)
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/StateOfView.java	                        (rev 0)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/StateOfView.java	2007-07-03 13:40:43 UTC (rev 25733)
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2006 Wyona
+ *
+ *  Licensed 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.wyona.org/licenses/APACHE-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 org.wyona.yanel.core;
+
+/**
+ *
+ */
+public class Area {
+
+    public static final String AUTHORING = "authoring";
+    
+    public static final String LIVE = "live";
+    
+}




More information about the Yanel-commits mailing list