Revision: 8
Author: [email protected]
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}">