diff --git a/plug-ins/index.html b/plug-ins/index.html
index f5bc296..c6e7063 100644
--- a/plug-ins/index.html
+++ b/plug-ins/index.html
@@ -478,24 +478,24 @@ assemble {
ways to use install
.
- The simplest way to install is either not specify anything in the install
directive or an optional
- target
string, which specifies the target directory ("libs"
by default):
+
+The simplest way to install is either not specify anything in the install
directive or an optional
+ target
string, which specifies the target directory ("libs"
by default):
install { target = "libs" }-
- With this approach, everything that was generated in kobaltBuild/libs
gets copied to this
- target directory.
-
+ With this approach, everything that was generated in kobaltBuild/libs
gets copied to this
+ target directory.
+
You can also be more selective in what you install with either the copy
directive to copy
individual files or with include
, which lets you specify more sophisticated ways of moving
@@ -508,14 +508,14 @@ assemble {
}
-
target
approach will
- be ignored.
- target
approach will
+ be ignored.
++
You might find the directive collect()
useful when installing: this function is invoked on a
list of dependencies and returns a list of jar files that represent the transitive closure of the dependencies: