Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Eberle2014-06-19 17:22:01 +0000
committerMarkus Knauer2014-06-22 11:12:22 +0000
commit0c65cb940732a7562e8c998077466729981d5344 (patch)
treed74ba7ce4f134b56cbd06ef140e8c2d24c54beb8
parent098dedbb00ce5eccfd6f9b3fe01d499abd4d4918 (diff)
downloadorg.eclipse.epp.packages-0c65cb940732a7562e8c998077466729981d5344.tar.gz
org.eclipse.epp.packages-0c65cb940732a7562e8c998077466729981d5344.tar.xz
org.eclipse.epp.packages-0c65cb940732a7562e8c998077466729981d5344.zip
Updated package description, testers and new and noteworthy links
-rw-r--r--packages/org.eclipse.epp.package.automotive.feature/epp.website.xml10
-rw-r--r--packages/org.eclipse.epp.package.automotive.feature/feature.properties3
2 files changed, 9 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.automotive.feature/epp.website.xml b/packages/org.eclipse.epp.package.automotive.feature/epp.website.xml
index b946d93e..44b49ffa 100644
--- a/packages/org.eclipse.epp.package.automotive.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.automotive.feature/epp.website.xml
@@ -14,17 +14,23 @@
bugzillaComponentId="automotive-package"
testPlan="http://www.eclipse.org/epp/testplan.php" >
<!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
- <description><![CDATA[This package contains frameworks and tools used for the development of embedded automotive software: In addition to Eclipse Platform, Java Development Tools, and Plug-in Development Environment, it includes EMF, Sphinx, GMF, Xtext, Xpand, UML2, selected other modeling components, C/C++ development tools, and XML/XSD editors and tools. It comes with the complete SDKs, i.e., provides runtime binaries, source code, and documentation.]]></description>
+ <description><![CDATA[This package contains frameworks and tools used for the development of embedded automotive software: In addition to Eclipse Platform, Java Development Tools, and Plug-in Development Environment, it includes EMF, Sphinx, GMF, Xtext, Xtend, Xpand, UML2, selected other modeling components, C/C++ development tools, and XML/XSD editors and tools. To keep the package at a reasonable size, it includes only the runtime binaries but no source code and no developer documentation.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Stephan Eberle</tester>
- <tester>Amine Lajmi</tester>
+ <tester>Idrissa Dieng</tester>
</packageTesters>
</packageMetaData>
<MoreInfo>
<NewAndNoteworthy
url="http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M7-201405010200/news/"
project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="https://wiki.eclipse.org/CDT/User/NewIn84"
+ project="Eclipse CDT" />
+ <NewAndNoteworthy
+ url="https://wiki.eclipse.org/EMF_Compare/ReleaseReview/Luna#New_.26_Noteworthy"
+ project="EMF Compare" />
</MoreInfo>
<!-- version, the RCP version to build. This is used to determine the file
diff --git a/packages/org.eclipse.epp.package.automotive.feature/feature.properties b/packages/org.eclipse.epp.package.automotive.feature/feature.properties
index 7bc5fae9..0523c242 100644
--- a/packages/org.eclipse.epp.package.automotive.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.automotive.feature/feature.properties
@@ -11,7 +11,7 @@
################################################################################
description = \
-This package contains frameworks and tools used for the development of embedded automotive software: In addition to Eclipse Platform, Java Development Tools, and Plug-in Development Environment, it includes EMF, GMF, Xtext, Xpand, UML2, selected other modeling components, C/C++ development tools, and XML/XSD editors and tools. It comes with the complete SDKs, i.e., provides runtime binaries, source code, and documentation.
+This package contains frameworks and tools used for the development of embedded automotive software: In addition to Eclipse Platform, Java Development Tools, and Plug-in Development Environment, it includes EMF, Sphinx, GMF, Xtext, Xtend, Xpand, UML2, selected other modeling components, C/C++ development tools, and XML/XSD editors and tools. To keep the package at a reasonable size, it includes only the runtime binaries but no source code and no developer documentation.
copyright = \
Copyright (c) 2007, 2014 Eclipse contributors and others.\n\
@@ -23,4 +23,3 @@ http://www.eclipse.org/legal/epl-v10.html\n\
Contributors:\n\
Innoopract Informationssysteme GmbH - initial API and implementation\n\
EclipseSource - ongoing development
-

Back to the top