8000 Take advantage of codelens build instead of copy/paste It. · angelozerr/typescript.java@0e333a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e333a6

Browse files
Take advantage of codelens build instead of copy/paste It.
1 parent 2a6932a commit 0e333a6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

eclipse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>eclipse</artifactId>
99
<packaging>pom</packaging>
1010
<modules>
11-
<module>codelens</module>
11+
<!-- <module>codelens</module> -->
1212
<module>embed</module>
1313
<module>jsdt</module>
1414
<module>json</module>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@
226226
<layout>p2</layout>
227227
<url>http://download.eclipse.org/tm4e/snapshots/</url>
228228
</repository>
229+
<repository>
230+
<id>codelens</id>
231+
<layout>p2</layout>
232+
<url>http://oss.opensagres.fr/org.eclipse.codelens.repository/snapshots/</url>
233+
</repository>
234+
229235
</repositories>
230236
<scm>
231237
<url>https://github.com/angelozerr/typescript.java</url>

update-site/ts-jsdt-feature/sourceTemplateFeature/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)
0