Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569508
en ru br
ALT Linux repos
5.0: 5.0.1-alt1_1jpp6
4.1: 4.0.1-alt1_1jpp5.0
4.0: 4.0.1-alt1_1jpp5.0
3.0: 2.1.0-alt1

Group :: Development/Java
RPM: eclipse-cdt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: eclipse-cdt-cppunit-default-location.patch
Download


--- org.eclipse.cdt.cppunit/src/org/eclipse/cdt/internal/cppunit/wizards/CppUnitLocationGroup.java.fix	2006-11-16 14:09:58.000000000 -0500
+++ org.eclipse.cdt.cppunit/src/org/eclipse/cdt/internal/cppunit/wizards/CppUnitLocationGroup.java	2006-11-16 14:10:18.000000000 -0500
@@ -74,8 +74,8 @@ public class CppUnitLocationGroup
 		if(!(Platform.getOS().equals(Platform.OS_WIN32))
 			&&!(Platform.getOS().equals(Platform.OS_UNKNOWN)))
 		{
-			defaultInc="/usr/local/include/cppunit/TestCase.h";
-			defaultLib="/usr/local/lib/libcppunit.a";
+			defaultInc="/usr/include/cppunit/TestCase.h";
+			defaultLib="/usr/lib/libcppunit.a";
 		}
 		if(initIncString==null)
 		{
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin