Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2011-10-24 14:04:52 +0000
committerSilenio Quarti2011-10-24 14:31:08 +0000
commit9b487c9cef71fdc9663bae32025890c2909f8800 (patch)
tree01e956764b6b9b209e3b960235d71e52410395e3
parentf32dd164a74a61d4604211d7305a48ded07cbcce (diff)
downloadeclipse.platform.swt-9b487c9cef71fdc9663bae32025890c2909f8800.tar.gz
eclipse.platform.swt-9b487c9cef71fdc9663bae32025890c2909f8800.tar.xz
eclipse.platform.swt-9b487c9cef71fdc9663bae32025890c2909f8800.zip
new repo for map files
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index bb0a7513e3..f73277388a 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -34,7 +34,7 @@
<property name="repo.src" value="../../../eclipse.platform.swt"/>
<property name="repo.bin" value="../../../eclipse.platform.swt.binaries"/>
- <property name="repo.common" value="../../../eclipse.platform.common"/>
+ <property name="repo.common" value="../../../eclipse.platform.releng.maps"/>
<property name="src_common" value="'bundles/org.eclipse.swt/Eclipse SWT/common/library' 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library' 'bundles/org.eclipse.swt/Eclipse SWT PI/common/library'"/>
<property name="src_win32" value="${src_common} 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library' 'bundles/org.eclipse.swt/Eclipse SWT AWT/win32/library' 'bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/library' 'bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/library'"/>

Back to the top