| author | Lukas Ladenberger | 2012-03-27 09:26:35 (EDT) |
|---|---|---|
| committer | Michael Jastram | 2012-04-05 06:40:10 (EDT) |
| commit | 0258fc04e082304dd850b80572647bcfdbfbb446 (patch) (side-by-side diff) | |
| tree | 6e541a7fc6bb7c857529ae06391fb3f4fe9475fd | |
| parent | 7e1c32c0398dab1eaeef0c51357d95de55ced1de (diff) | |
| download | org.eclipse.rmf-0258fc04e082304dd850b80572647bcfdbfbb446.zip org.eclipse.rmf-0258fc04e082304dd850b80572647bcfdbfbb446.tar.gz org.eclipse.rmf-0258fc04e082304dd850b80572647bcfdbfbb446.tar.bz2 | |
fixed bug #Bug 375231 - ProR should allow installation of plugins
| -rw-r--r-- | org.eclipse.rmf.pror.reqif10/pror-standalone.target | 1 | ||||
| -rw-r--r-- | org.eclipse.rmf.pror.reqif10/pror.product | 21 |
2 files changed, 12 insertions, 10 deletions
diff --git a/org.eclipse.rmf.pror.reqif10/pror-standalone.target b/org.eclipse.rmf.pror.reqif10/pror-standalone.target index 0bbe3b9..b069d6e 100644 --- a/org.eclipse.rmf.pror.reqif10/pror-standalone.target +++ b/org.eclipse.rmf.pror.reqif10/pror-standalone.target @@ -11,6 +11,7 @@ <unit id="org.eclipse.emf.sdk.feature.group" version="2.7.0.v20110606-0949"/> <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"/> +<unit id="org.eclipse.equinox.sdk.feature.group" version="3.7.1.R37x_v20110907-7M7W8h8eNV4Vrz-hz01A7SL_MhZP"/> <repository location="http://download.eclipse.org/releases/indigo"/> </location> <location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> diff --git a/org.eclipse.rmf.pror.reqif10/pror.product b/org.eclipse.rmf.pror.reqif10/pror.product index 408e027..0e14713 100644 --- a/org.eclipse.rmf.pror.reqif10/pror.product +++ b/org.eclipse.rmf.pror.reqif10/pror.product @@ -6,15 +6,15 @@ <aboutInfo>
<image path="/org.eclipse.rmf.pror.reqif10/pror-about.png"/>
<text>
- ProR - Requirements Management Platform
-
-part of the
-
-Eclipse Requirements Management Framework (RMF)
-
-Version: (Incubation Submission)
-
-(c) Copyright Formal Mind GmbH, itemis AG and others 2011. All rights reserved.
+ ProR - Requirements Management Platform + +part of the + +Eclipse Requirements Management Framework (RMF) + +Version: (Incubation Submission) + +(c) Copyright Formal Mind GmbH, itemis AG and others 2011. All rights reserved. Visit http://eclipse.org/rmf
</text>
</aboutInfo>
@@ -56,7 +56,7 @@ Visit http://eclipse.org/rmf <license>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<text>
- Eclipse Public License - v 1.0
+ Eclipse Public License - v 1.0 All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
</text>
</license>
@@ -74,6 +74,7 @@ All rights reserved. This program and the accompanying materials are made avai <feature id="org.eclipse.emf.edit"/>
<feature id="org.eclipse.emf.edit.ui"/>
<feature id="org.eclipse.emf.common.ui"/>
+ <feature id="org.eclipse.equinox.p2.user.ui"/>
</features>
|

