diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-16 17:42:25 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-16 17:42:25 +0000 |
commit | 3abf3909dfa306d20358a3538da212b7cb64f52a (patch) | |
tree | decb23fee00682a55388dada3f41718462f90cc9 /update/plugin/subversion/trunk/nbproject/project.xml | |
parent | 256310fd6baaca309d97237700484fb30dfd7aa5 (diff) | |
download | instadisc-3abf3909dfa306d20358a3538da212b7cb64f52a.tar.gz instadisc-3abf3909dfa306d20358a3538da212b7cb64f52a.tar.bz2 instadisc-3abf3909dfa306d20358a3538da212b7cb64f52a.zip |
Update: Renamed Subversion plugin folder
The folder name "svn" was annoying Subversion because svn is a special name to it. Fixes #36
Diffstat (limited to 'update/plugin/subversion/trunk/nbproject/project.xml')
-rw-r--r-- | update/plugin/subversion/trunk/nbproject/project.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/update/plugin/subversion/trunk/nbproject/project.xml b/update/plugin/subversion/trunk/nbproject/project.xml new file mode 100644 index 0000000..1a38c15 --- /dev/null +++ b/update/plugin/subversion/trunk/nbproject/project.xml | |||
@@ -0,0 +1,16 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <project xmlns="http://www.netbeans.org/ns/project/1"> | ||
3 | <type>org.netbeans.modules.java.j2seproject</type> | ||
4 | <configuration> | ||
5 | <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> | ||
6 | <name>InstaDiscUpdateSVN</name> | ||
7 | <minimum-ant-version>1.6.5</minimum-ant-version> | ||
8 | <source-roots> | ||
9 | <root id="src.dir"/> | ||
10 | </source-roots> | ||
11 | <test-roots> | ||
12 | <root id="test.src.dir"/> | ||
13 | </test-roots> | ||
14 | </data> | ||
15 | </configuration> | ||
16 | </project> | ||