/
[Apache-SVN]
Revision 161469
Jump to revision:
Author:
bodewig
Date:
Fri Apr 15 14:32:50 2005 UTC
(4 years, 7 months ago)
Changed paths:
181
(showing only 100;
show all
)
Log Message:
Import sandbox antlibs
Changed paths:
Path
Details
ant/sandbox/antlibs/antunit/
added
ant/sandbox/antlibs/antunit/branches/
added
ant/sandbox/antlibs/antunit/tags/
added
ant/sandbox/antlibs/antunit/trunk/
added
ant/sandbox/antlibs/antunit/trunk/build.xml
added
ant/sandbox/antlibs/antunit/trunk/src/
added
ant/sandbox/antlibs/antunit/trunk/src/etc/
added
ant/sandbox/antlibs/antunit/trunk/src/etc/testcases/
added
ant/sandbox/antlibs/antunit/trunk/src/etc/testcases/assert.xml
added
ant/sandbox/antlibs/antunit/trunk/src/main/
added
ant/sandbox/antlibs/antunit/trunk/src/main/org/
added
ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/
added
ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/
added
ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antlib/
added
ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antlib/antunit/
added
ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antlib/antunit/AssertTask.java
added
ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antlib/antunit/AssertionFailedException.java
added
ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antlib/antunit/antlib.xml
added
ant/sandbox/antlibs/antunit/trunk/src/testcases/
added
ant/sandbox/antlibs/antunit/trunk/src/testcases/org/
added
ant/sandbox/antlibs/antunit/trunk/src/testcases/org/apache/
added
ant/sandbox/antlibs/antunit/trunk/src/testcases/org/apache/ant/
added
ant/sandbox/antlibs/antunit/trunk/src/testcases/org/apache/ant/antlib/
added
ant/sandbox/antlibs/antunit/trunk/src/testcases/org/apache/ant/antlib/antunit/
added
ant/sandbox/antlibs/antunit/trunk/src/testcases/org/apache/ant/antlib/antunit/AssertTest.java
added
ant/sandbox/antlibs/dotnet/
added
ant/sandbox/antlibs/dotnet/branches/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/README
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/build.xml
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/docs/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/docs/dotnetexec.html
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/docs/index.html
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/docs/msbuild.html
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/docs/nant.html
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/docs/nunit.html
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/docs/wix.html
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/dotnetexec.xml
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/msbuild.xml
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/nant.xml
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/nunit.xml
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/src/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/src/example.cs
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/src/example2.cs
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/src/fail.cs
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/src/msbuild.proj
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/src/nant.build
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/src/pass.cs
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/AbstractBuildTask.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/DotNetExecTask.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/MSBuildTask.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NAntTask.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NUnitTask.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/WixTask.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/antlib.xml
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/util/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/util/XMLFragment.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ant/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ant/taskdefs/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ant/taskdefs/optional/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ant/taskdefs/optional/dotnet/
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ant/taskdefs/optional/dotnet/DotNetExecTaskTest.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ant/taskdefs/optional/dotnet/MSBuildTaskTest.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ant/taskdefs/optional/dotnet/NAntTaskTest.java
added
ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ant/taskdefs/optional/dotnet/NUnitTaskTest.java
added
ant/sandbox/antlibs/dotnet/tags/
added
ant/sandbox/antlibs/dotnet/trunk/
added
ant/sandbox/antlibs/dotnet/trunk/README
added
ant/sandbox/antlibs/dotnet/trunk/build.xml
added
ant/sandbox/antlibs/dotnet/trunk/docs/
added
ant/sandbox/antlibs/dotnet/trunk/docs/dotnetexec.html
added
ant/sandbox/antlibs/dotnet/trunk/docs/index.html
added
ant/sandbox/antlibs/dotnet/trunk/docs/msbuild.html
added
ant/sandbox/antlibs/dotnet/trunk/docs/nant.html
added
ant/sandbox/antlibs/dotnet/trunk/docs/nunit.html
added
ant/sandbox/antlibs/dotnet/trunk/docs/wix.html
added
ant/sandbox/antlibs/dotnet/trunk/src/
added
ant/sandbox/antlibs/dotnet/trunk/src/etc/
added
ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/
added
ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/dotnetexec.xml
added
ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/msbuild.xml
added
ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/nant.xml
added
ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml
added
ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/src/
added
ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/src/example.cs
added
[
...
]
apache@apache.org
ViewVC Help
Powered by
ViewVC 1.1.2