diff: cleanup: move some classes into diff-impl

This commit is contained in:
Aleksey Pivovarov
2015-02-03 20:17:27 +03:00
parent 5fd6a09a17
commit efd9893225
35 changed files with 4 additions and 10 deletions
-3
View File
@@ -7,9 +7,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="core-api" exported="" />
<orderEntry type="module" module-name="editor-ui-api" />
<orderEntry type="module" module-name="platform-api" exported="" />
<orderEntry type="module" module-name="core-impl" />
</component>
</module>
@@ -13,9 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.intellij.diff.impl;
package com.intellij.diff;
import com.intellij.diff.DiffContentFactory;
import com.intellij.diff.contents.*;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.diagnostic.Logger;
@@ -13,10 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.intellij.diff.impl;
package com.intellij.diff;
import com.intellij.diff.DiffContentFactory;
import com.intellij.diff.DiffRequestFactory;
import com.intellij.diff.contents.DiffContent;
import com.intellij.diff.requests.ContentDiffRequest;
import com.intellij.diff.requests.SimpleDiffRequest;
@@ -84,9 +84,9 @@
<applicationService serviceInterface="com.intellij.diff.DiffManager"
serviceImplementation="com.intellij.diff.DiffManagerImpl"/>
<applicationService serviceInterface="com.intellij.diff.DiffContentFactory"
serviceImplementation="com.intellij.diff.impl.DiffContentFactoryImpl"/>
serviceImplementation="com.intellij.diff.DiffContentFactoryImpl"/>
<applicationService serviceInterface="com.intellij.diff.DiffRequestFactory"
serviceImplementation="com.intellij.diff.impl.DiffRequestFactoryImpl"/>
serviceImplementation="com.intellij.diff.DiffRequestFactoryImpl"/>
<applicationService serviceInterface="com.intellij.diff.comparison.ComparisonManager"
serviceImplementation="com.intellij.diff.comparison.ComparisonManagerImpl"/>
<applicationService serviceInterface="com.intellij.diff.tools.util.base.TextDiffSettingsHolder"