Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Davis2012-03-07 20:28:25 +0000
committerMatthew Davis2012-03-07 20:28:25 +0000
commit7e07dbbcccc1b25f56ca3652a0f19aec2c5e98ce (patch)
tree2e77cda2e99b57e3f09a5120088ef3fcb090688c
parent206a853a5742c1391e315c8af114673990102548 (diff)
downloadorg.eclipse.stem-7e07dbbcccc1b25f56ca3652a0f19aec2c5e98ce.tar.gz
org.eclipse.stem-7e07dbbcccc1b25f56ca3652a0f19aec2c5e98ce.tar.xz
org.eclipse.stem-7e07dbbcccc1b25f56ca3652a0f19aec2c5e98ce.zip
Adding GIS package to default build process
git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk@2825 92a21009-5b66-0410-b83a-dc787c41c6e9
-rw-r--r--features/org.eclipse.stem.core.feature/feature.xml14
-rw-r--r--releng/org.eclipse.stem.releng/maps/stem.map1
2 files changed, 8 insertions, 7 deletions
diff --git a/features/org.eclipse.stem.core.feature/feature.xml b/features/org.eclipse.stem.core.feature/feature.xml
index 4cc34d66a..600814438 100644
--- a/features/org.eclipse.stem.core.feature/feature.xml
+++ b/features/org.eclipse.stem.core.feature/feature.xml
@@ -64,13 +64,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.stem.analysis"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.stem.data.geography"
download-size="0"
install-size="0"
@@ -120,6 +113,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.stem.gis"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.stem.jobs"
download-size="0"
install-size="0"
diff --git a/releng/org.eclipse.stem.releng/maps/stem.map b/releng/org.eclipse.stem.releng/maps/stem.map
index f5414caee..67fcf82c2 100644
--- a/releng/org.eclipse.stem.releng/maps/stem.map
+++ b/releng/org.eclipse.stem.releng/maps/stem.map
@@ -46,6 +46,7 @@ plugin@org.eclipse.stem.doc=COPY,${source.path.docs},org.eclipse.stem.doc
!WS:STEM-Core
plugin@org.eclipse.stem.core=COPY,${source.path.core},org.eclipse.stem.core
plugin@org.eclipse.stem.definitions=COPY,${source.path.core},org.eclipse.stem.definitions
+plugin@org.eclipse.stem.gis=COPY,${source.path.core},org.eclipse.stem.gis
plugin@org.eclipse.stem.graphgenerators=COPY,${source.path.core},org.eclipse.stem.graphgenerators
plugin@org.eclipse.stem.jobs=COPY,${source.path.core},org.eclipse.stem.jobs
plugin@org.eclipse.stem.sequencers=COPY,${source.path.core},org.eclipse.stem.sequencers

Back to the top