svn commit: r953263 - /forrest/trunk/plugins/build.xml
| Newsgroups | gmane.text.xml.forrest.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: crossley
Date: Thu Jun 10 09:39:43 2010
New Revision: 953263
URL: http://svn.apache.org/viewvc?rev=953263&view=rev
Log:
Provide a hint for names of f.a.o plugins.
Modified:
forrest/trunk/plugins/build.xml
Modified: forrest/trunk/plugins/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?rev=953263&r1=953262&r2=953263&view=diff
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Thu Jun 10 09:39:43 2010
@@ -376,7 +376,7 @@ You have just released a plugin. There a
</target>
<target name="seedPlugin"
description="Create a new plugin directory in the current working directory and seed it with initial set of files">
- <input message="What is the name of the plugin you wish to create?"
+ <input message="What is the name of the plugin you wish to create? (For plugins hosted at f.a.o please follow the existing naming convention.)"
addproperty="plugin-name"/>
<antcall target="init"/>
<input message="Provide a brief description of what the plugin does"