Author: hibou
Date: Thu Jan 13 13:06:14 2011
New Revision: 1058537
URL: http://svn.apache.org/viewvc?rev=1058537&view=rev
Log:
IVYDE-264:
- add some branding once IvyDE is installed in an Eclipse
Added:
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/about.ini
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/icons/logo32x32.gif (with
props)
Modified:
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties
ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml
Added: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/about.ini
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/about.ini?rev=1058537&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/about.ini (added)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/about.ini Thu Jan 13 13:06:14
2011
@@ -0,0 +1,19 @@
+# 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=Apache IvyDE\n\
+\n\
+Copyright © 2011 The Apache Software Foundation, Licensed under the Apache
License, Version 2.0.\n\
+\n\
+Apache IvyDE, Apache Ivy, Apache Ant, IvyDE, Ivy, Ant, Apache, the Apache
IvyDE logo, the Apache Ivy logo,\n\
+the Apache Ant logo and the Apache feather logo are trademarks of The Apache
Software Foundation.
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=icons/logo32x32.gif
\ No newline at end of file
Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties?rev=1058537&r1=1058536&r2=1058537&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties Thu Jan 13
13:06:14 2011
@@ -23,7 +23,8 @@ bin.includes = plugin.xml,\
icons/,\
META-INF/,\
doc/,\
- xsd/
+ xsd/,\
+ about.ini
module.type = tools
@@ -41,4 +42,5 @@ src.includes = plugin.xml,\
.classpath,\
.settings/,\
META-INF/,\
- xsd/
+ xsd/,\
+ about.ini
Added: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/icons/logo32x32.gif
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/icons/logo32x32.gif?rev=1058537&view=auto
==============================================================================
Binary file - no diff available.
Propchange: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/icons/logo32x32.gif
------------------------------------------------------------------------------
svn:mime-type = image/gif
Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml?rev=1058537&r1=1058536&r2=1058537&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml Thu Jan 13
13:06:14 2011
@@ -21,7 +21,8 @@
id="org.apache.ivyde.feature"
label="%featureName"
version="2.2.0.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ plugin="org.apache.ivyde.eclipse">
<description url="http://www.apache.org/dist/ant/ivyde/updatesite">
%description