Title: [713] trunk: [dn] updating for 1.1.0 release

Diff

Modified: trunk/core/src/java/org/jbehave/core/story/domain/World.java (712 => 713)

--- trunk/core/src/java/org/jbehave/core/story/domain/World.java	2007-03-23 14:22:27 UTC (rev 712)
+++ trunk/core/src/java/org/jbehave/core/story/domain/World.java	2007-03-28 16:49:35 UTC (rev 713)
@@ -22,7 +22,7 @@
  * be immutable and their hashCode() should play nice with their
  * equals().
  * 
- * @see HashMapWorld, CustomWorld, Given, CleansUpWorld
+ * @see HashMapWorld CustomWorld Given CleansUpWorld
  */
 public interface World {
     /**
@@ -44,4 +44,4 @@
      * Reset the world to its default state
      */
     void clear();
-}
\ No newline at end of file
+}

Modified: trunk/jbehave.ipr (712 => 713)

--- trunk/jbehave.ipr	2007-03-23 14:22:27 UTC (rev 712)
+++ trunk/jbehave.ipr	2007-03-28 16:49:35 UTC (rev 713)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project version="4" relativePaths="false">
+<project version="4" relativePaths="true">
   <component name="AntConfiguration">
     <defaultAnt bundledAnt="true" />
   </component>
@@ -262,7 +262,7 @@
       <module fileurl="file://$PROJECT_DIR$/website/website.iml" filepath="$PROJECT_DIR$/website/website.iml" />
     </modules>
   </component>
-  <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="false" project-jdk-name="1.4" />
+  <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="false" project-jdk-name="1.4" project-jdk-type="JavaSDK" />
   <component name="ProjectRunConfigurationManager" />
   <component name="RAILS_PROJECT_VIEW_PANE" />
   <component name="RUBY_DOC_SETTINGS">

Modified: trunk/plugins/eclipse/eclipse-site/site.xml (712 => 713)

--- trunk/plugins/eclipse/eclipse-site/site.xml	2007-03-23 14:22:27 UTC (rev 712)
+++ trunk/plugins/eclipse/eclipse-site/site.xml	2007-03-28 16:49:35 UTC (rev 713)
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-   <description url=""
-      JBehave for Eclipse
-   </description>
-   <feature url="" id="org.jbehave.plugin.eclipse.feature" version="1.0.0" os="linux,macosx,win32" ws="carbon,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 for Eclipse" label="JBehave for Eclipse"/>
-</site>
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <description url=""
+      JBehave for Eclipse
+   </description>
+   <feature url="" id="org.jbehave.plugin.eclipse.feature" version="1.1.0" os="linux,macosx,win32" ws="carbon,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 for Eclipse" label="JBehave for Eclipse"/>
+</site>

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

--- trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF	2007-03-23 14:22:27 UTC (rev 712)
+++ trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF	2007-03-28 16:49:35 UTC (rev 713)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JBehave for Eclipse
 Bundle-SymbolicName: org.jbehave.plugin.eclipse;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.1.0
 Bundle-Activator: org.jbehave.plugin.eclipse.JBehavePlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,

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

--- trunk/plugins/eclipse/org.jbehave.plugin.eclipse.feature/feature.xml	2007-03-23 14:22:27 UTC (rev 712)
+++ trunk/plugins/eclipse/org.jbehave.plugin.eclipse.feature/feature.xml	2007-03-28 16:49:35 UTC (rev 713)
@@ -1,23 +1,48 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.jbehave.plugin.eclipse.feature"
-      label="JBehave for Eclipse"
-      version="1.0.0"
-      provider-name="JBehave"
-      os="linux,macosx,win32"
-      ws="carbon,gtk,motif,win32"
-      nl="en_GB,en"
-      arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64">
-
-   <description url=""
-      JBehave for Eclipse
-   </description>
-
-   <copyright url=""
-      Copyright © 2003-2007 jbehave.org
-   </copyright>
-
-   <license url=""
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.jbehave.plugin.eclipse.feature"
+      label="JBehave for Eclipse"
+      version="1.1.0"
+      provider-name="JBehave"
+      os="linux,macosx,win32"
+      ws="carbon,gtk,motif,win32"
+      nl="en_GB,en"
+      arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64">
+
+   <description url=""
+      JBehave for Eclipse
+   </description>
+
+   <copyright url=""
+      Copyright (c) 2003-2007 jbehave.org
+
+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.
+   </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
@@ -42,17 +67,17 @@
 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>
-
-   <url>
-      <update label="JBehave for Eclipse" url=""
-   </url>
-
-   <plugin
-         id="org.jbehave.plugin.eclipse"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-</feature>
+OF THE POSSIBILITY OF SUCH DAMAGE.
+   </license>
+
+   <url>
+      <update label="JBehave for Eclipse" url=""
+   </url>
+
+   <plugin
+         id="org.jbehave.plugin.eclipse"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+</feature>

Modified: trunk/plugins/intellij/META-INF/plugin.xml (712 => 713)

--- trunk/plugins/intellij/META-INF/plugin.xml	2007-03-23 14:22:27 UTC (rev 712)
+++ trunk/plugins/intellij/META-INF/plugin.xml	2007-03-28 16:49:35 UTC (rev 713)
@@ -2,8 +2,8 @@
 <idea-plugin>
     <name>JBehave Plugin</name>
     <description>JBehave Launcher that launches the verification process of the current behavior.</description>
-    <version>1.0.1</version>
-    <vendor logo="/behave.png" url=""
+    <version>1.1.0</version>
+    <vendor logo="/behave.png" url=""
     <change-notes>
         Formal release
     </change-notes>

Modified: trunk/plugins/intellij/jbehave-intellij.iml (712 => 713)

--- trunk/plugins/intellij/jbehave-intellij.iml	2007-03-23 14:22:27 UTC (rev 712)
+++ trunk/plugins/intellij/jbehave-intellij.iml	2007-03-28 16:49:35 UTC (rev 713)
@@ -8,8 +8,9 @@
     <content url=""
       <sourceFolder url="" isTestSource="false" />
     </content>
-    <orderEntry type="jdk" jdkName="IDEA 6148" jdkType="IDEA JDK" />
+    <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="idea" level="application" />
     <orderEntryProperties />
   </component>
 </module>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to