This repository was archived by the owner on Aug 13, 2024. It is now read-only.
File tree 11 files changed +24
-16
lines changed
com.palantir.typescript.feature
com.palantir.typescript.p2updatesite 11 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 17
17
<feature
18
18
id =" com.palantir.typescript.feature"
19
19
label =" TypeScript"
20
- version =" 1.8 .0.qualifier"
20
+ version =" 2.1 .0.qualifier"
21
21
provider-name =" Palantir Technologies, Inc." >
22
22
23
23
<description url =" https://github.com/palantir/eclipse-typescript" >
237
237
id =" com.palantir.typescript"
238
238
download-size =" 0"
239
239
install-size =" 0"
240
- version =" 1.8 .0.qualifier" />
240
+ version =" 2.1 .0.qualifier" />
241
241
242
242
</feature >
Original file line number Diff line number Diff line change 21
21
<relativePath >../pom.xml</relativePath >
22
22
<groupId >com.palantir</groupId >
23
23
<artifactId >parent</artifactId >
24
- <version >1.8 .0.qualifier</version >
24
+ <version >2.1 .0.qualifier</version >
25
25
</parent >
26
26
27
27
<artifactId >com.palantir.typescript.feature</artifactId >
Original file line number Diff line number Diff line change 15
15
limitations under the License.
16
16
-->
17
17
<site >
18
- <feature url =" features/com.palantir.typescript.feature_1.8 .0.qualifier.jar" id =" com.palantir.typescript.feature" version =" 1.8 .0.qualifier" >
18
+ <feature url =" features/com.palantir.typescript.feature_2.1 .0.qualifier.jar" id =" com.palantir.typescript.feature" version =" 2.1 .0.qualifier" >
19
19
<category name =" com.palantir.typescript" />
20
20
</feature >
21
21
<category-def name =" com.palantir.typescript" label =" TypeScript" />
Original file line number Diff line number Diff line change 21
21
<relativePath >../pom.xml</relativePath >
22
22
<groupId >com.palantir</groupId >
23
23
<artifactId >parent</artifactId >
24
- <version >1.8 .0.qualifier</version >
24
+ <version >2.1 .0.qualifier</version >
25
25
</parent >
26
26
27
27
<artifactId >com.palantir.typescript.p2updatesite</artifactId >
Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
4
4
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5
- <classpathentry kind =" src" path =" src" />
6
5
<classpathentry kind =" lib" path =" lib/guava-19.0.jar" sourcepath =" lib/guava-19.0-sources.jar" />
7
- <classpathentry kind =" lib" path =" lib/jackson-annotations-2.7.2.jar" />
8
- <classpathentry kind =" lib" path =" lib/jackson-core-2.7.2.jar" />
9
- <classpathentry kind =" lib" path =" lib/jackson-databind-2.7.2.jar" />
10
- <classpathentry kind =" output" path =" ecbuild" />
6
+ <classpathentry kind =" src" path =" src" />
7
+ <classpathentry exported =" true" kind =" lib" path =" lib/jackson-annotations-2.7.2.jar" />
8
+ <classpathentry exported =" true" kind =" lib" path =" lib/jackson-core-2.7.2.jar" />
9
+ <classpathentry exported =" true" kind =" lib" path =" lib/jackson-databind-2.7.2.jar" />
10
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
11
+ <classpathentry kind =" output" path =" target/classes" />
11
12
</classpath >
Original file line number Diff line number Diff line change 30
30
<arguments >
31
31
</arguments >
32
32
</buildCommand >
33
+ <buildCommand >
34
+ <name >org.eclipse.m2e.core.maven2Builder</name >
35
+ <arguments >
36
+ </arguments >
37
+ </buildCommand >
33
38
</buildSpec >
34
39
<natures >
40
+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
35
41
<nature >org.eclipse.pde.PluginNature</nature >
36
42
<nature >org.eclipse.jdt.core.javanature</nature >
37
43
<nature >net.sf.eclipsecs.core.CheckstyleNature</nature >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-Localization: plugin
3
3
Bundle-ManifestVersion : 2
4
4
Bundle-Name : TypeScript
5
5
Bundle-SymbolicName : com.palantir.typescript;singleton:=true
6
- Bundle-Version : 1.8 .0.qualifier
6
+ Bundle-Version : 2.1 .0.qualifier
7
7
Bundle-Activator : com.palantir.typescript.TypeScriptPlugin
8
8
Bundle-Vendor : Palantir Technologies
9
9
Require-Bundle : org.eclipse.compare,
Original file line number Diff line number Diff line change 21
21
<relativePath >../pom.xml</relativePath >
22
22
<groupId >com.palantir</groupId >
23
23
<artifactId >parent</artifactId >
24
- <version >1.8 .0.qualifier</version >
24
+ <version >2.1 .0.qualifier</version >
25
25
</parent >
26
26
27
27
<artifactId >com.palantir.typescript</artifactId >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eclipse-typescript" ,
3
- "version" : " 1.8 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/palantir/eclipse-typescript.git"
9
9
"grunt" : " 1.0.1" ,
10
10
"grunt-contrib-concat" : " ^1.0.1" ,
11
11
"grunt-contrib-watch" : " ^1.0.0" ,
12
- "grunt-ts" : " 5.5.1"
12
+ "grunt-ts" : " 6.0.0-beta.3" ,
13
+ "typescript" : " 2.1.4"
13
14
}
14
15
}
Original file line number Diff line number Diff line change 19
19
20
20
<groupId >com.palantir</groupId >
21
21
<artifactId >parent</artifactId >
22
- <version >1.8 .0.qualifier</version >
22
+ <version >2.1 .0.qualifier</version >
23
23
<packaging >pom</packaging >
24
24
25
25
<modules >
Original file line number Diff line number Diff line change 6
6
(
7
7
cd ../TypeScript
8
8
git fetch
9
- git checkout origin/release-1.8
9
+ git checkout origin/release-2.1
10
10
rm -rf built/local
11
11
jake clean
12
12
jake local
You can’t perform that action at this time.
0 commit comments