diff options
author | kitfox | 2007-04-13 16:33:10 +0200 |
---|---|---|
committer | kitfox | 2007-04-13 16:33:10 +0200 |
commit | 29c5d1fc53511b84b3f732304317f90cdbb003ae (patch) | |
tree | 7b4dbb92bc73c90698b39cf72d037bef5be4c4a9 /nbproject | |
parent | Fixed bad imports. (diff) | |
download | svg-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-x | nbproject/project.xml | 18 |
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>
|