You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2011/01/13 14:31:28 UTC

svn commit: r1058544 - in /ant/ivy/ivyde/trunk: org.apache.ivyde.eclipse/META-INF/MANIFEST.MF org.apache.ivyde.feature/feature.properties org.apache.ivyde.feature/feature.xml

Author: hibou
Date: Thu Jan 13 13:31:27 2011
New Revision: 1058544

URL: http://svn.apache.org/viewvc?rev=1058544&view=rev
Log:
IVYDE-264:
 - improve the branding in Eclipse

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF
    ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties
    ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF?rev=1058544&r1=1058543&r2=1058544&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF Thu Jan 13 13:31:27 2011
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: IvyDE Eclipse Plug-in
+Bundle-Name: Apache IvyDE
 Bundle-SymbolicName: org.apache.ivyde.eclipse; singleton:=true
 Bundle-Version: 2.2.0.qualifier
 Bundle-ClassPath: ivyde-eclipse.jar

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties?rev=1058544&r1=1058543&r2=1058544&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.properties Thu Jan 13 13:31:27 2011
@@ -22,7 +22,17 @@ providerName=Apache Software Foundation
 
 updateSiteName=The Apache IvyDE Updates
 
-description=IvyDE Eclipse plugin
+description=Apache IvyDE is the Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse.\n\
+\n\
+It lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects, or any other kind of project which needs dependency management. A summary of the features it provides follows:\n\
+\n\
+* Managed classpath container: automatic downloads, access to the Ivy "resolve" task from your IDE, and a feature allowing you to develop interdependent multi-module applications in one workspace.\n\
+* Ivy XML files editor: creation wizard, html preview and completion for Ivy XML tags, attributes, and attribute values.\n\
+* Ivy settings files editor: completion for XML tags, attributes, and attribute values.\n\
+* Ivy console: presents every log from Ivy to assist in debugging a failing resolve.\n\
+* Reverse Dependency Explorer: helps you work with conflicting dependencies amongst several projects.\n\
+\n\
+Apache IvyDE can be also used with other plugins like WTP and Apache Ant.
 
 license=Licensed to the Apache Software Foundation (ASF) under one\n\
 or more contributor license agreements.  See the NOTICE file\n\

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=1058544&r1=1058543&r2=1058544&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:31:27 2011
@@ -28,6 +28,10 @@
       %description
    </description>
 
+   <copyright>
+      Copyright © 2011 The Apache Software Foundation
+   </copyright>
+
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
       %license
    </license>