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
4ebbf9fa
Commit
4ebbf9fa
authored
Jun 10, 2014
by
Jesper Öqvist
Browse files
Release 2.1.7
parent
17eb133c
Changes
3
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
4ebbf9fa
...
...
@@ -29,24 +29,22 @@ uploadArchives {
configuration
=
configurations
.
deployerJars
repository
(
url:
"scp://login.cs.lth.se/cs/jastadd/mvn/"
)
repositories
.
mavenDeployer
{
pom
.
project
{
url
'http://jastadd.org'
organization
{
name
'The JastAdd Team'
url
'http://jastadd.org'
}
licenses
{
license
{
name
'Modified BSD License'
url
'http://opensource.org/licenses/BSD-3-Clause'
distribution
'repo'
}
pom
.
project
{
url
'http://jastadd.org'
organization
{
name
'The JastAdd Team'
url
'http://jastadd.org'
}
scm
{
url
'https://bitbucket.org/jastadd/jastadd2'
licenses
{
license
{
name
'Modified BSD License'
url
'http://opensource.org/licenses/BSD-3-Clause'
distribution
'repo'
}
}
scm
{
url
'https://bitbucket.org/jastadd/jastadd2'
}
}
}
}
doc/release-notes.md
View file @
4ebbf9fa
JastAdd2 Release Notes
======================
2.
1.7 - 2014-06-10
------------------
### Code Generation
*
JastAdd now generates annotations for children, tokens and attributes
(
`@Child`
,
`@ListChild`
,
`@OptChild`
,
`@Token`
,
`@Attribute`
).
*
Removed obsolete aspect "sons" declaration.
*
JastAdd no longer strips modifiers from aspect interface declarations.
*
JastAdd no longer removes static or adds public modifier to aspect class
declarations.
### Bug Fixes
*
Fixed regression introduced in 2.1.6 which caused circular collection
attributes to crash JastAdd.
*
Fixed some cases where the order of parsing aspect files could produce
different results.
### Miscellaneous
2.1.6 - 2013-11-29
------------------
...
...
src/res/Version.properties
View file @
4ebbf9fa
#T
h
u,
3
0 J
a
n 2014
23:39:55
+0
1
00
version
=
2.1.
6-8-ge0c17d9
#Tu
e
,
1
0 J
u
n 2014
14:50:49
+0
2
00
version
=
2.1.
7
timestamp
=
2014-0
1-30T23
\:
39
Z
build.date
=
2014-0
1-3
0
timestamp
=
2014-0
6-10T14
\:
50
Z
build.date
=
2014-0
6-1
0
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