diff options
author | mattinger <[email protected]> | 2007-03-08 19:53:51 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2007-03-08 19:53:51 +0000 |
commit | 4003043c012ca231fa782d85f0499e3419e87e16 (patch) | |
tree | d2bae7a9349cb64d81f79aaeb49ff23f0d7a24d9 | |
parent | b4d4d4eb6e4ac4260f25bd10e4c2e02e410a6635 (diff) |
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/branches/ant-1.7.0-upgrade@107 32d7a393-a5a9-423c-abd3-5d954feb1f2f
-rwxr-xr-x | ant1.6/src/java/net/sf/antcontrib/net/ant16/URLImportTask.java (renamed from ant1.6/src/java/net/sf/ancontrib/net/ant16/URLImportTask.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ant1.6/src/java/net/sf/ancontrib/net/ant16/URLImportTask.java b/ant1.6/src/java/net/sf/antcontrib/net/ant16/URLImportTask.java index 3e13114..d9c80f5 100755 --- a/ant1.6/src/java/net/sf/ancontrib/net/ant16/URLImportTask.java +++ b/ant1.6/src/java/net/sf/antcontrib/net/ant16/URLImportTask.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and
* limitations under the License.
*/
-package net.sf.ancontrib.net.ant16;
+package net.sf.antcontrib.net.ant16;
import java.io.File;
import java.io.IOException;
|