You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by fl...@apache.org on 2010/11/24 15:23:05 UTC

svn commit: r1038619 - in /lenya/trunk/org.apache.lenya.deprecated: ./ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/lenya/ src/main/java/org/apache/lenya/cms/ src/main/java/org/apache/lenya/cms/publication/ src/main/java/org/ap...

Author: florent
Date: Wed Nov 24 14:23:04 2010
New Revision: 1038619

URL: http://svn.apache.org/viewvc?rev=1038619&view=rev
Log:
- move some deprecated or double classes into deprecated module

Added:
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/History.java
      - copied, changed from r1034526, lenya/trunk/org.apache.lenya.core.publication.impl/src/main/java/org/apache/lenya/cms/publication/History.java
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/Node.java
      - copied, changed from r1034526, lenya/trunk/org.apache.lenya.core.publication.impl/src/main/java/org/apache/lenya/cms/publication/Node.java
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/Element.java
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/ElementSet.java
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaData.java
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataException.java
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataOwner.java
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataRegistry.java
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/util/
    lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/util/ServletHelper.java
      - copied unchanged from r1034526, lenya/trunk/org.apache.lenya.core.impl/src/main/java/org/apache/lenya/util/ServletHelper.java
    lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/
    lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/
    lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/lenya/
    lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/lenya/cms/
    lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/lenya/cms/metadata/
      - copied from r1034526, lenya/trunk/org.apache.lenya.core.metadata/src/test/java/org/apache/lenya/cms/metadata/
Modified:
    lenya/trunk/org.apache.lenya.deprecated/pom.xml
    lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/lenya/cms/metadata/MetaDataTest.java

Modified: lenya/trunk/org.apache.lenya.deprecated/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/pom.xml?rev=1038619&r1=1038618&r2=1038619&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.deprecated/pom.xml (original)
+++ lenya/trunk/org.apache.lenya.deprecated/pom.xml Wed Nov 24 14:23:04 2010
@@ -16,7 +16,26 @@
   <description>Hold all deprecated classes and tests classes from 2.1/2.0</description>
   
   <dependencies>
-  
+      <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-usecase</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-workflow</artifactId>
+    </dependency>
+        <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-cocoon</artifactId>
+    </dependency>
+     <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-publication-api</artifactId>
+    </dependency>
   <!-- TODO : see if all theses dependencies are required -->
     <dependency>
       <groupId>org.apache.cocoon</groupId>

Copied: lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/History.java (from r1034526, lenya/trunk/org.apache.lenya.core.publication.impl/src/main/java/org/apache/lenya/cms/publication/History.java)
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/History.java?p2=lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/History.java&p1=lenya/trunk/org.apache.lenya.core.publication.impl/src/main/java/org/apache/lenya/cms/publication/History.java&r1=1034526&r2=1038619&rev=1038619&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.core.publication.impl/src/main/java/org/apache/lenya/cms/publication/History.java (original)
+++ lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/History.java Wed Nov 24 14:23:04 2010
@@ -17,8 +17,12 @@
  */
 package org.apache.lenya.cms.publication;
 
