Skip to content

Commit d4a104e

Browse files
committed
wip
1 parent 6bcc87e commit d4a104e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/core/core-project/src/main/java/com/enonic/xp/core/impl/project/ProjectServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ private static void buildIcon( final Project.Builder project, final PropertySet
186186
private void doInitRootNodes( final CreateProjectParams params, final PropertyTree contentRootData )
187187
{
188188
ContentRepoInitializer.create()
189+
.setIndexService( indexService )
189190
.repositoryService( repositoryService )
190191
.repositoryId( params.getName().getRepoId() )
191192
.repositoryData( createProjectData( params ) )

modules/core/core-repo/src/main/java/com/enonic/xp/repo/impl/repository/RepositoryServiceActivator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void activate( final BundleContext context )
5555
build().
5656
initialize();
5757

58-
new Xp8IndexMigrator( repositoryService, indexServiceInternal).migrate();
58+
//new Xp8IndexMigrator( repositoryService, indexServiceInternal).migrate();
5959

6060
service = context.registerService( new String[]{RepositoryService.class.getName(), InternalRepositoryService.class.getName()},
6161
repositoryService, null );

0 commit comments

Comments
 (0)