Author: wesw Date: Thu Jun 4 13:49:07 2009 New Revision: 781737 URL: http://svn.apache.org/viewvc?rev=781737&view=rev Log: fixing svn properties
Modified: struts/sandbox/trunk/struts2-fileupload-plugin/src/main/java/org/apache/struts2/fileupload/FileUploadConstants.java struts/sandbox/trunk/struts2-fileupload-plugin/src/main/resources/struts-plugin.xml Modified: struts/sandbox/trunk/struts2-fileupload-plugin/src/main/java/org/apache/struts2/fileupload/FileUploadConstants.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-fileupload-plugin/src/main/java/org/apache/struts2/fileupload/FileUploadConstants.java?rev=781737&r1=781736&r2=781737&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-fileupload-plugin/src/main/java/org/apache/struts2/fileupload/FileUploadConstants.java (original) +++ struts/sandbox/trunk/struts2-fileupload-plugin/src/main/java/org/apache/struts2/fileupload/FileUploadConstants.java Thu Jun 4 13:49:07 2009 @@ -60,6 +60,6 @@ /** * */ - public static final String TIME_TO_KEEP_STATUS = "struts.fileupload.timetokeepstatus"; + public static final String TIME_TO_KEEP_STATUS = "struts.fileuploadplugin.timetokeepstatus"; } Modified: struts/sandbox/trunk/struts2-fileupload-plugin/src/main/resources/struts-plugin.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-fileupload-plugin/src/main/resources/struts-plugin.xml?rev=781737&r1=781736&r2=781737&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-fileupload-plugin/src/main/resources/struts-plugin.xml (original) +++ struts/sandbox/trunk/struts2-fileupload-plugin/src/main/resources/struts-plugin.xml Thu Jun 4 13:49:07 2009 @@ -43,5 +43,5 @@ <constant name="struts.fileuploadplugin.repositorypath" value="/tmp" /> <constant name="struts.fileuploadplugin.listenerupdatefrequency" value="2048" /> <constant name="struts.fileuploadplugin.isportletupload" value="false"/> - + <constant name="struts.fileuploadplugin.timetokeepstatus" value="600" /> </struts> \ No newline at end of file