Skip to content

Commit

Permalink
Remove svn plugin (eclipse-che#6745)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
  • Loading branch information
skabashnyuk authored Oct 17, 2017
1 parent cd483c0 commit f34021b
Show file tree
Hide file tree
Showing 218 changed files with 0 additions and 22,550 deletions.
4 changes: 0 additions & 4 deletions assembly/assembly-ide-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-ssh-key-ide</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-svn-ext-ide</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-testing-ide</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions assembly/assembly-wsagent-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-python-lang-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-svn-ext-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-test-ls-server</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public GitHubRepository createRepository(GHRepository ghRepository)
dtoRepository.setGitUrl(ghRepository.getGitTransportUrl());
dtoRepository.setHasWiki(ghRepository.hasWiki());
dtoRepository.setCloneUrl(String.valueOf(ghRepository.getUrl()));
dtoRepository.setSvnUrl(ghRepository.getSvnUrl());
dtoRepository.setOpenedIssues(ghRepository.getOpenIssueCount());
dtoRepository.setCreatedAt(String.valueOf(ghRepository.getCreatedAt()));
dtoRepository.setPushedAt(String.valueOf(ghRepository.getPushedAt()));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,6 @@ public interface GitHubRepository {

void setCloneUrl(String cloneUrl);

/**
* Get SVN URL.
*
* @return {@link String} SVN URL
*/
String getSvnUrl();

void setSvnUrl(String svnUrl);

/**
* Get the number of opened issues.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public void catchUpdateEventAndUpdateOnlyParentProjects() throws Exception {
"/che/core",
"/project",
"/che/core/che-core-db-vendor-postgresql",
"/che/plugins/plugin-svn",
"/che/samples/sample-plugin-json",
"/che/wsmaster/che-core-api-auth",
"/project/api",
Expand Down
7 changes: 0 additions & 7 deletions plugins/plugin-svn/README.md

This file was deleted.

158 changes: 0 additions & 158 deletions plugins/plugin-svn/che-plugin-svn-ext-ide/pom.xml

This file was deleted.

Loading

0 comments on commit f34021b

Please sign in to comment.