Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2001-10-05 11:11:50 +0000
committerJared Burns2001-10-05 11:11:50 +0000
commitf0012cc455dda3d08bbf4151b750fd0d6dd2ee09 (patch)
tree4417ecbdbe827025bc082dc413cb6d1c5ec351be
parent05c6dd4db99a96ba1069fa67c32397af8d5430ea (diff)
downloadeclipse.platform.debug-f0012cc455dda3d08bbf4151b750fd0d6dd2ee09.tar.gz
eclipse.platform.debug-f0012cc455dda3d08bbf4151b750fd0d6dd2ee09.tar.xz
eclipse.platform.debug-f0012cc455dda3d08bbf4151b750fd0d6dd2ee09.zip
source folder rename
-rw-r--r--org.eclipse.debug.core/.classpath2
-rw-r--r--org.eclipse.debug.core/build.properties2
-rw-r--r--org.eclipse.debug.ui/.classpath2
-rw-r--r--org.eclipse.debug.ui/build.properties2
4 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index a6332293f..82af164d5 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="Eclipse Debug Core"/>
+ <classpathentry kind="src" path="core"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="src" sourcepath="JRE_SRC"/>
<classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
<classpathentry kind="lib"
diff --git a/org.eclipse.debug.core/build.properties b/org.eclipse.debug.core/build.properties
index 744f31333..b8078722f 100644
--- a/org.eclipse.debug.core/build.properties
+++ b/org.eclipse.debug.core/build.properties
@@ -2,4 +2,4 @@ bin.includes = .options,\
plugin.xml,\
*.jar
-source.dtcore.jar = Eclipse Debug Core/
+source.dtcore.jar = core/
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index a2e5df8a4..6bf66ac4f 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="Eclipse Debug UI"/>
+ <classpathentry kind="src" path="ui"/>
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
diff --git a/org.eclipse.debug.ui/build.properties b/org.eclipse.debug.ui/build.properties
index 9b4a74684..7a8450717 100644
--- a/org.eclipse.debug.ui/build.properties
+++ b/org.eclipse.debug.ui/build.properties
@@ -4,4 +4,4 @@ bin.includes = icons/,\
plugin.properties,\
*.jar
-source.dtui.jar = Eclipse Debug UI/
+source.dtui.jar = ui/

Back to the top