- Revision
- 658
- Author
- felix
- Date
- 2007-01-04 09:14:07 -0600 (Thu, 04 Jan 2007)
Log Message
[fl] more reorg
Added Paths
- trunk/plugins/eclipse/build-eclipse.xml
- trunk/plugins/eclipse/build.xml
- trunk/plugins/eclipse/directory.txt
- trunk/plugins/eclipse/eclipse-feature/
- trunk/plugins/eclipse/extract-feature-version.xslt
- trunk/plugins/eclipse/org.jbehave.plugin.eclipse/
- trunk/plugins/eclipse/site.xslt
Removed Paths
- trunk/plugins/build-eclipse.xml
- trunk/plugins/build.xml
- trunk/plugins/directory.txt
- trunk/plugins/eclipse-feature/
- trunk/plugins/extract-feature-version.xslt
- trunk/plugins/org.jbehave.plugin.eclipse/
- trunk/plugins/site.xslt
Diff
Deleted: trunk/plugins/build-eclipse.xml (657 => 658)
--- trunk/plugins/build-eclipse.xml 2007-01-04 15:09:03 UTC (rev 657) +++ trunk/plugins/build-eclipse.xml 2007-01-04 15:14:07 UTC (rev 658) @@ -1,49 +0,0 @@ -<project name="jbehave-eclipse" default="generate-scripts"> - <target name="generate-scripts"> - - - <property name="feature" value="org.jbehave.plugin.eclipse.feature"/> - <property name="elements" value="[EMAIL PROTECTED]"/> - - - <mkdir dir="build"/> - <eclipse.fetch elements="${elements}" - buildDirectory="." - - directory="directory.txt" - fetchTag="COPY"/> - - - <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}" 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.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"/> --> - - - - - <xslt style="site.xslt" in="version.xml" out="build/site/site.xml"/> - - </target> - </project> - -
Deleted: trunk/plugins/build.xml (657 => 658)
--- trunk/plugins/build.xml 2007-01-04 15:09:03 UTC (rev 657) +++ trunk/plugins/build.xml 2007-01-04 15:14:07 UTC (rev 658) @@ -1,20 +0,0 @@ -<project name="cc-build-jbehave-eclipse" default="build" basedir=""> - <!-- - Usage: - ant -DeclipseDir=<yourEclipseFolder> - --> - <target name="build" > - <condition property="eclipseDir" value="C:/Program Files/eclipse"> - <not> - <isset property="eclipseDir"></isset> - </not> - </condition> - <java fork="true" classname="org.eclipse.core.launcher.Main" classpath="${eclipseDir}/startup.jar" failonerror="true"> - <arg line="-application org.eclipse.ant.core.antRunner -buildfile build-eclipse.xml -DjavacFailOnError=true -DbuildLabel=${label}" /> - </java> - </target> - - <target name="clean"> - <delete dir="build"/> - </target> -</project> \ No newline at end of file
Deleted: trunk/plugins/directory.txt (657 => 658)
--- trunk/plugins/directory.txt 2007-01-04 15:09:03 UTC (rev 657) +++ trunk/plugins/directory.txt 2007-01-04 15:14:07 UTC (rev 658) @@ -1,2 +0,0 @@ [EMAIL PROTECTED],.,eclipse-feature [EMAIL PROTECTED],.,eclipse \ No newline at end of file
Copied: trunk/plugins/eclipse/build-eclipse.xml (from rev 654, trunk/plugins/build-eclipse.xml) (0 => 658)
--- trunk/plugins/eclipse/build-eclipse.xml (rev 0) +++ trunk/plugins/eclipse/build-eclipse.xml 2007-01-04 15:14:07 UTC (rev 658) @@ -0,0 +1,49 @@ +<project name="jbehave-eclipse" default="generate-scripts"> + <target name="generate-scripts"> + + + <property name="feature" value="org.jbehave.plugin.eclipse.feature"/> + <property name="elements" value="[EMAIL PROTECTED]"/> + + + <mkdir dir="build"/> + <eclipse.fetch elements="${elements}" + buildDirectory="." + + directory="directory.txt" + fetchTag="COPY"/> + + + <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}" 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.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"/> --> + + + + + <xslt style="site.xslt" in="version.xml" out="build/site/site.xml"/> + + </target> + </project> + +
Copied: trunk/plugins/eclipse/build.xml (from rev 654, trunk/plugins/build.xml) (0 => 658)
--- trunk/plugins/eclipse/build.xml (rev 0) +++ trunk/plugins/eclipse/build.xml 2007-01-04 15:14:07 UTC (rev 658) @@ -0,0 +1,20 @@ +<project name="cc-build-jbehave-eclipse" default="build" basedir=""> + <!-- + Usage: + ant -DeclipseDir=<yourEclipseFolder> + --> + <target name="build" > + <condition property="eclipseDir" value="C:/Program Files/eclipse"> + <not> + <isset property="eclipseDir"></isset> + </not> + </condition> + <java fork="true" classname="org.eclipse.core.launcher.Main" classpath="${eclipseDir}/startup.jar" failonerror="true"> + <arg line="-application org.eclipse.ant.core.antRunner -buildfile build-eclipse.xml -DjavacFailOnError=true -DbuildLabel=${label}" /> + </java> + </target> + + <target name="clean"> + <delete dir="build"/> + </target> +</project> \ No newline at end of file
Copied: trunk/plugins/eclipse/directory.txt (from rev 654, trunk/plugins/directory.txt) (0 => 658)
--- trunk/plugins/eclipse/directory.txt (rev 0) +++ trunk/plugins/eclipse/directory.txt 2007-01-04 15:14:07 UTC (rev 658) @@ -0,0 +1,2 @@ [EMAIL PROTECTED],.,eclipse-feature [EMAIL PROTECTED],.,eclipse \ No newline at end of file
Copied: trunk/plugins/eclipse/eclipse-feature (from rev 654, trunk/plugins/eclipse-feature) ( => )
Copied: trunk/plugins/eclipse/extract-feature-version.xslt (from rev 654, trunk/plugins/extract-feature-version.xslt) =================================================================== --- trunk/plugins/eclipse/extract-feature-version.xslt (rev 0) +++ trunk/plugins/eclipse/extract-feature-version.xslt 2007-01-04 15:14:07 UTC (rev 658) @@ -0,0 +1,16 @@ +<xsl:stylesheet version="1.0" +xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<xsl:template match="/"> +<feature> +<xsl:for-each select="feature"> +<name> +<xsl:value-of select="@id"/> +</name> + +<version> +<xsl:value-of select="@version"/> +</version> + </xsl:for-each> +</feature> +</xsl:template> +</xsl:stylesheet> \ No newline at end of file
Copied: trunk/plugins/eclipse/org.jbehave.plugin.eclipse (from rev 656, trunk/plugins/org.jbehave.plugin.eclipse) ( => )
Copied: trunk/plugins/eclipse/site.xslt (from rev 654, trunk/plugins/site.xslt) =================================================================== --- trunk/plugins/eclipse/site.xslt (rev 0) +++ trunk/plugins/eclipse/site.xslt 2007-01-04 15:14:07 UTC (rev 658) @@ -0,0 +1,23 @@ +<xsl:stylesheet version="1.0" +xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + <xsl:template match="/"> + <site> + <description url="" plugin</description> + + <xsl:for-each select="feature"> + <feature > + + <xsl:attribute name="url">features/<xsl:value-of select="name"/>_<xsl:value-of select="version"/>.jar</xsl:attribute> + <xsl:attribute name="id"><xsl:value-of select="name"/></xsl:attribute> + <xsl:attribute name="version"><xsl:value-of select="version"/></xsl:attribute> + + <category name="JBehave Plugin"/> + + </feature> + </xsl:for-each> + + <category-def name="JBehave Plugin" label="JBehave Plugin"/> + + </site> + </xsl:template> +</xsl:stylesheet>
Deleted: trunk/plugins/extract-feature-version.xslt (657 => 658)
--- trunk/plugins/extract-feature-version.xslt 2007-01-04 15:09:03 UTC (rev 657) +++ trunk/plugins/extract-feature-version.xslt 2007-01-04 15:14:07 UTC (rev 658) @@ -1,16 +0,0 @@ -<xsl:stylesheet version="1.0" -xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> -<xsl:template match="/"> -<feature> -<xsl:for-each select="feature"> -<name> -<xsl:value-of select="@id"/> -</name> - -<version> -<xsl:value-of select="@version"/> -</version> - </xsl:for-each> -</feature> -</xsl:template> -</xsl:stylesheet> \ No newline at end of file
Deleted: trunk/plugins/site.xslt (657 => 658)
--- trunk/plugins/site.xslt 2007-01-04 15:09:03 UTC (rev 657) +++ trunk/plugins/site.xslt 2007-01-04 15:14:07 UTC (rev 658) @@ -1,23 +0,0 @@ -<xsl:stylesheet version="1.0" -xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - <xsl:template match="/"> - <site> - <description url="" plugin</description> - - <xsl:for-each select="feature"> - <feature > - - <xsl:attribute name="url">features/<xsl:value-of select="name"/>_<xsl:value-of select="version"/>.jar</xsl:attribute> - <xsl:attribute name="id"><xsl:value-of select="name"/></xsl:attribute> - <xsl:attribute name="version"><xsl:value-of select="version"/></xsl:attribute> - - <category name="JBehave Plugin"/> - - </feature> - </xsl:for-each> - - <category-def name="JBehave Plugin" label="JBehave Plugin"/> - - </site> - </xsl:template> -</xsl:stylesheet>
To unsubscribe from this list please visit:
