You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2003/12/05 01:03:40 UTC

svn commit: rev 1353 - incubator/directory/ldap/trunk/common

Author: akarasulu
Date: Thu Dec  4 16:03:40 2003
New Revision: 1353

Modified:
   incubator/directory/ldap/trunk/common/build.xml
Log:
fixed fixed paths

Modified: incubator/directory/ldap/trunk/common/build.xml
==============================================================================
--- incubator/directory/ldap/trunk/common/build.xml	(original)
+++ incubator/directory/ldap/trunk/common/build.xml	Thu Dec  4 16:03:40 2003
@@ -35,7 +35,7 @@
     </mkdir>
     <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
       <src>
-        <pathelement location="C:\cygwin\home\akarasulu\projects\directory\ldap\trunk\common/src/java">
+        <pathelement location="./src/java">
         </pathelement>
       </src>
       <classpath>
@@ -85,7 +85,7 @@
     </property>
     <property name="title" value="ldapd-common SNAPSHOT API">
     </property>
-    <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="C:\cygwin\home\akarasulu\projects\directory\ldap\trunk\common/src/java" packagenames="org.apache.ldap.common.*">
+    <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="./src/java" packagenames="org.apache.ldap.common.*">
       <classpath>
         <fileset dir="${libdir}">
           <include name="*.jar">
@@ -120,4 +120,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
\ No newline at end of file
+</project>