Skip to content

Commit

Permalink
Rework datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Kabashniuk committed Mar 31, 2015
1 parent d4abbf9 commit 09af05d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions sdk/assembly-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-git-ext-git</artifactId>
<artifactId>che-plugin-datasource-server-war-sdk</artifactId>
<version>${che.plugins.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-github-ext-github</artifactId>
<artifactId>che-plugin-git-ext-git</artifactId>
<version>${che.plugins.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>codenvy-ext-datasource-server-war-sdk</artifactId>
<artifactId>che-plugin-github-ext-github</artifactId>
<version>${che.plugins.version}</version>
<type>war</type>
</dependency>
<!--dependency>
<groupId>org.eclipse.che.core</groupId>
Expand Down Expand Up @@ -264,7 +264,7 @@
</artifactItem>
<artifactItem>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>codenvy-ssl-socket-factory</artifactId>
<artifactId>che-plugin-datasource-ssl-socket-factory</artifactId>
<version>${che.plugins.version}</version>
<outputDirectory>${project.build.directory}/tomcat-ide/lib</outputDirectory>
<destFileName>codenvy-ssl-socket-factory.jar</destFileName>
Expand Down
2 changes: 1 addition & 1 deletion sdk/sdk-qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>codenvy-ext-datasource-itests</artifactId>
<artifactId>che-plugin-datasource-itests</artifactId>
<version>${che.plugins.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 09af05d

Please sign in to comment.