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/04 23:17:27 UTC

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

Author: akarasulu
Date: Thu Dec  4 14:17:26 2003
New Revision: 1351

Modified:
   incubator/directory/ldap/trunk/common/build.xml
   incubator/directory/ldap/trunk/common/gump.xml
Log:
package changes - regenerated from maven

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 14:17:26 2003
@@ -2,10 +2,10 @@
 
 <!--
   build.xml generated by maven from project.xml version SNAPSHOT
-  on date October 28 2003, time 1447
+  on date December 4 2003, time 1715
 -->
 
-<project default="jar" name="ldapd-common" basedir=".">
+<project default="jar" name="ldap-common" basedir=".">
   <property name="defaulttargetdir" value="target">
   </property>
   <property name="libdir" value="target/lib">
@@ -20,7 +20,7 @@
   </property>
   <property name="javadocdir" value="dist/docs/api">
   </property>
-  <property name="final.name" value="ldapd-common-SNAPSHOT">
+  <property name="final.name" value="ldap-common-SNAPSHOT">
   </property>
   <target name="init" description="o Initializes some properties">
     <mkdir dir="${libdir}">
@@ -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\ldapd\ldapd-common/src/java">
+        <pathelement location="C:\cygwin\home\akarasulu\projects\directory\ldap\trunk\common/src/java">
         </pathelement>
       </src>
       <classpath>
@@ -81,11 +81,11 @@
       <format pattern="2002-yyyy" property="year">
       </format>
     </tstamp>
-    <property name="copyright" value="Copyright &amp;copy;  LDAPd Group. All Rights Reserved.">
+    <property name="copyright" value="Copyright &amp;copy;  Apache Directory Project. All Rights Reserved.">
     </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\ldapd\ldapd-common/src/java" packagenames="ldapd.common.*">
+    <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.*">
       <classpath>
         <fileset dir="${libdir}">
           <include name="*.jar">

Modified: incubator/directory/ldap/trunk/common/gump.xml
==============================================================================
--- incubator/directory/ldap/trunk/common/gump.xml	(original)
+++ incubator/directory/ldap/trunk/common/gump.xml	Thu Dec  4 14:17:26 2003
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<module name="ldapd-common">
+<module name="ldap-common">
   <description>Common LDAP packages used by clients and servers.</description>
   <url href="http://ldapd.sourceforge.net/modules/ldapd-common">
   </url>
   <cvs module="ldapd-common" repository="">
   </cvs>
-  <project name="ldapd-common">
+  <project name="ldap-common">
     <ant buildfile="build.xml" target="dist">
-      <property name="final.name" value="ldapd-common-@@DATE@@">
+      <property name="final.name" value="ldap-common-@@DATE@@">
       </property>
     </ant>
-    <package>ldapd.common</package>
+    <package>org.apache.ldap.common</package>
     <depend project="antlr.runtime">
     </depend>
     <depend project="commons-collections">
@@ -28,11 +28,11 @@
     </work>
     <home nested="target">
     </home>
-    <jar name="ldapd-common-@@DATE@@.jar">
+    <jar name="ldap-common-@@DATE@@.jar">
     </jar>
     <javadoc module="ldapd-common" nested="target/docs/apidocs">
     </javadoc>
-    <nag to="ldapd-devel@sourceforge.net" from="ldapd-common development &lt;ldapd-devel@sourceforge.net&gt;">
+    <nag to="ldapd-devel@sourceforge.net" from="ldap-common development &lt;ldapd-devel@sourceforge.net&gt;">
     </nag>
   </project>
 </module>

RE: svn commit: rev 1351 - incubator/directory/ldap/trunk/common

Posted by Alex Karasulu <ao...@bellsouth.net>.
 
> There is a bug in the maven generation of the build descriptor that
> results in absolute file path references - unformtuately you need to
> hack into the generated source and fix this.

You mean the gump and ant stuff I guess.

Alex



Re: svn commit: rev 1351 - incubator/directory/ldap/trunk/common

Posted by Stephen McConnell <mc...@apache.org>.
Alex:

There is a bug in the maven generation of the build descriptor that 
results in absolute file path references - unformtuately you need to 
hack into the generated source and fix this.

Cheers, Steve.


akarasulu@apache.org wrote:

>+        <pathelement location="C:\cygwin\home\akarasulu\projects\directory\ldap\trunk\common/src/java">
>  
>

>+    <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.*">
>  
>
-- 

Stephen J. McConnell
mailto:mcconnell@apache.org

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/                               |
|------------------------------------------------|