8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6932a commit 0e333a6Copy full SHA for 0e333a6
eclipse/pom.xml
@@ -8,7 +8,7 @@
8
<artifactId>eclipse</artifactId>
9
<packaging>pom</packaging>
10
<modules>
11
- <module>codelens</module>
+<!-- <module>codelens</module> -->
12
<module>embed</module>
13
<module>jsdt</module>
14
<module>json</module>
pom.xml
@@ -226,6 +226,12 @@
226
<layout>p2</layout>
227
<url>http://download.eclipse.org/tm4e/snapshots/</url>
228
</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
+
235
</repositories>
236
<scm>
237
<url>https://github.com/angelozerr/typescript.java</url>
update-site/ts-jsdt-feature/sourceTemplateFeature/.gitkeep
0 commit comments