Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag
Browse files Browse the repository at this point in the history
'GROOVY_1_0_BETA_8'.

git-svn-id: http://svn.codehaus.org/groovy/tags/GROOVY_1_0_BETA_8@1550 a5544e8c-8a19-0410-ba12-f9af4593a198
  • Loading branch information
codehaus-support committed Dec 17, 2004
1 parent ad278ac commit 51cf861
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 242 deletions.
15 changes: 0 additions & 15 deletions CVSROOT/checkoutlist

This file was deleted.

15 changes: 0 additions & 15 deletions CVSROOT/commitinfo

This file was deleted.

5 changes: 0 additions & 5 deletions CVSROOT/damagecontrol-groovy.conf

This file was deleted.

10 changes: 0 additions & 10 deletions CVSROOT/dctrigger.rb

This file was deleted.

21 changes: 0 additions & 21 deletions CVSROOT/editinfo

This file was deleted.

83 changes: 0 additions & 83 deletions CVSROOT/log_accum.conf

This file was deleted.

26 changes: 0 additions & 26 deletions CVSROOT/modules

This file was deleted.

12 changes: 0 additions & 12 deletions CVSROOT/notify

This file was deleted.

13 changes: 0 additions & 13 deletions CVSROOT/rcsinfo

This file was deleted.

20 changes: 0 additions & 20 deletions CVSROOT/taginfo

This file was deleted.

21 changes: 0 additions & 21 deletions CVSROOT/verifymsg

This file was deleted.

9 changes: 8 additions & 1 deletion groovy/groovy-core/maven.xml
Expand Up @@ -36,7 +36,7 @@
<attainGoal name="groovy:make-install"/>
</goal>

<goal name="groovy:release" prereqs="clean, release, groovy:disable-unittests, site, dist:deploy-bin, dist:deploy-src, jar:deploy"
<goal name="groovy:release" prereqs="clean, jar:install, release, groovy:disable-unittests, site, dist:deploy-bin, dist:deploy-src, jar:deploy"
description="Performs a release of the source, binary and jar distros">
</goal>

Expand Down Expand Up @@ -82,6 +82,12 @@
<exclude name="**/*.groovy"/>
</fileset>
</copy>
<chmod perm="ugo+x">
<fileset dir="${maven.dist.bin.assembly.dir}/bin">
<include name="*"/>
<include name="*.*"/>
</fileset>
</chmod>
</postGoal>

<goal name="run" prereqs="test:compile"
Expand Down Expand Up @@ -394,6 +400,7 @@
<chmod perm="ugo+x">
<fileset dir="${groovy.install.staging.dest}/bin">
<include name="*"/>
<include name="*.*"/>
</fileset>
</chmod>
<attainGoal name="groovy:embeddable-jar"/>
Expand Down

0 comments on commit 51cf861

Please sign in to comment.