Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] [CHE] Some dependencies missing in master

Hi Vitalii,
  Thank a lot.

 

On Thu, Jun 2, 2016 at 10:48 AM, Vitalii Parfonov <vparfonov@xxxxxxxxxxx> wrote:

Hi, try change dependency to the
<dependency>
        <groupId>org.eclipse.che.core</groupId>
            <artifactId>che-core-ide-api</artifactId>
        </dependency>
And remove all dependencies that ending on client-gwt-*. For now all code moved to the che-core-ide-api.

On May 31, 2016 21:56, "Randika Navagamuwa" <randika.12@xxxxxxxxxxxxx> wrote:
Hi all,
 I have been developing an extension for eclipse che as my GSOC project[1]. I was using eclipse che 4.2.1 and now shifted to the master branch which is 4.3.0-RC1-SNAPSHOT. I have used following dependencies and they were in the 4.2.1 parent pom. But they are not in the 4.3.0-RC1-SNAPSHOT parent pom.
      <dependency>
            <groupId>org.eclipse.che.core</groupId>
            <artifactId>che-core-ide-jseditor</artifactId>
        </dependency>

        <dependency>
            <groupId>org.eclipse.che.core</groupId>
            <artifactId>che-core-client-gwt-machine</artifactId>
        </dependency>
Is there any other dependency that I can use for this purpose?

[1]https://summerofcode.withgoogle.com/projects/#4522349613285376

Thank you,
Randika
--
Best Regards
Randika Navagamuwa,
Department of Computer Science & Engineering,
University of Moratuwa,
Sri Lanka.

_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev


_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev




--
Regards
Randika Navagamuwa,
Department of Computer Science & Engineering,
University of Moratuwa,
Sri Lanka.

Back to the top