You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by sb...@apache.org on 2004/02/16 18:46:24 UTC

svn commit: rev 6694 - james/jsieve/trunk

Author: sbrewin
Date: Mon Feb 16 09:46:24 2004
New Revision: 6694

Modified:
   james/jsieve/trunk/build.xml
Log:
Fixed syntax error: ASF license can't use be inserted as an XML comment without removing the '--'s
Updated entity definition so that the Eclipse v3-M7 Ant build tool understands it.

Modified: james/jsieve/trunk/build.xml
==============================================================================
--- james/jsieve/trunk/build.xml	(original)
+++ james/jsieve/trunk/build.xml	Mon Feb 16 09:46:24 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
   <!DOCTYPE project [
-    <!ENTITY check-targets SYSTEM "file:check-targets.xml">
+    <!ENTITY check-targets SYSTEM "file:./check-targets.xml">
   ]>
 
 <!-- 
@@ -10,7 +10,7 @@
 
    Copyright (c) 2003-2004 The Apache Software Foundation.              
    All rights reserved.                                                 
-   -------------------------------------------------------------------  
+   ................................................................... 
    Licensed under the Apache License, Version 2.0 (the "License"); you  
    may not use this file except in compliance with the License. You     
    may obtain a copy of the License at:                                 
@@ -44,18 +44,18 @@
     -->
 
     <path id="project.class.path">
-		<pathelement location="${xercesImpl.jar}"/>
-		<pathelement location="${xmlApis.jar}"/>		
-		<pathelement location="${javax-mail.jar}"/>
-		<pathelement location="${javax-activation.jar}"/>
-		<pathelement location="${commons-digester.jar}"/>
-		<pathelement location="${commons-collections.jar}"/>
-		<pathelement location="${commons-beanutils.jar}"/>
-		<pathelement location="${commons-logging.jar}"/>
-		<pathelement location="${jakarta-oro.jar}"/>
-		<pathelement location="${log4j.jar}"/>
-		<pathelement location="${junit.jar}"/>
-	    <pathelement path="${java.class.path}" />
+        <pathelement location="${xercesImpl.jar}"/>
+        <pathelement location="${xmlApis.jar}"/>        
+        <pathelement location="${javax-mail.jar}"/>
+        <pathelement location="${javax-activation.jar}"/>
+        <pathelement location="${commons-digester.jar}"/>
+        <pathelement location="${commons-collections.jar}"/>
+        <pathelement location="${commons-beanutils.jar}"/>
+        <pathelement location="${commons-logging.jar}"/>
+        <pathelement location="${jakarta-oro.jar}"/>
+        <pathelement location="${log4j.jar}"/>
+        <pathelement location="${junit.jar}"/>
+        <pathelement path="${java.class.path}" />
         <pathelement path="${build.classes}" />
     </path>
 
@@ -204,8 +204,8 @@
       <mkdir dir="${build.javadocs}"/>
       <javadoc failonerror="yes" packagenames="org.apache.jsieve.*" destdir="${build.javadocs}"> 
         <sourcepath>
-        	<pathelement path="${java.dir}"/>
-        	<pathelement path="${build.src}"/>        	
+            <pathelement path="${java.dir}"/>
+            <pathelement path="${build.src}"/>            
         </sourcepath> 
         <classpath refid="project.class.path"/>
         <doclet name="com.sun.tools.doclets.standard.Standard">
@@ -340,21 +340,21 @@
 
       <!--Copies the required support jars -->
       <copy todir="${dist.dir}/lib" file="${xercesImpl.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${xmlApis.jar}"/>		
-	  <copy todir="${dist.dir}/lib" file="${javax-mail.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${javax-activation.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${commons-digester.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${commons-collections.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${commons-beanutils.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${commons-logging.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${jakarta-oro.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${log4j.jar}"/>
-	  <copy todir="${dist.dir}/lib" file="${junit.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${xmlApis.jar}"/>        
+      <copy todir="${dist.dir}/lib" file="${javax-mail.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${javax-activation.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${commons-digester.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${commons-collections.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${commons-beanutils.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${commons-logging.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${jakarta-oro.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${log4j.jar}"/>
+      <copy todir="${dist.dir}/lib" file="${junit.jar}"/>
 
       <!--Copies the configuration files -->
       <mkdir dir="${dist.dir}/conf"/>
-	  <copy todir="${dist.dir}/conf" file="${conf.dir}/log4j.properties"/>
-	  <copy todir="${dist.dir}/conf" file="${conf.dir}/sieveConfig.xml"/>
+      <copy todir="${dist.dir}/conf" file="${conf.dir}/log4j.properties"/>
+      <copy todir="${dist.dir}/conf" file="${conf.dir}/sieveConfig.xml"/>
     </target>
 
     <!--

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org