You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2016/05/17 19:32:02 UTC

svn commit: r1744312 - in /commons/proper/weaver/trunk/ant/src: main/java/org/apache/commons/weaver/ant/WeaverSettings.java site/markdown/index.md

Author: mbenson
Date: Tue May 17 19:32:02 2016
New Revision: 1744312

URL: http://svn.apache.org/viewvc?rev=1744312&view=rev
Log:
[WEAVER-13] documentation

Modified:
    commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java
    commons/proper/weaver/trunk/ant/src/site/markdown/index.md

Modified: commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java?rev=1744312&r1=1744311&r2=1744312&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java (original)
+++ commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java Tue May 17 19:32:02 2016
@@ -193,6 +193,7 @@ public class WeaverSettings extends Data
     /**
      * Set whether to include the system classpath.
      * @param includeSystemClasspath the includeSystemClasspath to set
+     * @since 1.3
      * @see Path#systemClasspath
      */
     public void setIncludeSystemClasspath(boolean includeSystemClasspath) {

Modified: commons/proper/weaver/trunk/ant/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/src/site/markdown/index.md?rev=1744312&r1=1744311&r2=1744312&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/src/site/markdown/index.md (original)
+++ commons/proper/weaver/trunk/ant/src/site/markdown/index.md Tue May 17 19:32:02 2016
@@ -41,6 +41,7 @@ custom type:
  * `classpath` attribute - path string (incompatible with `classpathref`)
  * `classpathref` attribute - refid of an Ant **path**
  (incompatible with `classpath`)
+ * `includesystemclasspath` - specifies whether to include the system classpath
  * nested `propertyset` - Ant **PropertySet**
  * nested `properties` - specifies properties using the names and text values
  of nested elements (looks like Maven POM properties)