Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Dura
ExtendJ
Commits
33d6af7e
Commit
33d6af7e
authored
Feb 13, 2013
by
Jesper Öqvist
Browse files
Updated release script
parent
0d84fffd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
33d6af7e
2013-02-13 Jesper Öqvist <jesper.oqvist@cs.lth.se>
*
R
elease
7.1
*
Version 7.1 r
elease
d
2013-01-25 Jesper Öqvist <jesper@llbit.se>
...
...
@@ -23,6 +23,10 @@
* Don't add system property `java.class.path` to classpath
2012-11-26 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Version 7.0 released
2012-11-23 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Updated to JastAdd2 version R20121122 (r889)
...
...
release.sh
View file @
33d6af7e
...
...
@@ -31,5 +31,10 @@ echo ------------------------------------------------------
echo
echo
"# 4. Tag in SVN"
echo
"svn copy http://svn.cs.lth.se/svn/jastadd-oxford/projects/trunk/JastAddJ
\\
"
echo
" http://svn.cs.lth.se/svn/jastadd-oxford/projects/tags/JastAddJ/
${
VERSION
}
\\
"
echo
" -m
\"
Release
${
VERSION
}
of JastAddJ
\"
"
echo
" http://svn.cs.lth.se/svn/jastadd-oxford/projects/tags/JastAddJ/
$VERSION
\\
"
echo
" -m
\"
Release
$VERSION
of JastAddJ
\"
"
echo
echo
"# 5. Update stable branch"
echo
"svn copy http://svn.cs.lth.se/svn/jastadd-oxford/projects/trunk/JastAddJ
\\
"
echo
" http://svn.cs.lth.se/svn/jastadd-oxford/projects/branches/JastAddJ-stable
\\
"
echo
" -m
\"
Release
$VERSION
of JastAddJ
\"
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment