You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2010/06/28 23:09:07 UTC

svn commit: r958740 - /harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.feature/feature.xml

Author: tellison
Date: Mon Jun 28 21:09:07 2010
New Revision: 958740

URL: http://svn.apache.org/viewvc?rev=958740&view=rev
Log:
Update copyright date and dependency versions.

Modified:
    harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.feature/feature.xml

Modified: harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.feature/feature.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.feature/feature.xml?rev=958740&r1=958739&r2=958740&view=diff
==============================================================================
--- harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.feature/feature.xml (original)
+++ harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.feature/feature.xml Mon Jun 28 21:09:07 2010
@@ -2,7 +2,7 @@
 <feature
       id="org.apache.harmony.eclipse.jdt.launching.feature"
       label="Harmony Runtime Support"
-      version="1.3"
+      version="1.3.1"
       provider-name="Apache Software Foundation">
 
    <description url="http://harmony.apache.org">
@@ -10,7 +10,7 @@
    </description>
 
    <copyright>
-      Copyright (c) 2000, 2009 The Apache Software Foundation or its
+      Copyright (c) 2000, 2010 The Apache Software Foundation or its
 licensors, as applicable.
    </copyright>
 
@@ -223,22 +223,22 @@ licensors, as applicable.
       <import plugin="org.eclipse.core.runtime"/>
       <import plugin="org.eclipse.debug.core"/>
       <import plugin="org.eclipse.jdt.core"/>
-      <import plugin="org.eclipse.jdt.debug"/>
-      <import plugin="org.eclipse.jdt.launching"/>
+      <import plugin="org.eclipse.jdt.launching" version="3.3.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jdt.core" version="3.3.0" match="greaterOrEqual"/>
    </requires>
 
    <plugin
          id="org.apache.harmony.eclipse.jdt.launching"
          download-size="50"
          install-size="50"
-         version="0.0.0"
+         version="1.2.0"
          unpack="false"/>
 
    <plugin
          id="org.apache.harmony.eclipse.jdt.launching.environments"
          download-size="10"
          install-size="10"
-         version="0.0.0"
+         version="1.4.0"
          unpack="false"/>
 
 </feature>