summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2008-07-03 13:34:02 +0000
committerKevin Barnes <krbarnes>2008-07-03 13:34:02 +0000
commitff32fcfa91ee6112c90efd6df27bc8925b64ad15 (patch)
tree6bb2ebcbea66b004670f058e2b08e1aee83a8822
parent2c61fd0db7a5c9441a827066ea2168fbcb03b6a9 (diff)
downloadeclipse.platform.swt-ff32fcfa91ee6112c90efd6df27bc8925b64ad15.tar.gz
eclipse.platform.swt-ff32fcfa91ee6112c90efd6df27bc8925b64ad15.tar.xz
eclipse.platform.swt-ff32fcfa91ee6112c90efd6df27bc8925b64ad15.zip
move MacGenerator to tools project.
-rw-r--r--bundles/org.eclipse.swt.tools/.classpath1
-rw-r--r--bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java (renamed from bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/MacGenerator.java)2
2 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools/.classpath b/bundles/org.eclipse.swt.tools/.classpath
index 95580a705e..e2d1f82c67 100644
--- a/bundles/org.eclipse.swt.tools/.classpath
+++ b/bundles/org.eclipse.swt.tools/.classpath
@@ -7,5 +7,6 @@
<classpathentry kind="src" path="NativeStats"/>
<classpathentry kind="src" path="Mozilla Generation"/>
<classpathentry kind="src" path="Icon Exe"/>
+ <!--<classpathentry kind="src" path="Mac Generation"/>-->
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/MacGenerator.java b/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java
index 7865ba7013..c1e4ad8c86 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/MacGenerator.java
+++ b/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
-package org.eclipse.swt.internal.cocoa;
+package org.eclipse.swt.tools.internal;
import java.io.BufferedOutputStream;