[jboss-cvs] jboss-profiler ...

Takuro Okada t2-okada at nri.co.jp
Thu Feb 15 03:33:30 EST 2007


  User: tokada  
  Date: 07/02/15 03:33:30

  Modified:    jboss-profiler    Tag: JBossProfiler_Expansion
                        project.properties build.xml .classpath
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.3   +4 -7      jboss-profiler/project.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: project.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/project.properties,v
  retrieving revision 1.7.2.2
  retrieving revision 1.7.2.3
  diff -u -b -r1.7.2.2 -r1.7.2.3
  --- project.properties	26 Oct 2006 08:43:48 -0000	1.7.2.2
  +++ project.properties	15 Feb 2007 08:33:30 -0000	1.7.2.3
  @@ -13,21 +13,18 @@
   docs.dir=${basedir}/docs
   
   # Change these properties for the JBoss Application Server used.
  -jboss.dir=C:/Servers/jboss-4.0
  -jboss.lib.dir=${jboss.dir}/lib
  -jboss.server.lib.dir=${jboss.dir}/server/default/lib
  +jboss.dir=C:/Servers/jboss-4.0.5.GA
  +jboss.deploy.dir=${jboss.dir}/server/default
   
   # Change these properties for the JBoss AOP used.
  -jboss.aop.lib.dir=${jboss.dir}/server/default/deploy/jboss-aop.deployer
  -jboss.aop.lib.jar=jboss-aop-jdk50.jar
  +jboss.aop.lib.dir=C:/Java/Library/AOP/jboss-aop_1.5.2.GA/lib
  +jboss.aop.lib.jar=jboss-aop.jar
   
   # Change these properties for the OpenLaszlo Development Kit used.
   openlaszlo.dir=C:/Temp/openlaszlo-3.3.3
   openlaszlo.lzc.args=--runtime=swf8 --dir ${build.webapp.dir}/lzx
   openlaszlo.target.canvas=jbossprofiler.lzx
   
  -deploy.dir=${jboss.dir}/server/default/deploy
  -
   # This property is used to name .sar folder and .war file
   service.name=jboss-profiler
   
  
  
  
  1.37.2.5  +10 -10    jboss-profiler/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/build.xml,v
  retrieving revision 1.37.2.4
  retrieving revision 1.37.2.5
  diff -u -b -r1.37.2.4 -r1.37.2.5
  --- build.xml	12 Dec 2006 09:28:06 -0000	1.37.2.4
  +++ build.xml	15 Feb 2007 08:33:30 -0000	1.37.2.5
  @@ -6,8 +6,8 @@
     <path id="build.classpath">
       <pathelement location="${build.java.dir}"/>
       <fileset dir="${lib.dir}" includes="*.jar"/>
  -    <fileset dir="${jboss.lib.dir}" includes="log4j-boot.jar"/>
  -    <fileset dir="${jboss.server.lib.dir}" includes="javax.servlet.jar"/>
  +    <fileset dir="${jboss.dir}/lib" includes="log4j-boot.jar"/>
  +    <fileset dir="${jboss.dir}/server/default/lib" includes="javax.servlet.jar"/>
       <fileset dir="${jboss.aop.lib.dir}" includes="${jboss.aop.lib.jar}"/>
     </path>
     
  @@ -64,20 +64,20 @@
     </target>
     
     <target name="deploy" depends="jar,war">
  -    <delete dir="${deploy.dir}/${service.name}.sar"/>
  -    <mkdir dir="${deploy.dir}/${service.name}.sar"/>
  -    <copy todir="${jboss.server.lib.dir}">
  +    <delete dir="${jboss.deploy.dir}/deploy/${service.name}.sar"/>
  +    <mkdir dir="${jboss.deploy.dir}/deploy/${service.name}.sar"/>
  +    <copy todir="${jboss.deploy.dir}/lib">
         <fileset dir="${lib.dir}" includes="*.jar"/>
         <fileset file="${build.dir}/${service.name}.jar"/>
       </copy>
  -    <mkdir dir="${deploy.dir}/${service.name}.sar/META-INF"/>
  -    <copy todir="${deploy.dir}/${service.name}.sar/META-INF" file="${src.mbean.dir}/jboss-service.xml"/>
  -    <copy todir="${deploy.dir}/${service.name}.sar" file="${src.mbean.dir}/collector-config.xml"/>
  +    <mkdir dir="${jboss.deploy.dir}/deploy/${service.name}.sar/META-INF"/>
  +    <copy todir="${jboss.deploy.dir}/deploy/${service.name}.sar/META-INF" file="${src.mbean.dir}/jboss-service.xml"/>
  +    <copy todir="${jboss.deploy.dir}/deploy/${service.name}.sar" file="${src.mbean.dir}/collector-config.xml"/>
       <copy todir="${jboss.dir}/docs/licenses">
         <fileset dir="${docs.dir}/licenses" includes="*.txt"/>
       </copy>
  -    <delete file="${deploy.dir}/${service.name}.war"/>
  -    <copy todir="${deploy.dir}" file="${build.dir}/${service.name}.war"/>
  +    <delete file="${jboss.deploy.dir}/deploy/${service.name}.war"/>
  +    <copy todir="${jboss.deploy.dir}/deploy" file="${build.dir}/${service.name}.war"/>
     </target>
     
   </project>
  
  
  
  1.18.2.4  +2 -2      jboss-profiler/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/.classpath,v
  retrieving revision 1.18.2.3
  retrieving revision 1.18.2.4
  diff -u -b -r1.18.2.3 -r1.18.2.4
  --- .classpath	26 Oct 2006 08:54:05 -0000	1.18.2.3
  +++ .classpath	15 Feb 2007 08:33:30 -0000	1.18.2.4
  @@ -4,9 +4,9 @@
   	<classpathentry output="build/test" kind="src" path="java/src/tests"/>
   	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="lib" path="java/libs/javolution.jar"/>
  -	<classpathentry kind="output" path="build/bin"/>
   	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
   	<classpathentry kind="var" path="JBOSS_SERVER/lib/log4j-boot.jar"/>
   	<classpathentry kind="var" path="JBOSS_SERVER/server/default/lib/javax.servlet.jar"/>
  -	<classpathentry kind="var" path="JBOSS_SERVER/server/default/deploy/jboss-aop.deployer/jboss-aop-jdk50.jar"/>
  +	<classpathentry kind="var" path="JBOSS_SERVER/server/default/deploy/jboss-aop.deployer/jboss-aop.jar"/>
  +	<classpathentry kind="output" path="build/bin"/>
   </classpath>
  
  
  



More information about the jboss-cvs-commits mailing list