Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abcl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abcl
abcl
Commits
ad20b729
Commit
ad20b729
authored
Sep 29, 2016
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metadata: correct future self-reference off by one
parent
98cb8e9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
abcl.rdf
abcl.rdf
+3
-2
No files found.
abcl.rdf
View file @
ad20b729
...
...
@@ -24,7 +24,7 @@
dc:release "dev" ;
abcl:git <https://github.com/easye/abcl/> ; # Does this overwrite? TODO Check RDF specs.
abcl:git <https://gitlab.common-lisp.net/mevenson/abcl/> ;
abcl:svn <http://abcl.org/trac/changeset/1487
3
> .
abcl:svn <http://abcl.org/trac/changeset/1487
5
> .
<>
rdfs:seeAlso <file:README> ;
...
...
@@ -86,6 +86,7 @@ _:user dc:identifier <http://ville.not.org/#me> ;
dc:license <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ;
rdfs:seeAlso <urn:abcl.org/release/1.3.3> ;
rdfs:seeAlso <urn:abcl.org/release/1.4.0> ;
dc:licenseDocument <file:COPYING> ;
dc:licenseDocument
<http://abcl.org/svn/trunk/abcl/src/org/armedbear/LICENSE> ;
...
...
@@ -105,10 +106,10 @@ doap:Project rdfs:seeAlso [
rdf:_4 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar> ;
rdf:_5 <http://abcl.org/releases/1.2.1/abcl-1.2.1.jar> ;
rdf:_6 <http://abcl.org/releases/1.3.0/abcl-1.3.0.jar> ;
rdf:_14 <http://abcl.org/releases/1.3.2/abcl-1.3.1.jar> ;
rdf:_7 <http://abcl.org/releases/1.3.2/abcl-1.3.2.jar> ;
rdf:_8 <http://abcl.org/releases/1.3.3/abcl-1.3.3.jar> ;
rdf:_9 <http://abcl.org/releases/1.4.0/abcl-1.4.0.jar> ;
rdf:_14 <http://abcl.org/releases/1.3.2/abcl-1.3.1.jar> ;
] ;
] .
...
...
Write
Preview
Markdown
is supported
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