You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by op...@codespot.com on 2013/02/18 19:23:50 UTC

[openmeetings-moodle-plugin] r8 committed - Incubating was removed from the plugin artifact name

Revision: 8
Author:   solomax666@gmail.com
Date:     Mon Feb 18 10:23:30 2013
Log:      Incubating was removed from the plugin artifact name
http://code.google.com/a/apache-extras.org/p/openmeetings-moodle-plugin/source/detail?r=8

Modified:
  /trunk/build.xml

=======================================
--- /trunk/build.xml	Mon Feb 18 10:15:38 2013
+++ /trunk/build.xml	Mon Feb 18 10:23:30 2013
@@ -24,7 +24,7 @@
  	<property name="plugin.name" value="openmeetings" />

  	<target name="dist-bin" depends="clean">
-		<property name="archive.file.name"  
value="${dist.dir}/apache-${project.distname}-incubating-${project.version}"  
/>
+		<property name="archive.file.name"  
value="${dist.dir}/apache-${project.distname}-${project.version}" />

  		<mkdir dir="${dist.dir}/${plugin.name}"/>
  		<copy todir="${dist.dir}/${plugin.name}">