Author: hibou
Date: Fri May 16 08:21:20 2008
New Revision: 657102
URL: http://svn.apache.org/viewvc?rev=657102&view=rev
Log:
Update of the feature description:
- add the required plugins
- little formatting of the Licence
Modified:
ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml
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=657102&r1=657101&r2=657102&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.feature/feature.xml Fri May 16
08:21:20 2008
@@ -23,27 +23,36 @@
version="2.0.0.qualifier"
provider-name="Apache Software Foundation">
- <description url="http://ant.apache.org/ivy/ivyde">
+ <description url="http://ant.apache.org/ivy/ivyde/">
Eclipse plugins for Ivy
</description>
<license url="http://www.apache.org/licenses/LICENSE-2.0">
- Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
+ Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the license. You may
obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
</license>
+ <requires>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.core.runtime"/>
+ <import plugin="org.eclipse.jface.text"/>
+ <import plugin="org.eclipse.ui.editors"/>
+ <import plugin="org.eclipse.ui.workbench.texteditor"/>
+ <import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.ui.ide"/>
+ <import plugin="org.eclipse.ui.forms"/>
+ <import plugin="org.eclipse.search"/>
+ <import plugin="org.eclipse.jdt.core"/>
+ <import plugin="org.eclipse.jdt.ui"/>
+ <import plugin="org.eclipse.ui.console"/>
+ <import plugin="org.eclipse.osgi"/>
+ <import plugin="org.apache.ant"/>
+ <import plugin="org.apache.oro"/>
+ <import plugin="org.apache.commons.vfs"/>
+ <import plugin="org.apache.commons.net"/>
+ <import plugin="org.apache.commons.httpclient"/>
+ <import plugin="com.jcraft.jsch"/>
+ </requires>
+
<plugin
id="org.apache.ivyde.eclipse"
download-size="0"