diff --git a/build.xml b/build.xml index 60c43722ee61a88b063870786f38419c3587fabd..41636c9cb8f8e7ad863e8e4027c73017e276562f 100644 --- a/build.xml +++ b/build.xml @@ -144,8 +144,8 @@ <attribute name="Built-Date" value="${TODAY}"/> <attribute name="Main-Class" value="fr.inrialpes.exmo.align.service.AlignmentService"/> <!-- usually each MANIFEST knows what it needs --> - <!-- oyster2.jar, semanticmapper-0.1.jar --> - <attribute name="Class-Path" value="alignsvc.jar oyster2.jar semanticmapper-0.1.jar"/> + <!-- oyster2.jar, semanticmapper-0.2.jar, sboaalgorithms.jar --> + <attribute name="Class-Path" value="alignsvc.jar oyster2.jar semanticmapper-0.2.jar sboaalgorithms.jar"/> <attribute name="Implementation-Title" value="Alignment server custom launcher"/> <attribute name="Implementation-Version" value="${version}"/> </manifest>