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:
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user