Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Dura
MetaJastAdd2
Commits
96bc23cb
Commit
96bc23cb
authored
Nov 12, 2012
by
Jesper Öqvist
Browse files
Release R20121112
parent
1356bd38
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/index.html
View file @
96bc23cb
<h1>
JastAdd2 Release R20121
026
<h1>
JastAdd2 Release R20121
112
</h1>
<h2>
Binary distribution
</h2>
...
...
doc/reference-manual.html
View file @
96bc23cb
...
...
@@ -6,7 +6,7 @@
</head>
<body>
<h1>
Reference manual for JastAdd2 R20121
026
<h1>
Reference manual for JastAdd2 R20121
112
</h1>
<h3>
Index
</h3>
<ul>
...
...
doc/release-notes.html
View file @
96bc23cb
...
...
@@ -8,6 +8,13 @@
<body>
<h1>
JastAdd2 Release Notes
</h1>
<h2>
R20121112
</h2>
<blockquote>
<h3>
Bugfix Release
</h3>
<ul>
<li>
Fixed error in fullCopy causing some non-NTA children to not be copied correctly. This bug sometimes caused NullPointerExceptions or faulty behaviour in generated code.
</ul>
</blockquote>
<h2>
R20121026
</h2>
<blockquote>
<h3>
Various bug fixes
</h3>
...
...
release.sh
View file @
96bc23cb
...
...
@@ -32,16 +32,18 @@ echo "scp jastadd2.jar jastadd2-src.zip jastadd2-bin.zip doc/*.html doc/*.php\\"
echo
" login.cs.lth.se:/cs/jastadd/releases/jastadd2/
${
VERSION
}
"
#scp jastadd2-src.jar jastadd2-bin.zip doc/*.html doc/*.php login.cs.lth.se:/cs/jastadd/releases/jastadd2/${VERSION}
echo
echo
"# 5. Cleaning up"
echo
"rm -f jastadd2-bin.zip jastadd2-src.zip"
# Check that it works
echo
# Check that it works
echo
------------------------------------------------------
echo
Browse to the website and check that everything works.
echo
Then ant clean and commit.
echo
------------------------------------------------------
# Tag in SVN
echo
echo
"# 6. Tag in SVN"
echo
"svn copy http://svn.cs.lth.se/svn/jastadd/trunk/JastAdd2
\\
"
echo
" http://svn.cs.lth.se/svn/jastadd/tags/JastAdd2/
${
VERSION
}
\\
"
echo
" -m
\"
Release
${
VERSION
}
of JastAdd2
\"
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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