You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/10 03:27:28 UTC

svn commit: r392870 - /struts/action/trunk/apps/mailreader/src/main/resources/

Author: wsmoak
Date: Sun Apr  9 18:27:26 2006
New Revision: 392870

URL: http://svn.apache.org/viewcvs?rev=392870&view=rev
Log:
Removed empty resources directory.  Non-java resources are stored under src/main/java with the source code.

Removed:
    struts/action/trunk/apps/mailreader/src/main/resources/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r392870 - /struts/action/trunk/apps/mailreader/src/main/resources/

Posted by Wendy Smoak <ws...@gmail.com>.
On 4/9/06, Martin Cooper <ma...@apache.org> wrote:

> Hmm, is this a temporary thing? Maven 2 likes to find resources under
> 'resources', rather than in the source tree (meaning that's the default).
> That happens to be my preference too. ;-)

Right now we have some things in the source tree, some in conf/java, 
some in src/conf,  (and not always arranged in the directory structure
they will have in the jar).  The <resources> section for core is
pretty bad:
   http://svn.apache.org/repos/asf/struts/action/trunk/core/pom.xml

To reduce the amount of configuration, I'd like to convert conf/java
and src/conf into src/main/resources eventually, but I wasn't planning
to move anything that is currently stored in the source tree.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r392870 - /struts/action/trunk/apps/mailreader/src/main/resources/

Posted by Martin Cooper <ma...@apache.org>.
On 4/9/06, wsmoak@apache.org <ws...@apache.org> wrote:
>
> Author: wsmoak
> Date: Sun Apr  9 18:27:26 2006
> New Revision: 392870
>
> URL: http://svn.apache.org/viewcvs?rev=392870&view=rev
> Log:
> Removed empty resources directory.  Non-java resources are stored under
> src/main/java with the source code.


Hmm, is this a temporary thing? Maven 2 likes to find resources under
'resources', rather than in the source tree (meaning that's the default).
That happens to be my preference too. ;-)

--
Martin Cooper


Removed:
>     struts/action/trunk/apps/mailreader/src/main/resources/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>