From: <to...@us...> - 2007-02-13 21:27:26
|
Revision: 59 http://techne-dev.svn.sourceforge.net/techne-dev/?rev=59&view=rev Author: tonit Date: 2007-02-13 13:27:20 -0800 (Tue, 13 Feb 2007) Log Message: ----------- fixed deprecated dependency Modified Paths: -------------- sandbox/rickles/org.digivitality.techne.core/.classpath Modified: sandbox/rickles/org.digivitality.techne.core/.classpath =================================================================== --- sandbox/rickles/org.digivitality.techne.core/.classpath 2007-02-13 21:07:45 UTC (rev 58) +++ sandbox/rickles/org.digivitality.techne.core/.classpath 2007-02-13 21:27:20 UTC (rev 59) @@ -1,11 +1,10 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/> - <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.9.jar"/> - <classpathentry combineaccessrules="false" kind="src" path="/org.digivitality.techne.shell"/> - <classpathentry sourcepath="C:/Workspace/Projects/JAVA/ApacheFelix" kind="lib" path="lib/felix.jar"/> - <classpathentry sourcepath="/org.digivitality.techne.bundle/src/org/digivitality/techne/bundle" kind="lib" path="bundle/org.digivitality.techne.bundle_1.0.0.jar"/> - <classpathentry kind="output" path="classes"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/> + <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.9.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/org.digivitality.techne.shell"/> + <classpathentry kind="lib" path="lib/felix.jar" sourcepath="C:/Workspace/Projects/JAVA/ApacheFelix"/> + <classpathentry kind="output" path="classes"/> +</classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |