CVS: Tapestry .classpath,1.20,1.20.2.1 build.xml,1.59.2.1,1.59.2.2

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry
In directory sc8-pr-cvs1:/tmp/cvs-serv2983

Modified Files:
      Tag: hship-2-3
	.classpath build.xml 
Log Message:
Add BSF to classpath.

Index: .classpath
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/.classpath,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -d -r1.20 -r1.20.2.1
*** .classpath	6 Nov 2002 21:19:07 -0000	1.20
--- .classpath	4 Jan 2003 02:48:36 -0000	1.20.2.1
***************
*** 27,30 ****
--- 27,31 ----
      <classpathentry kind="lib" path="lib/ext/commons-lang-1.0.jar"/>
      <classpathentry kind="lib" path="lib/ext/ognl-2.3.0-opt.jar"/>
+     <classpathentry kind="lib" path="lib/ext/bsf-2.3.0.jar"/>
      <classpathentry kind="output" path="bin"/>
  </classpath>

Index: build.xml
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/build.xml,v
retrieving revision 1.59.2.1
retrieving revision 1.59.2.2
diff -C2 -d -r1.59.2.1 -r1.59.2.2
*** build.xml	2 Jan 2003 03:17:13 -0000	1.59.2.1
--- build.xml	4 Jan 2003 02:48:36 -0000	1.59.2.2
***************
*** 31,34 ****
--- 31,35 ----
  	<pathelement location="${lib.ext.dir}/${jakarta-oro.jar}"/>
  	<pathelement location="${lib.ext.dir}/${ognl.jar}"/>
+     <pathelement location="${lib.ext.dir}/${bsf.jar}"/>	
  	<pathelement location="config"/>
  </path>
***************
*** 400,403 ****
--- 401,407 ----
  	 comes with the Tapestry distribution; part is copied from the JBoss default server
  	 configuration.
+ 	 
+ 	 This only works with JBoss 3.0.0; later releases change enough that this
+ 	 simple script is broken.
  	
       ====================================================================================  -->	
***************
*** 429,432 ****
--- 433,439 ----
  			<exclude name="${jakarta-oro.jar}"/>
  			<exclude name="${ognl.jar}"/>
+ 			<exclude name="${commons-lang.jar}"/>
+ 			<exclude name="${commons-logging.jar}"/>
+ 			<exclude name="${bsf.jar}"/>
  			
  			<!-- Match and include out-of-date versions -->
***************
*** 437,440 ****
--- 444,448 ----
  			<include name="commons-logging*.jar"/>
  			<include name="commons-lang*.jar"/>
+ 			<include name="bsf*.jar"/>
  		</fileset>
  	</delete>
***************
*** 447,450 ****
--- 455,459 ----
  			<include name="${commons-logging.jar}"/>
  			<include name="${commons-lang.jar}"/>
+ 			<include name="${bsf.jar}"/>
  		</fileset>
  		<fileset dir="${jboss.server.default.dir}/lib">
***************
*** 602,610 ****
    <copy todir="${web.lib}">
      <fileset dir="lib/ext">
!       <include name="commons-lang-*.jar"/>
!       <include name="commons-logging-*.jar"/>
!       <include name="jakarta-oro-*.jar"/>
!       <include name="log4j-*.jar"/>
!       <include name="ognl-*.jar"/>
      </fileset>
    </copy>  
--- 611,620 ----
    <copy todir="${web.lib}">
      <fileset dir="lib/ext">
!       <include name="${commons-lang.jar}"/>
!       <include name="${commons-logging.jar}"/>
!       <include name="${jakarta-oro.jar}"/>
!       <include name="${log4j.jar}"/>
!       <include name="${ognl.jar}"/>
!       <include name="${bsf.jar}"/>      
      </fileset>
    </copy>  



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
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.