- Revision
- 653
- Author
- felix
- Date
- 2007-01-04 04:42:02 -0600 (Thu, 04 Jan 2007)
Log Message
[FL] More fiddling with eclipse build...
Modified Paths
Diff
Modified: trunk/plugins/build-eclipse.xml (652 => 653)
--- trunk/plugins/build-eclipse.xml 2007-01-03 16:37:32 UTC (rev 652) +++ trunk/plugins/build-eclipse.xml 2007-01-04 10:42:02 UTC (rev 653) @@ -14,27 +14,33 @@ fetchTag="COPY"/> - <property name="featureAndPlugins" value="X"/> - <property name="featureOnly" value="X"/> - <property name="buildDirectory" value="build"/> - <ant antfile="fetch_${feature}.xml"/> + <ant antfile="fetch_${feature}.xml"> + <property name="featureAndPlugins" value="X"/> + <property name="featureOnly" value="X"/> + <property name="buildDirectory" value="build"/> + </ant> + <xslt extension="properties" style="extract-feature-version.xslt" in="build/features/${feature}/feature.xml" out="version.xml"/> <xmlproperty file="version.xml"/> - <eclipse.buildScript elements="${elements}" buildDirectory="build" baseLocation="${eclipse.home}" /> + <eclipse.buildScript elements="${elements}" children="true" buildDirectory="build" baseLocation="${eclipse.home}" /> + <mkdir dir="build/site/features" /> + <mkdir dir="build/site/plugins" /> - <ant dir="build/features/${feature}" antfile="build.xml" target="build.jars" /> + + <ant dir="build/features/${feature}" antfile="build.xml" target="build.update.jar" > + <property name="feature.destination" value="../../site/features"/> + <property name="plugin.destination" value="../../site/plugins"/> + </ant> <ant dir="build/features/${feature}" antfile="build.xml" target="zip.distribution" /> <!--<ant antfile="build/assemble.${feature}.all.xml"/> --> - - <mkdir dir="build/site" /> - <unzip dest="build/site" src="" - + + <xslt style="site.xslt" in="version.xml" out="build/site/site.xml"/> </target>
Modified: trunk/plugins/eclipse-feature/feature.xml (652 => 653)
--- trunk/plugins/eclipse-feature/feature.xml 2007-01-03 16:37:32 UTC (rev 652) +++ trunk/plugins/eclipse-feature/feature.xml 2007-01-04 10:42:02 UTC (rev 653) @@ -1,11 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <feature id="org.jbehave.plugin.eclipse.feature" - label="JBehave" - version="0.9.1" - provider-name="JBehave" - plugin="org.jbehave.eclipse" - image="behave.gif"> + label="JBehave Feature" + version="0.9.1"> <description url="" JBehave Plugin @@ -16,45 +13,38 @@ </copyright> <license url="" - Copyright © 2003-2006 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 -"AS IS" 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 +"AS IS" 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 Plugin for Eclipse" url="" - </url> - <plugin id="org.jbehave.plugin.eclipse" - os="linux,macosx,win32" - ws="carbon,gtk,motif,win32" - arch="ppc,x86" download-size="0" install-size="0" version="0.0.0"/> </feature> +
To unsubscribe from this list please visit:
