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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to