Author: rgoers Date: Sun Nov 14 00:50:05 2010 New Revision: 1034923 URL: http://svn.apache.org/viewvc?rev=1034923&view=rev Log: Put source xref in each subproject so checkstyle can link to it
Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/site/site.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1034923&r1=1034922&r2=1034923&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Sun Nov 14 00:50:05 2010 @@ -190,7 +190,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1</version> + <version>2.2</version> </plugin> <plugin> @@ -227,7 +227,7 @@ <artifactId>maven-jxr-plugin</artifactId> <version>2.1</version> <configuration> - <aggregate>true</aggregate> + <aggregate>false</aggregate> </configuration> </plugin> <plugin> Modified: commons/proper/vfs/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/site.xml?rev=1034923&r1=1034922&r2=1034923&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/site/site.xml (original) +++ commons/proper/vfs/trunk/src/site/site.xml Sun Nov 14 00:50:05 2010 @@ -44,9 +44,9 @@ </menu> <menu name="Components"> - <item name="Core" href="commons-vfs/index.html"/> - <item name="Examples" href="commons-vfs-examples/index.html"/> - <item name="Sandbox" href="commons-vfs-sandbox/index.html"/> + <item name="Core" href="commons-vfs2/index.html"/> + <item name="Examples" href="commons-vfs2-examples/index.html"/> + <item name="Sandbox" href="commons-vfs2-sandbox/index.html"/> </menu> </body>