- Revision
- 715
- Author
- tastapod
- Date
- 2007-03-30 08:22:04 -0500 (Fri, 30 Mar 2007)
Log Message
[dn] changes for release 1.0.1
Modified Paths
- trunk/build.xml
- trunk/plugins/eclipse/eclipse-site/site.xml
- trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF
- trunk/plugins/eclipse/org.jbehave.plugin.eclipse.feature/feature.xml
- trunk/plugins/intellij/META-INF/plugin.xml
Diff
Modified: trunk/build.xml (714 => 715)
--- trunk/build.xml 2007-03-28 17:01:35 UTC (rev 714) +++ trunk/build.xml 2007-03-30 13:22:04 UTC (rev 715) @@ -35,7 +35,7 @@ <property name="jbehave_jar" location="${binaries_dir}/jbehave-${version}.jar" /> <property name="jbehave_src_zip" location="${binaries_dir}/jbehave-${version}-src.zip" /> <property name="website_dist_dir" location="${dist_dir}/website"/> - <property name="javadoc_dist_dir" location="${website_dist_dir}/javadoc"/> + <property name="javadoc_dist_dir" location="${website_dist_dir}/javadoc/${version}"/> <!-- examples --> <property name="example" value="hellbound" />
Modified: trunk/plugins/eclipse/eclipse-site/site.xml (714 => 715)
--- trunk/plugins/eclipse/eclipse-site/site.xml 2007-03-28 17:01:35 UTC (rev 714) +++ trunk/plugins/eclipse/eclipse-site/site.xml 2007-03-30 13:22:04 UTC (rev 715) @@ -3,7 +3,7 @@ <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"> + <feature url="" id="org.jbehave.plugin.eclipse.feature" version="1.0.1" 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"/>
Modified: trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF (714 => 715)
--- trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF 2007-03-28 17:01:35 UTC (rev 714) +++ trunk/plugins/eclipse/org.jbehave.plugin.eclipse/META-INF/MANIFEST.MF 2007-03-30 13:22:04 UTC (rev 715) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: JBehave for Eclipse Bundle-SymbolicName: org.jbehave.plugin.eclipse;singleton:=true -Bundle-Version: 1.1.0 +Bundle-Version: 1.0.1 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 (714 => 715)
--- trunk/plugins/eclipse/org.jbehave.plugin.eclipse.feature/feature.xml 2007-03-28 17:01:35 UTC (rev 714) +++ trunk/plugins/eclipse/org.jbehave.plugin.eclipse.feature/feature.xml 2007-03-30 13:22:04 UTC (rev 715) @@ -2,7 +2,7 @@ <feature id="org.jbehave.plugin.eclipse.feature" label="JBehave for Eclipse" - version="1.1.0" + version="1.0.1" provider-name="JBehave" os="linux,macosx,win32" ws="carbon,gtk,motif,win32"
Modified: trunk/plugins/intellij/META-INF/plugin.xml (714 => 715)
--- trunk/plugins/intellij/META-INF/plugin.xml 2007-03-28 17:01:35 UTC (rev 714) +++ trunk/plugins/intellij/META-INF/plugin.xml 2007-03-30 13:22:04 UTC (rev 715) @@ -2,10 +2,10 @@ <idea-plugin> <name>JBehave Plugin</name> <description>JBehave Launcher that launches the verification process of the current behavior.</description> - <version>1.1.0</version> - <vendor logo="/behave.png" url="" + <version>1.0.1</version> + <vendor logo="/behave.png" url="" email="[EMAIL PROTECTED]">JBehave</vendor> <change-notes> - Formal release + First formal release </change-notes> <idea-version since-build="5784"/>
To unsubscribe from this list please visit:
