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:
7
mozilla/java/dist/netbeans/build.xml
vendored
7
mozilla/java/dist/netbeans/build.xml
vendored
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user