Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
a84f9ce0
Commit
a84f9ce0
authored
12 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- updated build.xml/README for slf4j
parent
4f514503
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/android/README.TXT
+3
-3
3 additions, 3 deletions
plugins/android/README.TXT
plugins/android/build.xml
+1
-1
1 addition, 1 deletion
plugins/android/build.xml
with
4 additions
and
4 deletions
plugins/android/README.TXT
+
3
−
3
View file @
a84f9ce0
#######################################################################
# Alignment API micro edition #
#
13
/0
5
/201
1
, version 4.
2
#
#
29
/0
3
/201
3
, version 4.
5
#
#######################################################################
Copyright (C) 2011 INRIA.
Copyright (C) 2011
, 2013
INRIA.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
...
...
@@ -31,7 +31,7 @@ microalign.jar = Alignment API + implementation + parser
- evaluation - matchers - server - util
Only the libraries related to Jena are used:
Jena (+ icu4j and iri),
log
4j, xerces (+resolver) and xsdlib (+relaxngDatatype).
Jena (+ icu4j and iri),
slf
4j, xerces (+resolver) and xsdlib (+relaxngDatatype).
OTHER PROFILES
--------------
...
...
This diff is collapsed.
Click to expand it.
plugins/android/build.xml
+
1
−
1
View file @
a84f9ce0
...
...
@@ -70,7 +70,7 @@
<condition
property=
"tempdir"
value=
"${tempdir}"
else=
"/tmp"
>
<isset
property=
"tempdit"
/>
</condition>
<property
name=
"jarclasspath"
value=
"
log4j/commons-logging
.jar
log
4j/log4j
.jar log4j/
slf4j
-api
.jar
log
4j/slf4j-
log4j
.jar jena/jena.jar jena/iri.jar jena/icu4j.jar xerces/xercesImpl.jar xerces/resolver.jar align.jar microalign.jar"
/>
<property
name=
"jarclasspath"
value=
"
slf4j/jcl-over-slf4j
.jar
slf
4j/log4j
-over-
slf4j.jar
slf
4j/slf4j-
api
.jar jena/jena.jar jena/iri.jar jena/icu4j.jar xerces/xercesImpl.jar xerces/resolver.jar align.jar microalign.jar"
/>
<tstamp><format
locale=
"fr,fr"
pattern=
"dd/MM/yyyy"
property=
"date"
/></tstamp>
<exec
executable=
"svnversion"
outputproperty=
"svn.rev"
failifexecutionfails=
"false"
/>
<condition
property=
"svn.revision"
value=
"${svn.rev}"
else=
"nosvn"
>
...
...
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