Title: [698] trunk/plugins/eclipse/eclipse-site: [EK DN] Moved eclipse plugin to 1.0.0
Revision
698
Author
sirenian
Date
2007-03-07 15:51:19 -0600 (Wed, 07 Mar 2007)

Log Message

[EK DN] Moved eclipse plugin to 1.0.0

Modified Paths


Property Changed

  • trunk/plugins/eclipse/org.jbehave.plugin.eclipse.test/

Diff

Modified: trunk/plugins/eclipse/eclipse-site/site.xml (697 => 698)

--- trunk/plugins/eclipse/eclipse-site/site.xml	2007-03-07 19:21:42 UTC (rev 697)
+++ trunk/plugins/eclipse/eclipse-site/site.xml	2007-03-07 21:51:19 UTC (rev 698)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
    <description url=""
-      JBehave plugin
+      JBehave for Eclipse
    </description>
-   <feature url="" id="org.jbehave.plugin.eclipse.feature" version="0.9.1">
-      <category name="JBehave Plugin"/>
+   <feature url="" id="org.jbehave.plugin.eclipse.feature" version="1.0.0" os="linux,macosx,win32" ws="gtk,motif,win32" nl="en_GB,en" arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64">
+      <category name="JBehave for Eclipse"/>
    </feature>
-   <category-def name="JBehave Plugin" label="JBehave Plugin"/>
+   <category-def name="JBehave for Eclipse" label="JBehave for Eclipse"/>
 </site>

Modified: trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF (697 => 698)

--- trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF	2007-03-07 19:21:42 UTC (rev 697)
+++ trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF	2007-03-07 21:51:19 UTC (rev 698)
@@ -1,8 +1,8 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: JBehave Plugin
+Bundle-Name: JBehave for Eclipse
 Bundle-SymbolicName: org.jbehave.plugin.eclipse;singleton:=true
-Bundle-Version: 0.9.1
+Bundle-Version: 1.0.0
 Bundle-Activator: org.jbehave.plugin.eclipse.JBehavePlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
@@ -26,3 +26,4 @@
 Bundle-Vendor: JBehave
 Bundle-ClassPath: eclipse-plugin.jar
 Export-Package: org.jbehave.plugin.eclipse
+Bundle-RequiredExecutionEnvironment: J2SE-1.4

Modified: trunk/plugins/eclipse/org.jbehave.plugin.eclipse.feature/feature.xml (697 => 698)

--- trunk/plugins/eclipse/org.jbehave.plugin.eclipse.feature/feature.xml	2007-03-07 19:21:42 UTC (rev 697)
+++ trunk/plugins/eclipse/org.jbehave.plugin.eclipse.feature/feature.xml	2007-03-07 21:51:19 UTC (rev 698)
@@ -1,45 +1,54 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="org.jbehave.plugin.eclipse.feature"
-      label="JBehave Feature"
-      version="0.9.1">
+      label="JBehave for Eclipse"
+      version="1.0.0"
+      provider-name="JBehave"
+      os="linux,macosx,win32"
+      ws="gtk,motif,win32"
+      nl="en_GB,en"
+      arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64">
 
-   <description url=""
-      JBehave Plugin
+   <description url=""
+      JBehave for Eclipse
    </description>
 
    <copyright url=""
-      Copyright © 2003-2006 jbehave.org
+      Copyright © 2003-2007 jbehave.org
    </copyright>
 
    <license url=""
-All rights reserved.
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-Neither the name of JBehave nor the names of its contributors
-may be used to endorse or promote products derived from this
-software without specific prior written permission.
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-&quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
-NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
-SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT,INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+      All rights reserved.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+Neither the name of JBehave nor the names of its contributors
+may be used to endorse or promote products derived from this
+software without specific prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+&quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
+NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
+SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+INDIRECT,INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.
-</license>
+   </license>
 
+   <url>
+      <update label="JBehave for Eclipse" url=""
+   </url>
+
    <plugin
          id="org.jbehave.plugin.eclipse"
          download-size="0"
@@ -47,4 +56,3 @@
          version="0.0.0"/>
 
 </feature>
-

Property changes: trunk/plugins/eclipse/org.jbehave.plugin.eclipse.test

Name: svn:ignore
   + bin


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to