diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-07 17:30:54 +0000 | 
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-07 17:30:54 +0000 | 
| commit | c0546d8e9f9947ca304a74c6122240eac25f4b3e (patch) | |
| tree | 0cece76afdb08db2cf2566d4a44a3e2e1e3993ff /update/plugin/svn/trunk/nbproject | |
| parent | b898f9900b1ef36e326fb7f326856887184d4005 (diff) | |
| download | instadisc-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.dtd | 54 | ||||
| -rw-r--r-- | update/plugin/svn/trunk/nbproject/project.properties | 13 | 
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 @@ | |||
| 1 | application.title=InstaDiscUpdateSVN | ||
| 2 | application.vendor=hatkirby | ||
| 1 | build.classes.dir=${build.dir}/classes | 3 | build.classes.dir=${build.dir}/classes | 
| 2 | build.classes.excludes=**/*.java,**/*.form | 4 | build.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 | |||
| 18 | excludes= | 20 | excludes= | 
| 19 | includes=** | 21 | includes=** | 
| 20 | jar.compress=false | 22 | jar.compress=false | 
| 21 | javac.classpath= | 23 | javac.classpath=\ | 
| 24 | ${libs.XML-RPC2.classpath} | ||
| 22 | # Space-separated list of extra javac options | 25 | # Space-separated list of extra javac options | 
| 23 | javac.compilerargs= | 26 | javac.compilerargs= | 
| 24 | javac.deprecation=false | 27 | javac.deprecation=false | 
| @@ -40,6 +43,14 @@ javadoc.splitindex=true | |||
| 40 | javadoc.use=true | 43 | javadoc.use=true | 
| 41 | javadoc.version=false | 44 | javadoc.version=false | 
| 42 | javadoc.windowtitle= | 45 | javadoc.windowtitle= | 
| 46 | jnlp.codebase.type=local | ||
| 47 | jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDiscUpdateSVN/dist/ | ||
| 48 | jnlp.enabled=false | ||
| 49 | jnlp.offline-allowed=false | ||
| 50 | jnlp.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. | ||
| 53 | libs.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 | ||
| 43 | main.class=com.fourisland.instadisc.update.svn.Main | 54 | main.class=com.fourisland.instadisc.update.svn.Main | 
| 44 | manifest.file=manifest.mf | 55 | manifest.file=manifest.mf | 
| 45 | meta.inf.dir=${src.dir}/META-INF | 56 | meta.inf.dir=${src.dir}/META-INF | 
