Nodeclipse / coffeescript-eclipse

CoffeeScript plugin for Eclipse using XText (moved to Nodeclipse; looking for new owner)
http://www.nodeclipse.org/coffeescript/
20 stars 9 forks source link

added support for maven build, refs Nodeclipse/coffeescript-eclipse#3 #6

Closed pulse00 closed 11 years ago

paulvi commented 11 years ago

That is superb, now we can use mvn to build

pulse00 commented 11 years ago

Should be 0.3.0 everywhere. We are using code standard with Semantic versioning MAJOR.MINOR.PATCH

good catch, thanks. done in https://github.com/Nodeclipse/coffeescript-eclipse/pull/7/files

fyi: you can use tycho to update version numbers for the pom.xml and manifest at the same time: mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=Major.Minor.Patch-SNAPSHOT

paulvi commented 11 years ago

Nice to know that there is tycho-versions-plugin