CHE-4595:code clean up afetr previous merge (#4746)

Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
6.19.x
Vitalii Parfonov 2017-04-10 10:59:56 +03:00 committed by GitHub
parent 8e82114fe5
commit 7ee747cebf
3 changed files with 0 additions and 88 deletions

View File

@ -1,80 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012-2017 Codenvy, S.A.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Codenvy, S.A. - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>che-plugin-sdk-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>5.8.0-SNAPSHOT</version>
</parent>
<artifactId>che-plugin-sdk-env-local</artifactId>
<packaging>jar</packaging>
<name>Che Plugin :: SDK :: Local Env</name>
<properties>
<findbugs.failonerror>false</findbugs.failonerror>
</properties>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
</dependency>
<dependency>
<groupId>com.google.gwt.inject</groupId>
<artifactId>gin</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-model</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-workspace-shared</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-commons-gwt</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-app</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>

View File

@ -146,8 +146,6 @@
/projects/che-plugins/plugin-orion/che-plugin-orion-compare/src/main/resources:\
/projects/che-plugins/plugin-orion/che-plugin-orion-editor/src/main/java:\
/projects/che-plugins/plugin-orion/che-plugin-orion-editor/src/main/resources:\
/projects/che-plugins/plugin-sdk/che-plugin-sdk-env-local/src/main/java:\
/projects/che-plugins/plugin-sdk/che-plugin-sdk-env-local/src/main/resources:\
/projects/che-plugins/plugin-sdk/che-plugin-sdk-ext-plugins/src/main/java:\
/projects/che-plugins/plugin-sdk/che-plugin-sdk-ext-plugins/src/main/resources:\
/projects/che-plugins/plugin-web/che-plugin-web-ext-web/src/main/java:\
@ -281,7 +279,6 @@
/projects/che-plugins/plugin-machine/che-plugin-machine-ssh-client/target/classes:\
/projects/che-plugins/plugin-orion/che-plugin-orion-compare/target/classes:\
/projects/che-plugins/plugin-orion/che-plugin-orion-editor/target/classes:\
/projects/che-plugins/plugin-sdk/che-plugin-sdk-env-local/target/classes:\
/projects/che-plugins/plugin-sdk/che-plugin-sdk-ext-plugins/target/classes:\
/projects/che-plugins/plugin-web/che-plugin-web-ext-web/target/classes:\
/home/user/.m2/repository/org/eclipse/che/swagger/che-swagger-module/4.0.0-beta-12-SNAPSHOT/che-swagger-module-4.0.0-beta-12-20160117.063216-1.jar:\

View File

@ -858,11 +858,6 @@
<artifactId>che-plugin-requirejs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-sdk-env-local</artifactId>
<version>${che.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-sdk-ext-plugins</artifactId>