Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Davis2013-05-01 17:52:35 +0000
committerMatthew Davis2013-05-01 17:52:35 +0000
commit638a5c42229a6da6572c8f0a4d64f858497e96ce (patch)
tree01596d8a2473b6aa4c1278e60e9bcd3a67bad861 /geography/org.eclipse.stem.internal.data.geography
parentac92e50232cb7a3e1cadfd104225bc3e38c12b6c (diff)
downloadorg.eclipse.stem.data-638a5c42229a6da6572c8f0a4d64f858497e96ce.tar.gz
org.eclipse.stem.data-638a5c42229a6da6572c8f0a4d64f858497e96ce.tar.xz
org.eclipse.stem.data-638a5c42229a6da6572c8f0a4d64f858497e96ce.zip
Updates to data generation ant scripts for Git migration
Diffstat (limited to 'geography/org.eclipse.stem.internal.data.geography')
-rw-r--r--geography/org.eclipse.stem.internal.data.geography/.gitignore (renamed from geography/org.eclipse.stem.internal.data.geography/.cvsignore)0
-rw-r--r--geography/org.eclipse.stem.internal.data.geography/update.xml10
2 files changed, 5 insertions, 5 deletions
diff --git a/geography/org.eclipse.stem.internal.data.geography/.cvsignore b/geography/org.eclipse.stem.internal.data.geography/.gitignore
index 9c595a6..9c595a6 100644
--- a/geography/org.eclipse.stem.internal.data.geography/.cvsignore
+++ b/geography/org.eclipse.stem.internal.data.geography/.gitignore
diff --git a/geography/org.eclipse.stem.internal.data.geography/update.xml b/geography/org.eclipse.stem.internal.data.geography/update.xml
index 76b9bb1..fcac5a1 100644
--- a/geography/org.eclipse.stem.internal.data.geography/update.xml
+++ b/geography/org.eclipse.stem.internal.data.geography/update.xml
@@ -93,15 +93,15 @@
<!-- The class path to use -->
<path id="classpath.runtime">
<pathelement location="${path.sourceplugin}/${targetBin}" />
- <pathelement location="${pluginRootDirectory}/${ID_ROOT}.core/${targetBin}" />
- <pathelement location="${pluginRootDirectory}/${ID_ROOT}.definitions/${targetBin}" />
- <pathelement location="${pluginRootDirectory}/${ID_ROOT}.geography/${targetBin}" />
- <pathelement location="${pluginRootDirectory}/${ID_ROOT}.internal.data/${targetBin}" />
+ <pathelement location="${pluginRootDirectory}/../../org.eclipse.stem/core/${ID_ROOT}.core/${targetBin}" />
+ <pathelement location="${pluginRootDirectory}/../../org.eclipse.stem/core/${ID_ROOT}.definitions/${targetBin}" />
+ <pathelement location="${pluginRootDirectory}/../../org.eclipse.stem/core/${ID_ROOT}.geography/${targetBin}" />
+ <pathelement location="${pluginRootDirectory}/../${ID_ROOT}.internal.data/${targetBin}" />
<pathelement location="${pluginRootDirectory}/${ID_ROOT}.data.geography/${targetBin}" />
<fileset dir="${baseLocation}/plugins/">
<include name="*emf*.jar" />
</fileset>
- <fileset dir="${pluginRootDirectory}/${ID_ROOT}.internal.data/lib/">
+ <fileset dir="${pluginRootDirectory}/../${ID_ROOT}.internal.data/lib/">
<include name="*emf*.jar" />
</fileset>
</path>

Back to the top