+import org.apache.lenya.cms.repository.RepositoryException;
+
 /**
  * The revision history of a document.
+ * 
+ * @deprecated doublon with o.a.l.cms.repository.History
  */
 public interface History {
     

Copied: lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/Node.java (from r1034526, lenya/trunk/org.apache.lenya.core.publication.impl/src/main/java/org/apache/lenya/cms/publication/Node.java)
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/Node.java?p2=lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/Node.java&p1=lenya/trunk/org.apache.lenya.core.publication.impl/src/main/java/org/apache/lenya/cms/publication/Node.java&r1=1034526&r2=1038619&rev=1038619&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.core.publication.impl/src/main/java/org/apache/lenya/cms/publication/Node.java (original)
+++ lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/publication/Node.java Wed Nov 24 14:23:04 2010
@@ -17,9 +17,14 @@
  */
 package org.apache.lenya.cms.publication;
 
+import org.apache.lenya.cms.repository.RepositoryException;
+import org.apache.lenya.cms.publication.LockException;
+
 /**
  * Common interface for documents and site structures. This is a hack, we should try to find a
  * better approach.
+ * 
+ * @deprecated doublon with o.a.l.cms.repository.Node
  */
 public interface Node {
 

Added: lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/Element.java
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/Element.java?rev=1038619&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/Element.java (added)
+++ lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/Element.java Wed Nov 24 14:23:04 2010
@@ -0,0 +1,72 @@
+/*
+ * 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 org.apache.lenya.cms.repository.metadata;
+
+/**
+ * A meta data element.
+ * 
+ * @deprecated duplicate of o.a.l.cms.metadata
+ */
+public interface Element {
+
+    /**
+     * @return the name of the element.
+     */
+    String getName();
+
+    /**
+     * @return if the element can have multiple values.
+     */
+    boolean isMultiple();
+
+    /**
+     * @return the description of the element.
+     */
+    String getDescription();
+
+    /**
+     * @return if the element value can be edited.
+     */
+    boolean isEditable();
+
+    /**
+     * Copy all values if the meta data are copied.
+     */
+    int ONCOPY_COPY = 0;
+    
+    /**
+     * Don't copy the values of this element if the meta data are copied.
+     */
+    int ONCOPY_IGNORE = 1;
+
+    /**
+     * Delete all values of this element if the meta data are copied.
+     */
+    int ONCOPY_DELETE = 2;
+
+    /**
+     * @return The action to be taken when meta data are copied from one owner to another.
+     */
+    int getActionOnCopy();
+    
+    /**
+     * @return If this element shall be included in search queries.
+     */
+    boolean isSearchable();
+
+}

Added: lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/ElementSet.java
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/ElementSet.java?rev=1038619&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/ElementSet.java (added)
+++ lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/ElementSet.java Wed Nov 24 14:23:04 2010
@@ -0,0 +1,51 @@
+/*
+ * 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 org.apache.lenya.cms.repository.metadata;
+
+/**
+ * Definition of a set of meta data elements.
+ * 
+ * @deprecated duplicate of o.a.l.cms.metadata
+ */
+public interface ElementSet {
+    
+    /**
+     * @return The supported elements.
+     */
+    Element[] getElements();
+    
+    /**
+     * @param name The name.
+     * @return The element.
+     * @throws MetaDataException if the element with this name does not exist.
+     */
+    Element getElement(String name) throws MetaDataException;
+    
+    /**
+     * @return The namespace URI of this element set.
+     */
+    String getNamespaceUri();
+    
+    /**
+     * Checks if an element with a certain name is contained.
+     * @param name The name.
+     * @return A boolean value.
+     */
+    boolean containsElement(String name);
+    
+}

Added: lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaData.java
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaData.java?rev=1038619&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaData.java (added)
+++ lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaData.java Wed Nov 24 14:23:04 2010
@@ -0,0 +1,113 @@
+/*
+ * 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 org.apache.lenya.cms.repository.metadata;
+
+/**
+ * Generic meta data interface.
+ * 
+ * @version $Id: MetaData.java 473861 2006-11-12 03:51:14Z gregor $
+ * 
+ * @deprecated duplicate of o.a.l.cms.metadata
+ */
+public interface MetaData {
+    
+    /**
+     * Returns the values for a certain key.
+     * @param key The key.
+     * @return An array of strings.
+     * @throws MetaDataException when something went wrong.
+     */
+    String[] getValues(String key) throws MetaDataException;
+
+    /**
+     * Returns the first value for a certain key.
+     * @param key The key.
+     * @return A string or <code>null</code> if no value is set for this key.
+     * @throws MetaDataException if an error occurs.
+     */
+    String getFirstValue(String key) throws MetaDataException;
+    
+    /**
+     * Get all available keys.
+     * @return The keys available in this MetaData object.
+     */
+    String[] getAvailableKeys();
+    
+    /**
+     * Sets the value for a certain key. All existing values will be removed.
+     * @param key The key.
+     * @param value The value to set.
+     * @throws MetaDataException when something went wrong.
+     */
+    void setValue(String key, String value) throws MetaDataException;
+    
+    /**
+     * Addds a value for a certain key. The existing values will not be removed.
+     * @param key The key.
+     * @param value The value to add.
+     * @throws MetaDataException if there's already a value set and the element doesn't support multiple values.
+     */
+    void addValue(String key, String value) throws MetaDataException;
+
+    /**
+     * Replace the contents of the current meta data by the contents of other.
+     * @param other The other meta data manager.
+     * @throws MetaDataException if an error occurs.
+     */
+    void replaceBy(MetaData other) throws MetaDataException;
+    
+    /**
+     * Replace the contents of the current meta data by the contents of other.
+     * All meta data is replaced, disregarding the rules given by element.getActionOnCopy().
+     * @param other The other meta data manager.
+     * @throws MetaDataException if an error occurs.
+     */
+    void forcedReplaceBy(MetaData other) throws MetaDataException;
+    
+    /**
+     * @return All keys that can be used.
+     */
+    String[] getPossibleKeys();
+    
+    /**
+     * Checks if a key represents a valid metadata attribute.
+     * @param key The key.
+     * @return A boolean value.
+     */
+    boolean isValidAttribute(String key);
+    
+    /**
+     * Get last modification date.
+     * @return last modification date
+     * @throws MetaDataException if an error occurs.
+     */
+     long getLastModified() throws MetaDataException;
+     
+     /**
+     * @return The element set this meta data object belongs to.
+     */
+    ElementSet getElementSet();
+    
+    /**
+     * Removes all values for a certain key.
+     * @param key The key.
+     * @throws MetaDataException if the key is not supported.
+     */
+    void removeAllValues(String key) throws MetaDataException;
+     
+}

Added: lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataException.java
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataException.java?rev=1038619&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataException.java (added)
+++ lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataException.java Wed Nov 24 14:23:04 2010
@@ -0,0 +1,56 @@
+/*
+ * 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 org.apache.lenya.cms.repository.metadata;
+
+/**
+ * Meta data exception.
+ * 
+ * @deprecated duplicate of o.a.l.cms.metadata
+ */
+public class MetaDataException extends Exception {
+
+    /**
+     * 
+     */
+    public MetaDataException() {
+        super();
+    }
+
+    /**
+     * @param arg0
+     * @param arg1
+     */
+    public MetaDataException(String arg0, Throwable arg1) {
+        super(arg0, arg1);
+    }
+
+    /**
+     * @param arg0
+     */
+    public MetaDataException(String arg0) {
+        super(arg0);
+    }
+
+    /**
+     * @param arg0
+     */
+    public MetaDataException(Throwable arg0) {
+        super(arg0);
+    }
+
+}

Added: lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataOwner.java
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataOwner.java?rev=1038619&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataOwner.java (added)
+++ lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataOwner.java Wed Nov 24 14:23:04 2010
@@ -0,0 +1,42 @@
+/*
+ * 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 org.apache.lenya.cms.repository.metadata;
+
+/**
+ * Owner of meta-data.
+ *
+ * @version $Id: MetaDataOwner.java 473861 2006-11-12 03:51:14Z gregor $
+ */
+public interface MetaDataOwner {
+
+    /**
+     * Returns a meta data object.
+     * @param namespaceUri The namespace URI.
+     * @return A meta data object.
+     * @throws MetaDataException if an error occurs.
+     */
+    MetaData getMetaData(String namespaceUri) throws MetaDataException;
+    
+    /**
+     * Returns the URIs of the meta data currently supported by the owner.
+     * @return An array of strings.
+     * @throws MetaDataException if an error occurs.
+     */
+    String[] getMetaDataNamespaceUris() throws MetaDataException;
+    
+}

Added: lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataRegistry.java
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataRegistry.java?rev=1038619&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataRegistry.java (added)
+++ lenya/trunk/org.apache.lenya.deprecated/src/main/java/org/apache/lenya/cms/repository/metadata/MetaDataRegistry.java Wed Nov 24 14:23:04 2010
@@ -0,0 +1,61 @@
+/*
+ * 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 org.apache.lenya.cms.repository.metadata;
+
+/**
+ * Meta data registry.
+ * 
+ * @deprecated duplicate of o.a.l.cms.metadata
+ */
+public interface MetaDataRegistry {
+    
+    /**
+     * The service role.
+     */
+    String ROLE = MetaDataRegistry.class.getName();
+
+    /**
+     * @param namespaceUri The namespace URI of the element set.
+     * @return the element set.
+     * @throws MetaDataException if an error occurs. 
+     */
+    ElementSet getElementSet(String namespaceUri) throws MetaDataException;
+    
+    /**
+     * Checks if an element set is registered.
+     * @param namespaceUri The namespace URI.
+     * @return A boolean value.
+     * @throws MetaDataException if an error occurs.
+     */
+    boolean isRegistered(String namespaceUri) throws MetaDataException;
+    
+    /**
+     * Register an element set.
+     * @param namespaceUri The namespace URI.
+     * @param elementSet The element set.
+     * @throws MetaDataException if a set is already registered for this name.
+     */
+    void register(String namespaceUri, ElementSet elementSet) throws MetaDataException;
+    
+    /**
+     * @return The registered namespace URIs.
+     * @throws MetaDataException if an error occurs.
+     */
+    String[] getNamespaceUris() throws MetaDataException;
+    
+}

Modified: lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/lenya/cms/metadata/MetaDataTest.java
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/lenya/cms/metadata/MetaDataTest.java?rev=1038619&r1=1034526&r2=1038619&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/lenya/cms/metadata/MetaDataTest.java (original)
+++ lenya/trunk/org.apache.lenya.deprecated/src/test/java/org/apache/lenya/cms/metadata/MetaDataTest.java Wed Nov 24 14:23:04 2010
@@ -27,6 +27,7 @@ import org.apache.lenya.cms.repository.m
 
 /**
  * Meta data test.
+ * @deprecated implies cyclic dependencies in new structure
  */
 public class MetaDataTest extends AbstractAccessControlTest {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org