[Yanel-commits] rev 25356 - public/yanel/contributions/resources/tape/src/java/com/wyonapictures/yanel/impl/resources

michi at wyona.com michi at wyona.com
Sun Jun 24 13:38:36 CEST 2007


Author: michi
Date: 2007-06-24 13:38:36 +0200 (Sun, 24 Jun 2007)
New Revision: 25356

Modified:
   public/yanel/contributions/resources/tape/src/java/com/wyonapictures/yanel/impl/resources/TapeResource.java
Log:
extends xml resource

Modified: public/yanel/contributions/resources/tape/src/java/com/wyonapictures/yanel/impl/resources/TapeResource.java
===================================================================
--- public/yanel/contributions/resources/tape/src/java/com/wyonapictures/yanel/impl/resources/TapeResource.java	2007-06-24 11:38:11 UTC (rev 25355)
+++ public/yanel/contributions/resources/tape/src/java/com/wyonapictures/yanel/impl/resources/TapeResource.java	2007-06-24 11:38:36 UTC (rev 25356)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006 Wyona
+ *  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.
@@ -16,17 +16,12 @@
 
 package com.wyonapictures.yanel.impl.resources;
 
-import org.wyona.yanel.core.ResourceTypeDefinition;
-import org.wyona.yanel.core.api.attributes.CreatableV1;
-import org.wyona.yanel.core.api.attributes.ViewableV1;
-import org.wyona.yanel.core.attributes.viewable.ViewDescriptor;
+import org.wyona.yanel.impl.resources.XMLResource;
 
-import org.wyona.yanel.impl.ResourceDefaultImpl;
-
 /**
  *
  */
-public class TapeResource extends ResourceDefaultImpl implements CreatableV1, ViewableV1 {
+public class TapeResource extends XMLResource {
 
     /**
      *
@@ -37,15 +32,10 @@
     /**
      *
      */
+/*
     public String[] getPropertyNames() {
         String[] pn = {"name", "description", "video-format", "audio-format", "content"};
         return pn;
     }
-
-    /**
-     *
-     */
-    public ViewDescriptor[] getViewDescriptors() {
-        return null;
-    }
+*/
 }




More information about the Yanel-commits mailing list