From: <js...@us...> - 2006-11-21 17:35:44
|
Revision: 6 http://svn.sourceforge.net/jcontracts/?rev=6&view=rev Author: jstuyts Date: 2006-11-21 09:23:07 -0800 (Tue, 21 Nov 2006) Log Message: ----------- Changed SourceForge.net trakcing URL which gets put into site documents. Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2006-11-21 17:21:29 UTC (rev 5) +++ trunk/build.xml 2006-11-21 17:23:07 UTC (rev 6) @@ -11,7 +11,7 @@ begintoken="src="" endtoken="""> <filter token="resources/images/sflogo.png" - value="src="http://sourceforge.net/sflogo.php?group_id=148319&amp;type=2"" /> + value="src="http://sourceforge.net/sflogo.php?group_id=175492&amp;type=2"" /> </filterset> <target name="clean" description="Deletes all build artifacts."> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2006-11-27 16:45:04
|
Revision: 23 http://svn.sourceforge.net/jcontracts/?rev=23&view=rev Author: jstuyts Date: 2006-11-27 08:44:57 -0800 (Mon, 27 Nov 2006) Log Message: ----------- Formatted code. Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2006-11-24 11:11:22 UTC (rev 22) +++ trunk/build.xml 2006-11-27 16:44:57 UTC (rev 23) @@ -7,9 +7,7 @@ <defaultexcludes add="$jarplug.work" /> <defaultexcludes add="$jarplug.work/**" /> - <filterset id="filter.sourceforge-logo" - begintoken="src="" - endtoken="""> + <filterset id="filter.sourceforge-logo" begintoken="src="" endtoken="""> <filter token="resources/images/sflogo.png" value="src="http://sourceforge.net/sflogo.php?group_id=175492&amp;type=2"" /> </filterset> @@ -28,10 +26,10 @@ optimize="false"> <include name="**/*.java" /> <classpath> - <fileset dir="libraries"> - <include name="*.jar" /> - </fileset> - <pathelement location="classes"/> + <fileset dir="libraries"> + <include name="*.jar" /> + </fileset> + <pathelement location="classes" /> </classpath> </javac> <copy todir="build/ant/classes"> @@ -40,7 +38,7 @@ <include name="**/*.properties" /> </fileset> </copy> - <echo file="build/ant/classes/net/sf/jcontracts/icontract/version.txt" >${project.version} + <echo file="build/ant/classes/net/sf/jcontracts/icontract/version.txt">${project.version} </echo> </target> @@ -83,10 +81,8 @@ <target name="upload-site" description="Upload the documentation to the SourceForge.net webspace."> - <fail unless="deploy.username" - message="'deploy.username' must be set in 'local.properties'." /> - <fail unless="deploy.password" - message="'deploy.password' must be set in 'local.properties'." /> + <fail unless="deploy.username" message="'deploy.username' must be set in 'local.properties'." /> + <fail unless="deploy.password" message="'deploy.password' must be set in 'local.properties'." /> <mkdir dir="build/ant/site" /> <copy todir="build/ant/site" filtering="false"> @@ -128,4 +124,4 @@ </fileset> </zip> </target> -</project> \ No newline at end of file +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2008-05-09 17:16:29
|
Revision: 50 http://jcontracts.svn.sourceforge.net/jcontracts/?rev=50&view=rev Author: jstuyts Date: 2008-05-09 10:09:31 -0700 (Fri, 09 May 2008) Log Message: ----------- Corrected project name. Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2008-05-09 17:08:59 UTC (rev 49) +++ trunk/build.xml 2008-05-09 17:09:31 UTC (rev 50) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="JcontractS" default="compile"> +<project name="JContractS" default="compile"> <property file="local.properties" /> <property file="project.properties" /> @@ -63,7 +63,7 @@ <copy todir="build/ant/binary-dist" file="build/ant/${distribution.name}-${project.version}.jar" /> <copy todir="build/ant/binary-dist" file="LICENSE.txt" /> - <copy todir="build/ant/binary-dist" file="JcontractS.ico" /> + <copy todir="build/ant/binary-dist" file="JContractS.ico" /> <mkdir dir="build/ant/binary-dist/documentation" /> <copy todir="build/ant/binary-dist/documentation"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |