Added a default .svnignore file to the archetype. Unfortunately, this does *not* automatically set the svn:ignore property.

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2321 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2009-11-25 07:27:38 +00:00
parent 00df6d2817
commit 294ccfb97b
2 changed files with 13 additions and 0 deletions

View File

@ -32,5 +32,11 @@
<include>**/*.json</include> <include>**/*.json</include>
</includes> </includes>
</fileSet> </fileSet>
<fileSet filtered="true" encoding="UTF-8">
<directory />
<includes>
<include>.svnignore</include>
</includes>
</fileSet>
</fileSets> </fileSets>
</archetype-descriptor> </archetype-descriptor>

View File

@ -0,0 +1,7 @@
target
.settings
.classpath
.project
jclouds-${artifactId}.iml
jclouds-${artifactId}.ipr
jclouds-${artifactId}.iws