summaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorkitfox2007-04-13 16:33:10 +0200
committerkitfox2007-04-13 16:33:10 +0200
commit29c5d1fc53511b84b3f732304317f90cdbb003ae (patch)
tree7b4dbb92bc73c90698b39cf72d037bef5be4c4a9 /nbproject
parentFixed bad imports. (diff)
downloadsvg-salamander-core-29c5d1fc53511b84b3f732304317f90cdbb003ae.tar.gz
svg-salamander-core-29c5d1fc53511b84b3f732304317f90cdbb003ae.tar.xz
svg-salamander-core-29c5d1fc53511b84b3f732304317f90cdbb003ae.zip
Added text and formatting interfaces.
git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@22 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b
Diffstat (limited to 'nbproject')
-rwxr-xr-xnbproject/project.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml
index f4d9bc7..670ef97 100755
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -30,6 +30,15 @@
<type>java</type>
<location>src/test/res</location>
</source-folder>
+ <source-folder>
+ <label>..\www</label>
+ <type>java</type>
+ <location>../www</location>
+ </source-folder>
+ <source-folder>
+ <label>..\www</label>
+ <location>../www</location>
+ </source-folder>
</folders>
<ide-actions>
<action name="build">
@@ -174,6 +183,10 @@
<label>src\test\res</label>
<location>src/test/res</location>
</source-folder>
+ <source-folder style="packages">
+ <label>..\www</label>
+ <location>../www</location>
+ </source-folder>
<source-file>
<location>build.xml</location>
</source-file>
@@ -212,6 +225,11 @@
<unit-tests/>
<source-level>1.5</source-level>
</compilation-unit>
+ <compilation-unit>
+ <package-root>../www</package-root>
+ <unit-tests/>
+ <source-level>1.5</source-level>
+ </compilation-unit>
</java-data>
</configuration>
</project>