You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2009/11/24 00:51:41 UTC

svn commit: r883550 - /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/content/Exporter.java

Author: jalkanen
Date: Mon Nov 23 23:51:41 2009
New Revision: 883550

URL: http://svn.apache.org/viewvc?rev=883550&view=rev
Log:
OOps, still had mix:versionable.

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/content/Exporter.java

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/content/Exporter.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/content/Exporter.java?rev=883550&r1=883549&r2=883550&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/content/Exporter.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/content/Exporter.java Mon Nov 23 23:51:41 2009
@@ -274,7 +274,7 @@
         
         exportProperty( "jcr:primaryType", "nt:unstructured", NAME );
         exportProperty( "jcr:mixinTypes", 
-                        new String[] {"mix:referenceable","mix:versionable","mix:lockable"}, 
+                        new String[] {"mix:referenceable","mix:lockable"}, 
                         NAME );
         exportProperty( "wiki:author", p.getAuthor(), STRING );
         exportProperty( "jcr:uuid", mkUuid(p), STRING);