about summary refs log tree commit diff stats
path: root/update/plugin/svn/trunk/nbproject
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-07 17:30:54 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-07 17:30:54 +0000
commitc0546d8e9f9947ca304a74c6122240eac25f4b3e (patch)
tree0cece76afdb08db2cf2566d4a44a3e2e1e3993ff /update/plugin/svn/trunk/nbproject
parentb898f9900b1ef36e326fb7f326856887184d4005 (diff)
downloadinstadisc-c0546d8e9f9947ca304a74c6122240eac25f4b3e.tar.gz
instadisc-c0546d8e9f9947ca304a74c6122240eac25f4b3e.tar.bz2
instadisc-c0546d8e9f9947ca304a74c6122240eac25f4b3e.zip
Update: Completed SVN plugin
Closes #12
Diffstat (limited to 'update/plugin/svn/trunk/nbproject')
-rw-r--r--update/plugin/svn/trunk/nbproject/project.dtd54
-rw-r--r--update/plugin/svn/trunk/nbproject/project.properties13
2 files changed, 66 insertions, 1 deletions
diff --git a/update/plugin/svn/trunk/nbproject/project.dtd b/update/plugin/svn/trunk/nbproject/project.dtd new file mode 100644 index 0000000..7b77177 --- /dev/null +++ b/update/plugin/svn/trunk/nbproject/project.dtd
@@ -0,0 +1,54 @@
1<?xml version='1.0' encoding='UTF-8'?>
2
3<!--
4 TODO define vocabulary identification
5 PUBLIC ID: -//vendor//vocabulary//EN
6 SYSTEM ID: http://server/path/project.dtd
7
8--><!--
9 An example how to use this DTD from your XML document:
10
11 <?xml version="1.0"?>
12
13 <!DOCTYPE project SYSTEM "project.dtd">
14
15 <project>
16 ...
17 </project>
18-->
19
20<!--- Put your DTDDoc comment here. -->
21<!ELEMENT project (configuration|type)*>
22<!ATTLIST project
23 xmlns CDATA #IMPLIED
24 >
25
26<!--- Put your DTDDoc comment here. -->
27<!ELEMENT type (#PCDATA)>
28
29<!--- Put your DTDDoc comment here. -->
30<!ELEMENT configuration (data)*>
31
32<!--- Put your DTDDoc comment here. -->
33<!ELEMENT data (test-roots|source-roots|minimum-ant-version|name)*>
34<!ATTLIST data
35 xmlns CDATA #IMPLIED
36 >
37
38<!--- Put your DTDDoc comment here. -->
39<!ELEMENT name (#PCDATA)>
40
41<!--- Put your DTDDoc comment here. -->
42<!ELEMENT minimum-ant-version (#PCDATA)>
43
44<!--- Put your DTDDoc comment here. -->
45<!ELEMENT source-roots (root)*>
46
47<!--- Put your DTDDoc comment here. -->
48<!ELEMENT root EMPTY>
49<!ATTLIST root
50 id CDATA #IMPLIED
51 >
52
53<!--- Put your DTDDoc comment here. -->
54<!ELEMENT test-roots (root)*>
diff --git a/update/plugin/svn/trunk/nbproject/project.properties b/update/plugin/svn/trunk/nbproject/project.properties index 77bb3db..97cccc2 100644 --- a/update/plugin/svn/trunk/nbproject/project.properties +++ b/update/plugin/svn/trunk/nbproject/project.properties
@@ -1,3 +1,5 @@
1application.title=InstaDiscUpdateSVN
2application.vendor=hatkirby
1build.classes.dir=${build.dir}/classes 3build.classes.dir=${build.dir}/classes
2build.classes.excludes=**/*.java,**/*.form 4build.classes.excludes=**/*.java,**/*.form
3# This directory is removed when the project is cleaned: 5# This directory is removed when the project is cleaned:
@@ -18,7 +20,8 @@ dist.javadoc.dir=${dist.dir}/javadoc
18excludes= 20excludes=
19includes=** 21includes=**
20jar.compress=false 22jar.compress=false
21javac.classpath= 23javac.classpath=\
24 ${libs.XML-RPC2.classpath}
22# Space-separated list of extra javac options 25# Space-separated list of extra javac options
23javac.compilerargs= 26javac.compilerargs=
24javac.deprecation=false 27javac.deprecation=false
@@ -40,6 +43,14 @@ javadoc.splitindex=true
40javadoc.use=true 43javadoc.use=true
41javadoc.version=false 44javadoc.version=false
42javadoc.windowtitle= 45javadoc.windowtitle=
46jnlp.codebase.type=local
47jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDiscUpdateSVN/dist/
48jnlp.enabled=false
49jnlp.offline-allowed=false
50jnlp.signed=false
51# Property libs.XML-RPC2.classpath is set here just to make sharing of project simpler.
52# The library definition has always preference over this property.
53libs.XML-RPC2.classpath=lib/commons-logging-1.1.jar:lib/ws-commons-util-1.0.2.jar:lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar
43main.class=com.fourisland.instadisc.update.svn.Main 54main.class=com.fourisland.instadisc.update.svn.Main
44manifest.file=manifest.mf 55manifest.file=manifest.mf
45meta.inf.dir=${src.dir}/META-INF 56meta.inf.dir=${src.dir}/META-INF