Author: lacton
Date: Sat Oct 25 11:13:54 2008
New Revision: 707881
URL: http://svn.apache.org/viewvc?rev=707881&view=rev
Log:
BUILDR-187 Source code attachment for Eclipse .classpath
Modified:
incubator/buildr/trunk/doc/pages/more_stuff.textile
Modified: incubator/buildr/trunk/doc/pages/more_stuff.textile
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/more_stuff.textile?rev=707881&r1=707880&r2=707881&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/more_stuff.textile (original)
+++ incubator/buildr/trunk/doc/pages/more_stuff.textile Sat Oct 25 11:13:54 2008
@@ -180,6 +180,12 @@
If you add a new project, change the dependencies, or make any other change to
your Buildfile, just run the @eclipse@ task again to re-generate the Eclipse
project files.
+To have your libraries' source code available in Eclipse, run:
+
+{{{!sh
+$ buildr artifacts:sources
+}}}
+
If you prefer IntelliJ IDEA, you can always:
{{{!sh