Skip to content

Commit

Permalink
added missing resource base attribute
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/mule/branches/mule-3.x@20044 bf997673-6b11-0410-b953-e057580c5b09
  • Loading branch information
rossmason committed Oct 31, 2010
1 parent 76e4719 commit 9271f6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions transports/jetty/src/main/resources/META-INF/mule-jetty.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="resourceBase" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Specifies a local path where files will be served from. The local path gets mapped directly to the path on the 'serverUrl'.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down

0 comments on commit 9271f6a

Please sign in to comment.