File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<description name =" Coffeescript editor" >
4
4
An editor for Coffeescript, the " unfancy javascript" language.
5
5
</description >
6
- <feature url =" features/csep.feature_0.2.2 .qualifier.jar" id =" csep.feature" version =" 0.2.2 .qualifier" >
6
+ <feature url =" features/csep.feature_0.4.0 .qualifier.jar" id =" csep.feature" version =" 0.4.0 .qualifier" >
7
7
<category name =" Coffeescript" />
8
8
</feature >
9
9
<category-def name =" Coffeescript" label =" Coffeescript editor" >
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ See [Convert Antlr grammar to Xtext][6]
74
74
75
75
### Running headless with make
76
76
77
- * I'm going to abandod this because eclipse packages are versioned with a build date too which is difficult to handle in a Makefile.
77
+ * I'm going to abandon this because eclipse packages are versioned with a build date too which is difficult to handle in a Makefile.
78
78
* Possible (and time-consuming) solutions are
79
79
* use some dependency management tool, such as ivy
80
80
* do some bash scripting magic to find foo-[ version] -v[ build-date] .jar and copy it as foo-[ version] .jar
@@ -686,7 +686,7 @@ Then update `csep.site\category.xml` manually
686
686
687
687
Found on [ StackOverflow] ( http://stackoverflow.com/questions/2848687/how-to-keep-plug-in-manifest-version-and-pom-version-in-sync-in-maven-with-tycho )
688
688
689
- See alos < https://issues.sonatype.org/browse/TYCHO-214 > OSGi release procedures and best practices
689
+ See also < https://issues.sonatype.org/browse/TYCHO-214 > OSGi release procedures and best practices
690
690
open as of 2013-09-01
691
691
692
692
### Travis CI
You can’t perform that action at this time.
0 commit comments