Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Jastram2011-11-23 15:49:10 +0000
committerMichael Jastram2011-11-23 15:49:10 +0000
commit7af61fdfa54cd5ac868c417412093d479a675e8f (patch)
tree1f59e5992105172bf1be7cf40e59221101b768c9
parentcec6163ba72e4365c51d74b5f7656e2ad87f7030 (diff)
downloadorg.eclipse.rmf-7af61fdfa54cd5ac868c417412093d479a675e8f.tar.gz
org.eclipse.rmf-7af61fdfa54cd5ac868c417412093d479a675e8f.tar.xz
org.eclipse.rmf-7af61fdfa54cd5ac868c417412093d479a675e8f.zip
Adding target definition for ProR standalone
-rw-r--r--org.eclipse.rmf.pror.reqif10/pror-standalone.target21
1 files changed, 21 insertions, 0 deletions
diff --git a/org.eclipse.rmf.pror.reqif10/pror-standalone.target b/org.eclipse.rmf.pror.reqif10/pror-standalone.target
new file mode 100644
index 00000000..0d1b69b9
--- /dev/null
+++ b/org.eclipse.rmf.pror.reqif10/pror-standalone.target
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.6"?>
+
+<target includeMode="feature" name="pror-standalone" sequenceNumber="8">
+<locations>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.platform.ide" version="3.7.1.M20110909-1335"/>
+<repository location="http://download.eclipse.org/eclipse/updates/3.7/"/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.agilemore.agilegrid.feature.feature.group" version="1.2.0.M20081212-0001"/>
+<repository location="http://agilegrid.sourceforge.net/agilegrid/updatesite/"/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.emf.sdk.feature.group" version="2.7.1.v20110913-1526"/>
+<unit id="org.eclipse.emf.compare.feature.group" version="1.2.1.v20110913-0926"/>
+<unit id="org.eclipse.jdt.feature.group" version="3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK"/>
+<repository location="http://download.eclipse.org/releases/indigo"/>
+</location>
+</locations>
+</target>

Back to the top