[551700] Fix packaging issues

Bug 551700

Change-Id: I72ba98c48b7db8d3e602408995bd5102ece194fb
Signed-off-by: Thomas Guiu <thomas.guiu@soyatec.com>
diff --git a/portfolio/org.eclipse.egf.portfolio.task.ant/about.ini b/portfolio/org.eclipse.egf.portfolio.task.ant/about.ini
new file mode 100644
index 0000000..46e430d
--- /dev/null
+++ b/portfolio/org.eclipse.egf.portfolio.task.ant/about.ini
@@ -0,0 +1,30 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=EGF (Eclipse Generation Factories) is a software factory tool with the purpose to generate software artifacts, such as code or application, in order to automate software development.\n\
+\n\Copyright (c) 2009, 2019 Thales Global Services\n\.  All rights reserved.\n\n\
+Visit http://eclipse.org/egf
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=egf.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page 
+# optional
+# tipsAndTricksHref=/org.eclipse.jdt.doc.user/tips/jdt_tips.html
diff --git a/portfolio/org.eclipse.egf.portfolio.task.ant/build.properties b/portfolio/org.eclipse.egf.portfolio.task.ant/build.properties
index 05c0556..458a7cb 100644
--- a/portfolio/org.eclipse.egf.portfolio.task.ant/build.properties
+++ b/portfolio/org.eclipse.egf.portfolio.task.ant/build.properties
@@ -17,5 +17,7 @@
                .,\
                about.html,\
                plugin.properties,\
+               egf.png,\
+               about.ini,\
                plugin.xml
 src.includes = about.html
diff --git a/portfolio/org.eclipse.egf.portfolio.task.ant/egf.png b/portfolio/org.eclipse.egf.portfolio.task.ant/egf.png
new file mode 100644
index 0000000..cf6a65c
--- /dev/null
+++ b/portfolio/org.eclipse.egf.portfolio.task.ant/egf.png
Binary files differ
diff --git a/portfolio/org.eclipse.egf.portfolio.task.ant/plugin.xml b/portfolio/org.eclipse.egf.portfolio.task.ant/plugin.xml
index cc6ff1d..a984edc 100644
--- a/portfolio/org.eclipse.egf.portfolio.task.ant/plugin.xml
+++ b/portfolio/org.eclipse.egf.portfolio.task.ant/plugin.xml
@@ -3,14 +3,16 @@
 
 <!--
  
-   Copyright (c) 2009-2010 Thales Corporate Services S.A.S.
-   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
-  
-   Contributors:
-       Thales Corporate Services S.A.S - initial API and implementation
+     Copyright (c) 2009-2010 Thales Corporate Services S.A.S.
+     This program and the accompanying materials
+     are made available under the terms of the Eclipse Public License v2.0
+     which accompanies this distribution, and is available at
+     https://www.eclipse.org/legal/epl-2.0
+
+     SPDX-License-Identifier: EPL-2.0
+    
+     Contributors:
+         Thales Corporate Services S.A.S - initial API and implementation
  
  -->