Skip to content

Commit

Permalink
gluegen-cpptasks*.xml jarred and deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
utgarda committed Sep 19, 2010
1 parent ed286cc commit 62d176e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions make/build.xml
Expand Up @@ -644,6 +644,9 @@
<include name="*gluegen-rt.${native.library.suffix-cdc}" />
</fileset>
</jar>
<jar destfile="${build}/gluegen-cpptasks.jar"
basedir="."
includes="gluegen-cpptasks*.xml, gluegen-properties.xml"/>

<!-- Copy antlr.jar into build directory for convenience so
gluegen.jar can be run via "java -jar". antlr.jar is
Expand Down Expand Up @@ -748,6 +751,10 @@
<!--<param name="artifactId" value="gluegen-rt-natives-cdc"/>-->
<!--<param name="description" value="Gluegen CDC runtime native libraries for ${os.and.arch}"/>-->
<!--</antcall>-->
<antcall target="maven.${mvn.task}.artifact" inheritall="true">
<param name="artifactId" value="gluegen-cpptasks"/>
<param name="description" value="GlueGen cpp tasks definitions"/>
</antcall>
</target>

<target name="maven.install" depends="init, gluegen.build">
Expand Down

0 comments on commit 62d176e

Please sign in to comment.