From: Byron S. <bsa...@us...> - 2005-05-19 03:42:42
|
bsaltysiak 05/05/18 20:42:36 Modified: flash/src/plugin-resources/as2api/parse parser.rb as_io.rb lexer.rb flash/src/plugin-resources/as2api api_model.rb api_loader.rb xmlwriter.rb style.css html_output.rb documenter.rb doc_comment.rb flash plugin.jelly Log: changed to ascii Revision Changes Path 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/parse/parser.rb 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/parse/as_io.rb 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/parse/lexer.rb 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/api_model.rb 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/api_loader.rb 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/xmlwriter.rb 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/style.css 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/html_output.rb 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/documenter.rb 1.2 +0 -0 maven-plugins/flash/src/plugin-resources/as2api/doc_comment.rb 1.2 +92 -92 maven-plugins/flash/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/flash/plugin.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.jelly 19 May 2005 03:42:04 -0000 1.1 +++ plugin.jelly 19 May 2005 03:42:36 -0000 1.2 @@ -1,93 +1,93 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!-- -/* - * Copyright 2004 Byron Saltysiak - * - * Protected by the GNU General Public License. - * - * - */ - --> - -<project xmlns:j="jelly:core" - xmlns:license="license" - xmlns:util="jelly:util" - xmlns:ant="jelly:ant" - xmlns:doc="doc" - xmlns:artifact="artifact" - xmlns:caller="caller"> - - <!-- ==================================================== --> - <!-- REPORT GOALS --> - <!-- ==================================================== --> - - <goal name="maven-flash-docs-plugin:register" prereqs="xdoc:init"> - <doc:registerReport - name="Flash AS2Doc" - pluginName="maven-flash-docs-plugin" - link="flashdocs/frameset" - target="_blank" - description="AS2Doc for Flash" - /> - </goal> - <goal name="maven-flash-docs-plugin:deregister"> - <doc:deregisterReport name="Flash AS2Doc"/> - </goal> - <goal name="maven-flash-docs-plugin:report"> - <attainGoal name="flash:docs"/> - <ant:echo>copying ${maven.flash.docs.output.dir} to ${maven.gen.docs}</ant:echo> - - <ant:copy todir="${basedir}/target/docs/flashdocs"> - <fileset dir="${maven.flash.docs.output.dir}"/> - </ant:copy> - <!-- - <ant:copy todir="${maven.gen.docs}/flashdocs"> - <fileset dir="${maven.flash.docs.output.dir}"/> - </ant:copy> - --> - </goal> - - <!-- ==================================================== --> - <!-- COMPILE GOALS --> - <!-- ==================================================== --> - - <goal name="flash:init"> - <ant:exec executable="mtasc" failifexecutionfails="true" output="/dev/null"/> - </goal> - - <goal name="flash:compile"> - <ant:exec executable="/usr/local/bin/mtasc" failonerror="true" dir="./src"> - <arg value="-pack"/> - <arg value="${maven.flash.src.dir}"/> - <arg value="-cp"/> - <arg value="/usr/local/bin/std"/> - <arg value="-cp"/> - <arg value="/home/bsalty/work/Classes"/> - <arg value="-mx"/> - <arg value="-v"/> - <j:if test="${maven.flash.mx.classes}"> - - </j:if> - <arg value="-swf"/> - <arg value="sample_chat.swf"/> - </ant:exec> - </goal> - - <!-- ==================================================== --> - <!-- DOC GOALS --> - <!-- ==================================================== --> - - <goal name="flash:docs"> - <ant:exec executable="ruby" failonerror="true" dir="${plugin.resources}/as2api"> - <arg value="${plugin.resources}/as2api/documenter.rb"/> - <arg value="${maven.flash.src.dir}"/> - <!-- <arg value="${maven.flash.docs.output.dir}"/> --> - </ant:exec> - - <ant:move todir="${maven.flash.docs.output.dir}"> - <fileset dir="${plugin.resources}/as2api/apidocs"/> - </ant:move> - <ant:copy file="${plugin.resources}/as2api/style.css" tofile="${maven.flash.docs.output.dir}/style.css" /> - </goal> - +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- +/* + * Copyright 2004 Byron Saltysiak + * + * Protected by the GNU General Public License. + * + * + */ + --> + +<project xmlns:j="jelly:core" + xmlns:license="license" + xmlns:util="jelly:util" + xmlns:ant="jelly:ant" + xmlns:doc="doc" + xmlns:artifact="artifact" + xmlns:caller="caller"> + + <!-- ==================================================== --> + <!-- REPORT GOALS --> + <!-- ==================================================== --> + + <goal name="maven-flash-docs-plugin:register" prereqs="xdoc:init"> + <doc:registerReport + name="Flash AS2Doc" + pluginName="maven-flash-docs-plugin" + link="flashdocs/frameset" + target="_blank" + description="AS2Doc for Flash" + /> + </goal> + <goal name="maven-flash-docs-plugin:deregister"> + <doc:deregisterReport name="Flash AS2Doc"/> + </goal> + <goal name="maven-flash-docs-plugin:report"> + <attainGoal name="flash:docs"/> + <ant:echo>copying ${maven.flash.docs.output.dir} to ${maven.gen.docs}</ant:echo> + + <ant:copy todir="${basedir}/target/docs/flashdocs"> + <fileset dir="${maven.flash.docs.output.dir}"/> + </ant:copy> + <!-- + <ant:copy todir="${maven.gen.docs}/flashdocs"> + <fileset dir="${maven.flash.docs.output.dir}"/> + </ant:copy> + --> + </goal> + + <!-- ==================================================== --> + <!-- COMPILE GOALS --> + <!-- ==================================================== --> + + <goal name="flash:init"> + <ant:exec executable="mtasc" failifexecutionfails="true" output="/dev/null"/> + </goal> + + <goal name="flash:compile"> + <ant:exec executable="/usr/local/bin/mtasc" failonerror="true" dir="./src"> + <arg value="-pack"/> + <arg value="${maven.flash.src.dir}"/> + <arg value="-cp"/> + <arg value="/usr/local/bin/std"/> + <arg value="-cp"/> + <arg value="/home/bsalty/work/Classes"/> + <arg value="-mx"/> + <arg value="-v"/> + <j:if test="${maven.flash.mx.classes}"> + + </j:if> + <arg value="-swf"/> + <arg value="sample_chat.swf"/> + </ant:exec> + </goal> + + <!-- ==================================================== --> + <!-- DOC GOALS --> + <!-- ==================================================== --> + + <goal name="flash:docs"> + <ant:exec executable="ruby" failonerror="true" dir="${plugin.resources}/as2api"> + <arg value="${plugin.resources}/as2api/documenter.rb"/> + <arg value="${maven.flash.src.dir}"/> + <!-- <arg value="${maven.flash.docs.output.dir}"/> --> + </ant:exec> + + <ant:move todir="${maven.flash.docs.output.dir}"> + <fileset dir="${plugin.resources}/as2api/apidocs"/> + </ant:move> + <ant:copy file="${plugin.resources}/as2api/style.css" tofile="${maven.flash.docs.output.dir}/style.css" /> + </goal> + </project> \ No newline at end of file |