openamf/build build.xml,1.34,1.35

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/build
In directory sc8-pr-cvs1:/tmp/cvs-serv28388/build

Modified Files:
	build.xml 
Log Message:
1) Got commons-logging working for the Stateful/Stateless EJB tests
2) added commons-logging.jar to Class-Path in the manifest for the ejb-jar
3) added commons-logging.jar to the ear

Index: build.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/build/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** build.xml	31 May 2003 02:00:01 -0000	1.34
--- build.xml	2 Jun 2003 16:47:16 -0000	1.35
***************
*** 222,225 ****
--- 222,228 ----
     <target name="ejb-jar" depends="compile-ejbs">
        <jar jarfile="${ejb.jar.file}">
+       	<manifest>
+       		<attribute name="Class-Path" value="commons-logging.jar"/>
+       	</manifest>
          <fileset dir="${ejb.build.classes.dir}" />
          <fileset dir="${ejb.build.dir}" includes="META-INF/**" />
***************
*** 231,234 ****
--- 234,238 ----
        <ear destfile="${ear.file}" appxml="${application.xml.file}">
          <fileset dir="${build.dir}" includes="openamf-ejb.jar,openamf.war" />
+         <fileset dir="${lib.dir}" includes="commons-logging.jar" />
        </ear>
     </target>




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.