Skip to content

Commit

Permalink
feat: Rename social.core to social package - Meeds-io/MIPs#165
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and rdenarie committed Nov 4, 2024
1 parent c1afe92 commit 7bd1b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.exoplatform.wiki.service.search.SearchResult;
import org.exoplatform.wiki.utils.Utils;

import io.meeds.social.core.search.SpaceSearchConnector;
import io.meeds.social.search.SpaceSearchConnector;

@RunWith(MockitoJUnitRunner.Silent.class)
public class WikiElasticSearchServiceConnectorTest extends AbstractKernelTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd">

<external-component-plugins>
<target-component>io.meeds.social.core.richeditor.RichEditorConfigurationService</target-component>
<target-component>io.meeds.social.richeditor.RichEditorConfigurationService</target-component>
<component-plugin>
<name>BaseCKEditorConfiguration</name>
<set-method>addPlugin</set-method>
<type>io.meeds.social.core.richeditor.RichEditorConfigurationPlugin</type>
<type>io.meeds.social.richeditor.RichEditorConfigurationPlugin</type>
<init-params>
<object-param>
<name>NotePageInlineCKEditorConfiguration</name>
<object type="io.meeds.social.core.richeditor.RichEditorConfiguration">
<object type="io.meeds.social.richeditor.RichEditorConfiguration">
<field name="instanceType">
<string>notePageInline</string>
</field>
Expand All @@ -46,11 +46,11 @@
<component-plugin>
<name>NotesCKEditorConfiguration</name>
<set-method>addPlugin</set-method>
<type>io.meeds.social.core.richeditor.RichEditorConfigurationPlugin</type>
<type>io.meeds.social.richeditor.RichEditorConfigurationPlugin</type>
<init-params>
<object-param>
<name>BaseCKEditorConfiguration</name>
<object type="io.meeds.social.core.richeditor.RichEditorConfiguration">
<object type="io.meeds.social.richeditor.RichEditorConfiguration">
<field name="instanceType">
<string>notes</string>
</field>
Expand Down

0 comments on commit 7bd1b61

Please sign in to comment.