You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/05/22 11:06:51 UTC

svn commit: r540499 - /ant/sandbox/antlibs/debian/trunk/build.xml

Author: kevj
Date: Tue May 22 02:06:50 2007
New Revision: 540499

URL: http://svn.apache.org/viewvc?view=rev&rev=540499
Log:
-fix project name

Modified:
    ant/sandbox/antlibs/debian/trunk/build.xml

Modified: ant/sandbox/antlibs/debian/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/build.xml?view=diff&rev=540499&r1=540498&r2=540499
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/build.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/build.xml Tue May 22 02:06:50 2007
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project default="compile" name="svn">
+<project default="compile" name="debian">
 
   <!-- easy way to override properties -->
   <property file="build.properties"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org