[Ejtools-cvs] CVS: build build.sh,1.4,1.5 build_application.xml,1.9,1.10 switch.properties,1.7,1.8
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-16 07:16:15
|
Update of /cvsroot/ejtools/build In directory usw-pr-cvs1:/tmp/cvs-serv18747/build Modified Files: build.sh build_application.xml switch.properties Log Message: Build ok under Unix Index: build.sh =================================================================== RCS file: /cvsroot/ejtools/build/build.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.sh 15 May 2002 07:30:29 -0000 1.4 --- build.sh 16 May 2002 07:16:11 -0000 1.5 *************** *** 1,35 **** ! #!/bin/sh ! ! # **************************************** ! # EJTools, the Enterprise Java Tools ! # ! # Distributable under LGPL license. ! # See terms of license at gnu.org. ! # ! # $Revision$ ! # **************************************** ! ! # **************************************** ! # Convenience bat file to build with ! # **************************************** ! ! THIRDPARTY=./thirdparty ! CP=. ! ! CP=$CP:$THIRDPARTY/apache/ant/ant.jar ! CP=$CP:$THIRDPARTY/apache/ant/optional.jar.jar ! CP=$CP:$THIRDPARTY/apache/crimson/crimson.jar ! CP=$CP:$THIRDPARTY/apache/log4j/log4j.jar ! ! CP=$CP:$THIRDPARTY/sun/jaxp/jaxp.jar ! CP=$CP:$THIRDPARTY/sun/jaxp/xml.jar ! CP=$CP:$THIRDPARTY/sun/tools/tools.jar ! ! CP=$CP:$THIRDPARTY/dreambean/codegen/ ! CP=$CP:$THIRDPARTY/dreambean/codegen/codegen.jar ! CP=$CP:$THIRDPARTY/dreambean/xmlbeans/ ! CP=$CP:$THIRDPARTY/dreambean/xmlbeans/xmlbeans.jar ! ! CP=$CP:$THIRDPARTY/sourceforge/xdoclet/xdoclet.jar ! ! java -classpath "$CP" org.apache.tools.ant.Main $1 $2 $3 $4 $5 --- 1,35 ---- ! #!/bin/sh ! ! # **************************************** ! # EJTools, the Enterprise Java Tools ! # ! # Distributable under LGPL license. ! # See terms of license at gnu.org. ! # ! # $Revision$ ! # **************************************** ! ! # **************************************** ! # Convenience bat file to build with ! # **************************************** ! ! THIRDPARTY=../thirdparty ! CP=. ! ! CP=$CP:$THIRDPARTY/apache/ant/ant.jar ! CP=$CP:$THIRDPARTY/apache/ant/optional.jar.jar ! CP=$CP:$THIRDPARTY/apache/crimson/crimson.jar ! CP=$CP:$THIRDPARTY/apache/log4j/log4j.jar ! ! CP=$CP:$THIRDPARTY/sun/jaxp/jaxp.jar ! CP=$CP:$THIRDPARTY/sun/jaxp/xml.jar ! CP=$CP:$THIRDPARTY/sun/tools/tools.jar ! ! CP=$CP:$THIRDPARTY/dreambean/codegen/ ! CP=$CP:$THIRDPARTY/dreambean/codegen/codegen.jar ! CP=$CP:$THIRDPARTY/dreambean/xmlbeans/ ! CP=$CP:$THIRDPARTY/dreambean/xmlbeans/xmlbeans.jar ! ! CP=$CP:$THIRDPARTY/sourceforge/xdoclet/xdoclet.jar ! ! java -classpath "$CP" org.apache.tools.ant.Main $1 $2 $3 $4 $5 Index: build_application.xml =================================================================== RCS file: /cvsroot/ejtools/build/build_application.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** build_application.xml 15 May 2002 17:48:18 -0000 1.9 --- build_application.xml 16 May 2002 07:16:12 -0000 1.10 *************** *** 55,59 **** --- 55,61 ---- <fileset dir="${apache.log4j.root}" includes="*.jar"/> <fileset dir="${apache.struts.root}" includes="*.jar"/> + <!-- <fileset dir="${apache.tomcat.root}" includes="*.jar"/> + --> <fileset dir="${apache.xalan.root}" includes="*.jar"/> <fileset dir="${dreambean.awt.root}" includes="*.jar"/> Index: switch.properties =================================================================== RCS file: /cvsroot/ejtools/build/switch.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** switch.properties 15 May 2002 20:42:36 -0000 1.7 --- switch.properties 16 May 2002 07:16:12 -0000 1.8 *************** *** 19,22 **** --- 19,24 ---- build.application.jndi.browser=true build.application.management=true + build.webapp.jmx.browser=true + build.webapp.jndi.browser=true build.library.adwt=true build.library.common=true *************** *** 33,36 **** --- 35,40 ---- clean.application.jndi.browser=true clean.application.management=true + clean.webapp.jmx.browser=true + clean.webapp.jndi.browser=true clean.library.adwt=true clean.library.common=true *************** *** 47,51 **** dist.application.jndi.browser=true dist.application.management=true ! dist.webapp.jmx.browser=true #dist.webapp.jndi.browser=true dist.library.adwt=true --- 51,55 ---- dist.application.jndi.browser=true dist.application.management=true ! #dist.webapp.jmx.browser=true #dist.webapp.jndi.browser=true dist.library.adwt=true *************** *** 94,97 **** #package.application.jndi.browser=true #package.application.management=true ! package.webapp.jmx.browser=true #package.webapp.jndi.browser=true --- 98,101 ---- #package.application.jndi.browser=true #package.application.management=true ! #package.webapp.jmx.browser=true #package.webapp.jndi.browser=true |