@@ -75,7 +75,6 @@ void createArchive()
7575 * Obsolete, use {@link #addFileSet(FileSet)}.
7676 * You can use "inline" of this method in your
7777 * IDE to get the proper implementation for this release.
78- * @deprecated Will go away in next major version
7978 */
8079 @ Deprecated
8180 void addDirectory ( File directory )
@@ -85,7 +84,6 @@ void addDirectory( File directory )
8584 * Obsolete, use {@link #addFileSet(FileSet)}.
8685 * You can use "inline" of this method in your
8786 * IDE to get the proper implementation for this release.
88- * @deprecated Will go away in next major version
8987 */
9088 @ Deprecated
9189 void addDirectory ( File directory , String prefix )
@@ -94,7 +92,6 @@ void addDirectory( File directory, String prefix )
9492 /**
9593 * Obsolete, use {@link #addFileSet(FileSet)}.You can use "inline" of this method in your
9694 * IDE to get the proper implementation for this release.
97- * @deprecated Will go away in next major version
9895 */
9996 @ Deprecated
10097 void addDirectory ( File directory , String [] includes , String [] excludes )
@@ -104,7 +101,6 @@ void addDirectory( File directory, String[] includes, String[] excludes )
104101 * Obsolete, use {@link #addFileSet(FileSet)}.
105102 * You can use "inline" of this method in your
106103 * IDE to get the proper implementation for this release.
107- * @deprecated Will go away in next major version
108104 */
109105 @ Deprecated
110106 void addDirectory ( File directory , String prefix , String [] includes , String [] excludes )
0 commit comments