Disable migration for the time being
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 13 Feb 2015 17:54:26 +0000 (17:54 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 13 Feb 2015 17:54:26 +0000 (17:54 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7850 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.server.jcr/src/org/argeo/jackrabbit/JackrabbitDataModelMigration.java

index 401b34df626a8438e485384a75a0b5f91cba491c..56fffcbea4794483465e8d31efd652c02d39e521 100644 (file)
@@ -109,7 +109,8 @@ public class JackrabbitDataModelMigration implements
        public static void clearRepositoryCaches(RepositoryConfig repositoryConfig) {
                try {
                        String customeNodeTypesPath = "/nodetypes/custom_nodetypes.xml";
-                       repositoryConfig.getFileSystem().deleteFile(customeNodeTypesPath);
+                       // FIXME causes weird error in Eclipse
+                       //repositoryConfig.getFileSystem().deleteFile(customeNodeTypesPath);
                        if (log.isDebugEnabled())
                                log.debug("Cleared " + customeNodeTypesPath);
                } catch (Exception e) {