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
64a44586
Commit
64a44586
authored
15 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- added owlapi2 jar in class path of Manisfests
parent
04aa601b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.xml
+2
-15
2 additions, 15 deletions
build.xml
with
2 additions
and
15 deletions
build.xml
+
2
−
15
View file @
64a44586
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<filter
token=
"DATE"
value=
"${date}"
/>
<filter
token=
"DATE"
value=
"${date}"
/>
<filter
token=
"VERS"
value=
"${version}"
/>
<filter
token=
"VERS"
value=
"${version}"
/>
<property
name=
"jarclasspath"
value=
"mappingapi/mappingapilite.jar owlapi
1/api.jar owlapi1/impl.jar owlapi1/io.jar owlapi1/rdfparser
.jar getopt/getopt.jar log4j/commons-logging.jar log4j/log4j.jar
owlapi1/rdfapi.jar
align.jar procalign.jar"
/>
<property
name=
"jarclasspath"
value=
"mappingapi/mappingapilite.jar owlapi
2/owlapi-bin.jar ontosim/ontosim
.jar getopt/getopt.jar log4j/commons-logging.jar log4j/log4j.jar align.jar procalign.jar"
/>
</target>
</target>
...
@@ -119,22 +119,10 @@
...
@@ -119,22 +119,10 @@
<attribute
name=
"Implementation-Title"
value=
"Alignment API implementation"
/>
<attribute
name=
"Implementation-Title"
value=
"Alignment API implementation"
/>
<attribute
name=
"Implementation-Version"
value=
"${version}"
/>
<attribute
name=
"Implementation-Version"
value=
"${version}"
/>
</manifest>
</manifest>
<fileset
dir=
"classes"
includes=
"org/ivml/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/util/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/util/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/onto/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/onto/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/parser/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/parser/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/impl/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/impl/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"LICENSE.TXT"
/>
</jar>
<delete
file=
"lib/alignwn.jar"
/>
<jar
jarfile=
"lib/alignwn.jar"
>
<manifest>
<attribute
name=
"Built-Date"
value=
"${TODAY}"
/>
<attribute
name=
"Main-Class"
value=
"fr.inrialpes.exmo.align.util.Procalign"
/>
<attribute
name=
"Class-Path"
value=
"procalign.jar jwnl/jwnl.jar"
/>
<attribute
name=
"Implementation-Title"
value=
"Alignment API WordNet support"
/>
<attribute
name=
"Implementation-Version"
value=
"${version}"
/>
</manifest>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/ling/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"fr/inrialpes/exmo/align/ling/**/*.class"
/>
<fileset
dir=
"classes"
includes=
"LICENSE.TXT"
/>
<fileset
dir=
"classes"
includes=
"LICENSE.TXT"
/>
</jar>
</jar>
...
@@ -144,7 +132,7 @@
...
@@ -144,7 +132,7 @@
<manifest>
<manifest>
<attribute
name=
"Built-Date"
value=
"${TODAY}"
/>
<attribute
name=
"Built-Date"
value=
"${TODAY}"
/>
<attribute
name=
"Main-Class"
value=
"fr.inrialpes.exmo.align.service.AlignmentService"
/>
<attribute
name=
"Main-Class"
value=
"fr.inrialpes.exmo.align.service.AlignmentService"
/>
<attribute
name=
"Class-Path"
value=
"procalign.jar
alignwn.jar
jade/jade.jar iiop.jar jade/http.jar jdbc/mysql-connector-java-5.0.3-bin.jar jdbc/postgresql-8.3-603.jdbc3.jar servlet/servlet-api.jar jetty/jetty.jar jetty/jetty-util.jar xerces/xercesImpl.jar"
/>
<attribute
name=
"Class-Path"
value=
"procalign.jar jade/jade.jar iiop.jar jade/http.jar jdbc/mysql-connector-java-5.0.3-bin.jar jdbc/postgresql-8.3-603.jdbc3.jar servlet/servlet-api.jar jetty/jetty.jar jetty/jetty-util.jar xerces/xercesImpl.jar"
/>
<attribute
name=
"Implementation-Title"
value=
"Alignment server"
/>
<attribute
name=
"Implementation-Title"
value=
"Alignment server"
/>
<attribute
name=
"Implementation-Version"
value=
"${version}"
/>
<attribute
name=
"Implementation-Version"
value=
"${version}"
/>
</manifest>
</manifest>
...
@@ -172,7 +160,6 @@
...
@@ -172,7 +160,6 @@
<echo
message=
"Erasing..."
/>
<echo
message=
"Erasing..."
/>
<delete
file=
"lib/align.jar"
/>
<delete
file=
"lib/align.jar"
/>
<delete
file=
"lib/alignsvc.jar"
/>
<delete
file=
"lib/alignsvc.jar"
/>
<delete
file=
"lib/alignwn.jar"
/>
<delete
file=
"lib/procalign.jar"
/>
<delete
file=
"lib/procalign.jar"
/>
</target>
</target>
...
...
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