Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Davis2013-05-03 15:28:12 +0000
committerMatthew Davis2013-05-03 15:28:12 +0000
commitd1b70daa1b821bfb23cdadd418377d2e59cb4c21 (patch)
tree5174551d7df67084978be5ddbbade0169a8d1254 /org.eclipse.stem.internal.data.geography.earthscience.2007.models
parent447e8786eef6c719932ed48ac87a19bcb709c28f (diff)
downloadorg.eclipse.stem.data.earthscience-master.tar.gz
org.eclipse.stem.data.earthscience-master.tar.xz
org.eclipse.stem.data.earthscience-master.zip
Updating earth science project build scriptsHEADmasterSTEM_2_0_0
Diffstat (limited to 'org.eclipse.stem.internal.data.geography.earthscience.2007.models')
-rw-r--r--org.eclipse.stem.internal.data.geography.earthscience.2007.models/.gitignore1
-rwxr-xr-xorg.eclipse.stem.internal.data.geography.earthscience.2007.models/update.xml16
2 files changed, 9 insertions, 8 deletions
diff --git a/org.eclipse.stem.internal.data.geography.earthscience.2007.models/.gitignore b/org.eclipse.stem.internal.data.geography.earthscience.2007.models/.gitignore
new file mode 100644
index 00000000..cd784477
--- /dev/null
+++ b/org.eclipse.stem.internal.data.geography.earthscience.2007.models/.gitignore
@@ -0,0 +1 @@
+temp/ \ No newline at end of file
diff --git a/org.eclipse.stem.internal.data.geography.earthscience.2007.models/update.xml b/org.eclipse.stem.internal.data.geography.earthscience.2007.models/update.xml
index 30bce7fb..ba613a83 100755
--- a/org.eclipse.stem.internal.data.geography.earthscience.2007.models/update.xml
+++ b/org.eclipse.stem.internal.data.geography.earthscience.2007.models/update.xml
@@ -97,18 +97,18 @@
<!-- 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}/${ID_ROOT}.internal.data.geography/${targetBin}" />
- <pathelement location="${pluginRootDirectory}/${ID_ROOT}.internal.data.geography.models/${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}/../org.eclipse.stem.data/${ID_ROOT}.internal.data/${targetBin}" />
+ <pathelement location="${pluginRootDirectory}/../org.eclipse.stem.data/geography/${ID_ROOT}.internal.data.geography/${targetBin}" />
+ <pathelement location="${pluginRootDirectory}/../org.eclipse.stem.data/geography/${ID_ROOT}.internal.data.geography.models/${targetBin}" />
<pathelement location="${pluginRootDirectory}/${ID_ROOT}.internal.data.geography.earthscience/${targetBin}" />
- <pathelement location="${pluginRootDirectory}/${ID_ROOT}.data.geography/${targetBin}" />
+ <pathelement location="${pluginRootDirectory}/../org.eclipse.stem.data/geography/${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}/../org.eclipse.stem.data/${ID_ROOT}.internal.data/lib/">
<include name="*emf*.jar" />
</fileset>
</path>

Back to the top