You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ch...@apache.org on 2006/09/18 06:28:54 UTC

svn commit: r447231 - in /webservices/commons/trunk/modules/XmlSchema: maven.xml project.xml

Author: chinthaka
Date: Sun Sep 17 21:28:52 2006
New Revision: 447231

URL: http://svn.apache.org/viewvc?view=rev&rev=447231
Log:
Making maven 1.x scripts to work : Making the javadocs goal to work. 


Modified:
    webservices/commons/trunk/modules/XmlSchema/maven.xml
    webservices/commons/trunk/modules/XmlSchema/project.xml

Modified: webservices/commons/trunk/modules/XmlSchema/maven.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/maven.xml?view=diff&rev=447231&r1=447230&r2=447231
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/maven.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/maven.xml Sun Sep 17 21:28:52 2006
@@ -30,13 +30,22 @@
 		<ant:echo>| Generating Java docs </ant:echo>
 		<ant:echo>+----------------------------------------------</ant:echo>
 		<mkdir dir="${javadoc.dir}"/>
-		<ant:javadoc packagenames="org.apache.ws.commons.*" defaultexcludes="yes" destdir="${javadoc.dir}" author="true" breakiterator="true" version="true" use="true" windowtitle="XMLSchema API">
-			<ant:arg line="-J-Dhttp.proxy.port=${maven.proxy.port} -J-Dhttp.proxy.host=${maven.proxy.host}"/>
-			<ant:sourcepath>
-				<ant:pathelement location="src"/>
-			</ant:sourcepath>
-		</ant:javadoc>
-	</goal>
+        <ant:javadoc packagenames="org.apache.ws.commons.schema.*"
+                     defaultexcludes="yes"
+                     destdir="${javadoc.dir}"
+                     author="true"
+                     breakiterator="true"
+                     version="true"
+                     use="true"
+                     windowtitle="Apache WS-Commons XMLSchema API">
+            <ant:arg
+                    line="-J-Dhttp.proxy.port=${maven.proxy.port} -J-Dhttp.proxy.host=${maven.proxy.host}"/>
+
+            <ant:sourcepath>
+                <ant:pathelement location="src/main/java"/>
+            </ant:sourcepath>
+        </ant:javadoc>
+    </goal>
 	<!-- create the binary distribution -->
 	<goal name="dist-bin" prereqs="jar,javadocs">
 		<ant:echo>+----------------------------------------------</ant:echo>
@@ -105,10 +114,10 @@
 		<ant:delete dir="${dist}"/>
 	</goal>
 	<!-- dummy goal to create both the bin and source distributions -->
-	<goal name="release" prereqs="dist-bin,dist-src"/>
-        
-        <!-- Making the jar automatically copied to the local repository during a build -->
-        <goal name="jar">
-           <attainGoal name="jar:install"/>
+	<goal name="release" prereqs="dist-bin,dist-src"/>
+        
+        <!-- Making the jar automatically copied to the local repository during a build -->
+        <goal name="jar">
+           <attainGoal name="jar:install"/>
         </goal>
 </project>

Modified: webservices/commons/trunk/modules/XmlSchema/project.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/project.xml?view=diff&rev=447231&r1=447230&r2=447231
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/project.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/project.xml Sun Sep 17 21:28:52 2006
@@ -181,7 +181,7 @@
         <url>http://xmlunit.sourceforge.net/</url>
       </dependency>
        <!-- the stax dependency is for the QName
-             We do not have the any dependency on Stax :)  -->
+             We do not have any dependency on Stax :)  -->
        <dependency>
             <groupId>stax</groupId>
             <artifactId>stax-api</artifactId>



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