Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

CHE-3811: move js file to the che-lib/che-orion-editor #18

Merged
merged 5 commits into from
Feb 3, 2017
Merged

Conversation

vparfonov
Copy link
Contributor

Signed-off-by: Vitalii Parfonov [email protected]

What does this PR do?

see here eclipse-che/che#3979

What issues does this PR fix or reference?

eclipse-che/che#3811

Vitalii Parfonov added 2 commits January 26, 2017 19:14
Signed-off-by: Vitalii Parfonov <[email protected]>
<parent>
<artifactId>che-lib-parent</artifactId>
<groupId>org.eclipse.che.lib</groupId>
<version>5.2.0-SNAPSHOT</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.3.0-SNAPSHOT

<findbugs.failonerror>false</findbugs.failonerror>
<patches.location>${basedir}/src/main/patches</patches.location>
<requirejs.upstream.url>http://requirejs.org/docs/release/${requirejs.upstream.version}/comments/</requirejs.upstream.url>
<requirejs.upstream.version>2.1.15</requirejs.upstream.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>requirejs</artifactId>
    <version>2.1.15</version>
</dependency>

to download this dependency

@vparfonov vparfonov merged commit 5931930 into master Feb 3, 2017
@vparfonov vparfonov deleted the che#3811 branch February 3, 2017 15:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants