From: <sta...@us...> - 2007-04-06 22:54:36
|
Revision: 1707 http://archive-access.svn.sourceforge.net/archive-access/?rev=1707&view=rev Author: stack-sf Date: 2007-04-06 15:54:36 -0700 (Fri, 06 Apr 2007) Log Message: ----------- More m2'ing moving classes to m2 default. * nutchwax-plugins/src/plugin/build-plugin.xml Get core classes from new location. * nutchwax-core/pom.xml Point to new java class locations. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/nutchwax-core/pom.xml trunk/archive-access/projects/nutchwax/nutchwax-plugins/src/plugin/build-plugin.xml Removed Paths: ------------- trunk/archive-access/projects/nutchwax/nutchwax-plugins/src/main/ Modified: trunk/archive-access/projects/nutchwax/nutchwax-core/pom.xml =================================================================== --- trunk/archive-access/projects/nutchwax/nutchwax-core/pom.xml 2007-04-06 20:43:49 UTC (rev 1706) +++ trunk/archive-access/projects/nutchwax/nutchwax-core/pom.xml 2007-04-06 22:54:36 UTC (rev 1707) @@ -18,7 +18,7 @@ </dependency> </dependencies> <build> - <sourceDirectory>../src/java</sourceDirectory> + <sourceDirectory>src/main/java</sourceDirectory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> Modified: trunk/archive-access/projects/nutchwax/nutchwax-plugins/src/plugin/build-plugin.xml =================================================================== --- trunk/archive-access/projects/nutchwax/nutchwax-plugins/src/plugin/build-plugin.xml 2007-04-06 20:43:49 UTC (rev 1706) +++ trunk/archive-access/projects/nutchwax/nutchwax-plugins/src/plugin/build-plugin.xml 2007-04-06 22:54:36 UTC (rev 1707) @@ -21,7 +21,7 @@ <!--Point at nutchwax home instead of at nutch. --> - <property name="nutch.root" location="${root}/../../../"/> + <property name="nutch.root" location="${root}/../../../../"/> <!--Point at nutch under third-party subdir. --> <property name="real.nutch.root" location="${nutch.root}/nutchwax-thirdparty/nutch"/> @@ -52,6 +52,7 @@ <path id="classpath"> <pathelement location="${build.classes}"/> <pathelement location="${nutch.root}/target/classes"/> + <pathelement location="${nutch.root}/nutchwax-core/target/classes"/> <!--IA: Add the nutch jars.--> <fileset dir="${real.nutch.root}/lib"> <include name="*.jar" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |