i had to undo some changes we had before to make sure my class name refactorings would work, and now i am reapplying them for INT-1471

This commit is contained in:
Josh Long
2010-10-04 00:30:04 -07:00
parent 48d9e6289c
commit fb0ae7332b
3 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import org.w3c.dom.Element;
* A lot of parsers need to support the same set of core attributes, so I'm hiding that logic here
*
* @author Josh Long
*
*
*/
public class FtpNamespaceParserSupport {
/**

View File

@@ -55,6 +55,7 @@
<xsd:attribute name="remote-directory" type="xsd:string" use="required"/>
<xsd:attribute name="host" type="xsd:string" use="required"/>
<xsd:attribute name="password" type="xsd:string"/>
<xsd:attribute name="charset" type="xsd:string" default="UTF-8"/>
<xsd:attribute name="port" type="xsd:int" default="22"/>
<xsd:attribute use="optional" name="client-mode" default="active-local-data-connection-mode">
<xsd:annotation>

View File

@@ -55,6 +55,7 @@
<xsd:attribute name="remote-directory" type="xsd:string" use="required"/>
<xsd:attribute name="host" type="xsd:string" use="required"/>
<xsd:attribute name="password" type="xsd:string"/>
<xsd:attribute name="charset" type="xsd:string" default="UTF-8"/>
<xsd:attribute name="port" type="xsd:int" default="22"/>
<xsd:attribute use="optional" name="client-mode" default="active-local-data-connection-mode">
<xsd:annotation>