[Mulgara-svn] r493 - branches/nw-interface/src/jar/itql

pag at mulgara.org pag at mulgara.org
Mon Oct 22 21:27:36 UTC 2007


Author: pag
Date: 2007-10-22 16:27:36 -0500 (Mon, 22 Oct 2007)
New Revision: 493

Modified:
   branches/nw-interface/src/jar/itql/build.xml
Log:
Updated manifest to use new classes.

Modified: branches/nw-interface/src/jar/itql/build.xml
===================================================================
--- branches/nw-interface/src/jar/itql/build.xml	2007-10-22 21:23:47 UTC (rev 492)
+++ branches/nw-interface/src/jar/itql/build.xml	2007-10-22 21:27:36 UTC (rev 493)
@@ -83,12 +83,12 @@
   <target name="-itql-create-manifest">
     <mkdir dir="${obj.dir}/META-INF"/>
     <manifest file="${obj.dir}/META-INF/MANIFEST_ITQL_BASE.MF">
-      <attribute name="Main-Class" value="org.mulgara.itql.ItqlSession"/>
+      <attribute name="Main-Class" value="org.mulgara.itql.TqlSession"/>
     </manifest>
     <manifest file="${obj.dir}/META-INF/MANIFEST_ITQL_BOOTSTRAP.MF">
       <attribute name="Main-Class" value="org.mulgara.util.Bootstrap"/>
       <attribute name="Embedded-Jar" value="${query.jar}, ${driver.jar}, ${itql.jar},${util.jar}, ${server-beep.jar}, ${server-rmi.jar}, apache-soap-2.2.jar, log4j-1.2.8.jar,jargs-0.2.jar, ${jrdf.jar}, ${saaj.jar}, ${emory-util.jar}"/>
-      <attribute name="Embedded-Main-Class" value="org.mulgara.itql.ItqlSession"/>
+      <attribute name="Embedded-Main-Class" value="org.mulgara.itql.TqlSession"/>
     </manifest>
   </target>
 
@@ -109,8 +109,7 @@
   <target name="itql-dist"
           depends="itql-uptodate, itql-jar, server-beep-jar, server-rmi-jar"
           unless="itql.uptodate"
-          description="Performs all tasks related to finalising this itql
-                       and readying it for distribution">
+          description="Performs all tasks related to finalising this itql and readying it for distribution">
 
     <mkdir dir="${obj.dir}/META-INF"/>
 




More information about the Mulgara-svn mailing list