public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/statsvn/files: statsvn-0.4.1-build.xml.patch statsvn-0.4.1-fixstatcvsusage.patch
@ 2010-03-05 17:58 Serkan Kaba (serkan)
  0 siblings, 0 replies; only message in thread
From: Serkan Kaba (serkan) @ 2010-03-05 17:58 UTC (permalink / raw
  To: gentoo-commits

serkan      10/03/05 17:58:28

  Added:                statsvn-0.4.1-build.xml.patch
                        statsvn-0.4.1-fixstatcvsusage.patch
  Log:
  Move to dev-vcs
  (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  dev-vcs/statsvn/files/statsvn-0.4.1-build.xml.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/statsvn/files/statsvn-0.4.1-build.xml.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/statsvn/files/statsvn-0.4.1-build.xml.patch?rev=1.1&content-type=text/plain

Index: statsvn-0.4.1-build.xml.patch
===================================================================
diff -Nur statsvn-0.4.1/build.xml statsvn-0.4.1_patched/build.xml
--- statsvn-0.4.1/build.xml	2007-03-14 03:33:20.000000000 +0200
+++ statsvn-0.4.1_patched/build.xml	2008-09-19 05:45:40.000000000 +0300
@@ -130,15 +130,6 @@
 	</target>
 
 	<target name="dist" depends="compile,copyfiles">
-		<!-- Creates an executable jar file for the project -->
-		<unjar src="${lib}/${statcvs.jar}" dest="${build}" />
-		<!-- Expand and use the concurrent JAR -->
-		<unjar src="${lib}/${concurrent.jar}" dest="${build}" />
-
-		<!-- Now included in statcvs.jar -->
-		<!--<unjar src="${lib}/${jfreechart.jar}" dest="${build}" />
-		<unjar src="${lib}/${jcommon.jar}" dest="${build}" />-->
-		
 		<mkdir dir="${dist}" />
 		<jar jarfile="${dist}/${project.jar}" basedir="${build}">
 			<manifest>



1.1                  dev-vcs/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch?rev=1.1&content-type=text/plain

Index: statsvn-0.4.1-fixstatcvsusage.patch
===================================================================
diff -Nur statsvn-0.4.1/src/net/sf/statsvn/Main.java statsvn-0.4.1_patched/src/net/sf/statsvn/Main.java
--- statsvn-0.4.1/src/net/sf/statsvn/Main.java	2008-09-19 07:19:16.000000000 +0300
+++ statsvn-0.4.1_patched/src/net/sf/statsvn/Main.java	2008-09-19 07:19:42.000000000 +0300
@@ -295,7 +295,7 @@
 		System.setProperty("java.awt.headless", "true");
 
 		final ReportConfig config = new ReportConfig(content, ConfigurationOptions.getProjectName(), ConfigurationOptions.getOutputDir(), ConfigurationOptions
-		        .getMarkupSyntax(), ConfigurationOptions.getCssHandler(), ConfigurationOptions.getCharSet());
+		        .getMarkupSyntax(), ConfigurationOptions.getCssHandler());
 		config.setWebRepository(ConfigurationOptions.getWebRepository());
 		config.setWebBugtracker(ConfigurationOptions.getWebBugtracker());
 		config.setNonDeveloperLogins(ConfigurationOptions.getNonDeveloperLogins());






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-05 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 17:58 [gentoo-commits] gentoo-x86 commit in dev-vcs/statsvn/files: statsvn-0.4.1-build.xml.patch statsvn-0.4.1-fixstatcvsusage.patch Serkan Kaba (serkan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox