@@ -75,7 +75,6 @@ void createArchive()
75
75
* Obsolete, use {@link #addFileSet(FileSet)}.
76
76
* You can use "inline" of this method in your
77
77
* IDE to get the proper implementation for this release.
78
- * @deprecated Will go away in next major version
79
78
*/
80
79
@ Deprecated
81
80
void addDirectory ( File directory )
@@ -85,7 +84,6 @@ void addDirectory( File directory )
85
84
* Obsolete, use {@link #addFileSet(FileSet)}.
86
85
* You can use "inline" of this method in your
87
86
* IDE to get the proper implementation for this release.
88
- * @deprecated Will go away in next major version
89
87
*/
90
88
@ Deprecated
91
89
void addDirectory ( File directory , String prefix )
@@ -94,7 +92,6 @@ void addDirectory( File directory, String prefix )
94
92
/**
95
93
* Obsolete, use {@link #addFileSet(FileSet)}.You can use "inline" of this method in your
96
94
* IDE to get the proper implementation for this release.
97
- * @deprecated Will go away in next major version
98
95
*/
99
96
@ Deprecated
100
97
void addDirectory ( File directory , String [] includes , String [] excludes )
@@ -104,7 +101,6 @@ void addDirectory( File directory, String[] includes, String[] excludes )
104
101
* Obsolete, use {@link #addFileSet(FileSet)}.
105
102
* You can use "inline" of this method in your
106
103
* IDE to get the proper implementation for this release.
107
- * @deprecated Will go away in next major version
108
104
*/
109
105
@ Deprecated
110
106
void addDirectory ( File directory , String prefix , String [] includes , String [] excludes )
0 commit comments