[seam-commits] Seam SVN: r7603 - in trunk: build and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Mar 18 07:05:56 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-03-18 07:05:56 -0400 (Tue, 18 Mar 2008)
New Revision: 7603
Modified:
trunk/build.xml
trunk/build/utilities.build.xml
Log:
minor
Modified: trunk/build/utilities.build.xml
===================================================================
--- trunk/build/utilities.build.xml 2008-03-18 11:05:25 UTC (rev 7602)
+++ trunk/build/utilities.build.xml 2008-03-18 11:05:56 UTC (rev 7603)
@@ -46,6 +46,17 @@
</sequential>
</macrodef>
+ <!--<macrodef name="dependenciesWithSourcesAndJavadoc">
+ <attribute name="id" />
+ <attribute name="scope" />
+ <attribute name="pom" />
+ <sequential>
+ <artifact:dependencies pathId="@{scope}.@{id}.path" filesetId="@{scope}.@{id}.fileset" versionsId="@{scope}.@{id}.versions" useScope="@{scope}" sourcesFilesetId="@{scope}.@{id}.source.fileset" javadocFilesetId="@{scope}.@{id}.javadoc.fileset">
+ <pom file="@{pom}" />
+ </artifact:dependencies>
+ </sequential>
+ </macrodef>-->
+
<macrodef name="install">
<attribute name="pom" default="" />
<attribute name="jar" default="" />
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-03-18 11:05:25 UTC (rev 7602)
+++ trunk/build.xml 2008-03-18 11:05:56 UTC (rev 7603)
@@ -954,17 +954,6 @@
<dependenciesWithSources id="ui" scope="compile" pom="${ui.pom}" />
</target>
- <!--<target name="downloadDependenciesJavadoc" depends="init">
- <dependenciesWithJavadoc id="core" scope="compile" pom="${core.pom}" />
- <dependenciesWithJavadoc id="debug" scope="compile" pom="${debug.pom}" />
- <dependenciesWithJavadoc id="gen" scope="compile" pom="${gen.pom}" />
- <dependenciesWithJavadoc id="ioc" scope="compile" pom="${ioc.pom}" />
- <dependenciesWithJavadoc id="mail" scope="compile" pom="${mail.pom}" />
- <dependenciesWithJavadoc id="pdf" scope="compile" pom="${pdf.pom}" />
- <dependenciesWithJavadoc id="remoting" scope="compile" pom="${remoting.pom}" />
- <dependenciesWithjavadoc id="ui" scope="compile" pom="${ui.pom}" />
- </target>-->
-
<target name="eclipseclasspath" depends="init, jargen" description="Update eclipse classpath">
<path id="seam-gen.path" path="${seam.dir}/lib/jboss-seam-gen.jar" />
More information about the seam-commits
mailing list