[Japi-cvs] SF.net SVN: japi: [21] trunk/build.xml
Status: Beta
                
                Brought to you by:
                
                    christianhujer
                    
                
            | 
     
      
      
      From: <chr...@us...> - 2006-04-06 23:39:08
      
     
   | 
Revision: 21 Author: christianhujer Date: 2006-04-06 16:39:01 -0700 (Thu, 06 Apr 2006) ViewCVS: http://svn.sourceforge.net/japi/?rev=21&view=rev Log Message: ----------- Removed unused changelogTest target. Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2006-04-06 23:37:26 UTC (rev 20) +++ trunk/build.xml 2006-04-06 23:39:01 UTC (rev 21) @@ -450,15 +450,6 @@ </target> <target - name = "changelogTest" - description = "Test task to try out CvsChangeLog" - > - <cvschangelog destfile="changelog.xml" tag="japi_${project.version}"> - <user displayname="Christian Hujer" userid="christianhujer" /> - </cvschangelog> - </target> - - <target name = "svnCreateBranch" description = "Creates a release branch. This target shouldn't be invoked directly." if = "svnCreateBranch" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.  |