You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/10/01 06:34:38 UTC

svn commit: r1003384 - /db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd

Author: tfischer
Date: Fri Oct  1 04:34:37 2010
New Revision: 1003384

URL: http://svn.apache.org/viewvc?rev=1003384&view=rev
Log:
TORQUE-144 remove alias attribute on table element

Modified:
    db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd

Modified: db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd?rev=1003384&r1=1003383&r2=1003384&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd (original)
+++ db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd Fri Oct  1 04:34:37 2010
@@ -333,14 +333,6 @@ other applications or APIs.
         </xs:documentation>
       </xs:annotation>
     </xs:attribute>
-    <xs:attribute name="alias" type="javaNameType" use="optional" >
-      <xs:annotation>
-        <xs:documentation xml:lang="en">
-Makes this table definition become an "alias" stub (no SQL created) of either
-the baseClass attribute or the alias name.  Used mostly by Turbine.
-        </xs:documentation>
-      </xs:annotation>
-    </xs:attribute>
     <xs:attribute name="baseClass" type="javaQualifiedNameType" use="optional">
       <xs:annotation>
         <xs:documentation xml:lang="en">



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org