M build.xml

- Added copy.core.src target

M netbeans/build.xml

- added complie.core.src target 

M netbeans/nbproject/build-impl.xml
M netbeans/nbproject/genfiles.properties
M netbeans/nbproject/project.properties

- autogenerate changes

M netbeans/nbproject/project.xml

- rename source roots


git-svn-id: svn://10.0.0.236/trunk@221314 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2007-03-05 16:35:47 +00:00
parent 045177424e
commit 65b19ae154
6 changed files with 50 additions and 4 deletions

View File

@@ -327,6 +327,13 @@ ${so.prefix}xul.${so.extension}.
</sequential>
</macrodef>
</target>
<target name="compile.core.src" description="Builds the core webclient java sources. These sources are shipped precompiled in lib/webclient.jar. This target is included for convenience only, should you wish to modify and re-compile the webclient core library.">
<antcall target="compile">
<param name="src.dir" value="${basedir}/../src/main/java" />
</antcall>
</target>