RE: How to disable versionning?
"Nicolas Gauthier" <[email protected]> Wed, 14 Mar 2007 13:57:37 +0100
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your answers! I had already try to replace the 'slide.properties' file into the ' slide-kernel.jar' but it doesn't works anymore. Do you think I could replace the TxFileContentStore without any risks? It contains : String revisionUri = uri.toString() + "_" + revisionDescriptor.getRevisionNumber(); I could replace it by : String revisionUri = uri.toString();