Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Jastadd2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
Jastadd2
Commits
c5e04f9f
Commit
c5e04f9f
authored
12 years ago
by
Jesper
Browse files
Options
Downloads
Patches
Plain Diff
Updated documentation
parent
9b18faef
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
doc/index.md
+21
-15
21 additions, 15 deletions
doc/index.md
doc/readme.php
+4
-0
4 additions, 0 deletions
doc/readme.php
release.sh
+1
-1
1 addition, 1 deletion
release.sh
with
29 additions
and
19 deletions
README.md
+
3
−
3
View file @
c5e04f9f
JastAdd2
JastAdd2
========
========
JastAdd2 was developed at Lund University by Torbj
ö
rn Ekman, G
örel Hedin,
JastAdd2 was developed at Lund University by Torbj
ö
rn Ekman, G
ö
rel
and Eva Magnusson. JastAdd2 has recieved additional contributions from
Hedin,
and Eva Magnusson. JastAdd2 has recieved additional contributions from
Emma S
ö
derberg, Jesper
Ö
qvist and Niklas Fors.
Emma S
ö
derberg, Jesper
Ö
qvist and Niklas Fors.
For additional contributors, see the change logs.
For additional contributors, see the change logs.
...
...
This diff is collapsed.
Click to expand it.
doc/index.md
+
21
−
15
View file @
c5e04f9f
JastAdd2 Release R20130312
JastAdd2 Release R20130312
==========================
==========================
Binary distribution
Please view the
[
ReadMe page
][
1
]
for usage and building instructions.
-------------------
*
The tool:
[
jastadd2.jar
](
jastadd2.jar
)
<br>
Downloads
Do
`$ java -jar jastadd2.jar --help`
for information on how to run the tool from the command line.
---------
*
[
Reference manual
](
reference-manual.php
)
*
[
Release notes
](
release-notes.php
)
*
All three files zipped together:
[
jastadd2-bin.zip
](
jastadd2-bin.zip
)
<br>
Unpack using the command
`$ unzip jastadd2-bin.zip`
Source distribution
*
[
jastadd2.jar
][
2
]
-------------------
*
[
Full binary distribution
][
3
]
*
[
Source distribution
][
4
]
*
The source:
[
jastadd2-src.zip
](
jastadd2-src.zip
)
Release notes
*
Unpack using the command
`$ unzip jastadd2-src.zip`
-------------
*
Go to
`jastadd2-src`
and build
`jastadd2.jar`
:
cd jastadd2-src
[
Click here to view release notes.
][
5
]
make jar
Reference manual
----------------
[
Click here to view the reference manual.
][
6
]
[
1
]:
readme.php
[
2
]:
jastadd2.jar
[
3
]:
jastadd2-bin.zip
[
4
]:
jastadd2-src.zip
[
5
]:
release-notes.php
[
6
]:
reference-manual.php
This diff is collapsed.
Click to expand it.
doc/readme.php
0 → 100644
+
4
−
0
View file @
c5e04f9f
<?php
include
(
"../../../web/include/functions.php"
);
printMarkdownFile
(
"README.md"
);
?>
This diff is collapsed.
Click to expand it.
release.sh
+
1
−
1
View file @
c5e04f9f
...
@@ -21,7 +21,7 @@ echo "ssh login.cs.lth.se \"mkdir /cs/jastadd/releases/jastadd2/${VERSION}\""
...
@@ -21,7 +21,7 @@ echo "ssh login.cs.lth.se \"mkdir /cs/jastadd/releases/jastadd2/${VERSION}\""
echo
echo
echo
"# 4.1 Upload the zip files and appropriate documentation to jastadd.org"
echo
"# 4.1 Upload the zip files and appropriate documentation to jastadd.org"
echo
"scp jastadd2.jar jastadd2-src.zip jastadd2-bin.zip doc/*.html doc/*.php
\\
"
echo
"scp jastadd2.jar jastadd2-src.zip jastadd2-bin.zip doc/*.html doc/*.php
\\
"
echo
" doc/*.md login.cs.lth.se:/cs/jastadd/releases/jastadd2/
${
VERSION
}
"
echo
" doc/*.md
README.md
login.cs.lth.se:/cs/jastadd/releases/jastadd2/
${
VERSION
}
"
echo
echo
echo
"# 4.2 Make sure the new files have group write permission"
echo
"# 4.2 Make sure the new files have group write permission"
echo
"ssh login.cs.lth.se
\"
chmod -R g+w /cs/jastadd/releases/jastadd2/
${
VERSION
}
\"
"
echo
"ssh login.cs.lth.se
\"
chmod -R g+w /cs/jastadd/releases/jastadd2/
${
VERSION
}
\"
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment