antlets/java/src xbuild.xml,1.5,1.6

[email protected] Tue, 02 Mar 2004 13:17:12 -0800
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/antlets/java/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2412/java/src

Modified Files:
	xbuild.xml 
Log Message:
standardising antlets

Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/java/src/xbuild.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** xbuild.xml	25 Feb 2004 22:09:48 -0000	1.5
--- xbuild.xml	2 Mar 2004 21:16:39 -0000	1.6
***************
*** 2,5 ****
--- 2,6 ----
  <!-- $Header$ -->
  <project default="compile" name="java.antlet">
+   <import file="usage.xml"/>
  
    <!-- Antlet Specific Properties -->
***************
*** 24,44 ****
    	<property name="project.name-version" value="${project.name}-${project.version}"/>
     
!    	<property name="build.compiler.emacs" value="on"/>
!    	<property name="build.compiler.warnings" value="true"/>
!    	<property name="build.compiler.pedantic" value="false"/>
!    	<property name="build.compiler.depend" value="true"/>
!    	<property name="build.compiler.fulldepend" value="true"/>
!    	<property name="build.compiler.debug" value="on"/>
!    	<property name="build.compiler.optimize" value="off"/>
!    	<property name="build.compiler.deprecation" value="on"/>
!    	<property name="build.compiler.nowarn" value="off"/>
!    	<property name="build.compiler.type" value="classic"/>
!    	<property name="build.compiler.source" value="1.3" />
!    <property name="build.compiler.vm" value="1.2" />
!    <property name="build.compiler.includes" value="**/*.java" />
!    <property name="build.compiler.excludes" value="*.tmp" />   
!    <property name="build.compiler.bootclasspath" value="" />
!    
!                    
    <description>
      The core antlet for a Java project.
--- 25,29 ----
    	<property name="project.name-version" value="${project.name}-${project.version}"/>
     
! 	   
    <description>
      The core antlet for a Java project.
***************
*** 54,57 ****
--- 39,48 ----
    <target name="compile-src" if="src.code.present"
            description="Compiles the core source code">
+ 	<xmlproperty file="${java.antlet.dir}/conf/properties.xml"                   
+     			 keeproot="false" 
+     			 collapseAttributes="true"
+     			 semanticAttributes="true"
+                  includeSemanticAttribute="true" />   
+                    
  
      <echo message="Compiling project core with Java ${ant.java.version}, debug ${build.compiler.debug}, optimize ${build.compiler.optimize}, deprecation ${build.compiler.deprecation}"/>



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click