Subversion Repositories SmartDukaan

Rev

Rev 20399 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20399 Rev 20551
Line 15... Line 15...
15
 *
15
 *
16
 * Unless required by applicable law or agreed to in writing,
16
 * Unless required by applicable law or agreed to in writing,
17
 * software distributed under the License is distributed on an
17
 * software distributed under the License is distributed on an
18
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19
 * KIND, either express or implied.  See the License for the
19
 * KIND, either express or implied.  See the License for the
20
 * specific language governing permissions and limitations
20
 * specific language governing permissions a`nd limitations
21
 * under the License.
21
 * under the License.
22
 */
22
 */
23
-->
23
-->
24
 
24
 
25
<!DOCTYPE struts PUBLIC
25
<!DOCTYPE struts PUBLIC
Line 33... Line 33...
33
    <constant name="struts.convention.action.mapAllMatches" value="true"/>
33
    <constant name="struts.convention.action.mapAllMatches" value="true"/>
34
    <constant name="struts.convention.default.parent.package" value="default"/>
34
    <constant name="struts.convention.default.parent.package" value="default"/>
35
 
35
 
36
    <constant name="struts.convention.package.locators" value="controllers"/>
36
    <constant name="struts.convention.package.locators" value="controllers"/>
37
    <constant name="struts.convention.relative.result.types" value="velocity"/>
37
    <constant name="struts.convention.relative.result.types" value="velocity"/>
-
 
38
    <constant name="struts.action.excludePattern" value="/data/.* ,/js/.*, /css/.*, /fonts/.*, /images/.*, /unversioned/.*, /helpdocs/.*, /sitemap.xml, /robots.txt"/>
38
  	
39
  	
39
	<package name="default" extends="rest-default">
40
	<package name="default" extends="rest-default">
40
	</package>
41
	</package>
41
</struts>
42
</struts>