Skip to content

Commit 0c2b4a1

Browse files
committed
tiny updates (version, typo)
1 parent 8caa05f commit 0c2b4a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

csep.update/site.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<description name="Coffeescript editor">
44
An editor for Coffeescript, the &quot;unfancy javascript&quot; language.
55
</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">
77
<category name="Coffeescript"/>
88
</feature>
99
<category-def name="Coffeescript" label="Coffeescript editor">

devjournal.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ See [Convert Antlr grammar to Xtext][6]
7474

7575
### Running headless with make
7676

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.
7878
* Possible (and time-consuming) solutions are
7979
* use some dependency management tool, such as ivy
8080
* 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
686686

687687
Found on [StackOverflow](http://stackoverflow.com/questions/2848687/how-to-keep-plug-in-manifest-version-and-pom-version-in-sync-in-maven-with-tycho)
688688

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
690690
open as of 2013-09-01
691691

692692
### Travis CI

0 commit comments

Comments
 (0)