You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2011/01/11 14:32:59 UTC

svn commit: r1057616 - in /pivot/branches/3.x: scene-swt/.classpath ui-awt/.classpath ui-swt/.classpath

Author: gbrown
Date: Tue Jan 11 13:32:59 2011
New Revision: 1057616

URL: http://svn.apache.org/viewvc?rev=1057616&view=rev
Log: (empty)

Modified:
    pivot/branches/3.x/scene-swt/.classpath
    pivot/branches/3.x/ui-awt/.classpath
    pivot/branches/3.x/ui-swt/.classpath

Modified: pivot/branches/3.x/scene-swt/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/3.x/scene-swt/.classpath?rev=1057616&r1=1057615&r2=1057616&view=diff
==============================================================================
--- pivot/branches/3.x/scene-swt/.classpath (original)
+++ pivot/branches/3.x/scene-swt/.classpath Tue Jan 11 13:32:59 2011
@@ -4,6 +4,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/scene"/>
-	<classpathentry kind="lib" path="lib/swt-debug.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: pivot/branches/3.x/ui-awt/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/3.x/ui-awt/.classpath?rev=1057616&r1=1057615&r2=1057616&view=diff
==============================================================================
--- pivot/branches/3.x/ui-awt/.classpath (original)
+++ pivot/branches/3.x/ui-awt/.classpath Tue Jan 11 13:32:59 2011
@@ -4,7 +4,7 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/scene"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/scene-platform-awt"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/ui"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/scene-awt"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: pivot/branches/3.x/ui-swt/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/3.x/ui-swt/.classpath?rev=1057616&r1=1057615&r2=1057616&view=diff
==============================================================================
--- pivot/branches/3.x/ui-swt/.classpath (original)
+++ pivot/branches/3.x/ui-swt/.classpath Tue Jan 11 13:32:59 2011
@@ -4,8 +4,8 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/scene"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/scene-platform-swt"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/ui"/>
-	<classpathentry kind="lib" path="/scene-platform-swt/lib/swt-debug.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/scene-swt"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>