Changeset 11192
- Timestamp:
- 06/11/08 17:57:11 (4 years ago)
- File:
-
- 1 edited
-
trunk/Bui_Utility/buiXpcomScDev/build.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_Utility/buiXpcomScDev/build.xml
r10102 r11192 59 59 <ant target="compilXPCom"> 60 60 <property name="pProjectPath" value="${wspdir}/Xul_Cms"/> 61 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3. 5_DEV/scbuilder"/>61 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3.6_DEV/scbuilder"/> 62 62 </ant> 63 63 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 64 64 <property name="pProjectPath" value="${wspdir}/Xul_XedLib"/> 65 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3. 5_DEV/scbuilder"/>65 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3.6_DEV/scbuilder"/> 66 66 </ant> 67 67 <!-- SCtest --> 68 68 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 69 69 <property name="pProjectPath" value="${wspdir}/Xul_Cms"/> 70 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3. 5_DEV/sctest"/>70 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3.6_DEV/sctest"/> 71 71 </ant> 72 72 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 73 73 <property name="pProjectPath" value="${wspdir}/Xul_XedLib"/> 74 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3. 5_DEV/sctest"/>74 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3.6_DEV/sctest"/> 75 75 </ant> 76 76 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 77 77 <property name="pProjectPath" value="${wspdir}/Xul_CmsTest"/> 78 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3. 5_DEV/sctest"/>78 <property name="pDestAppDir" value="${apptest.path}/SCENARIbuilder3.6_DEV/sctest"/> 79 79 </ant> 80 80 <!-- 81 81 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 82 82 <property name="pProjectPath" value="${wspdir}/Xul_CmsAudio"/> 83 <property name="pDestAppDir" value="${apptest.path}\SCENARIbuilder3. 5_DEV\sctest"/>83 <property name="pDestAppDir" value="${apptest.path}\SCENARIbuilder3.6_DEV\sctest"/> 84 84 </ant> 85 85 --> … … 87 87 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 88 88 <property name="pProjectPath" value="${wspdir}/Xul_Cms"/> 89 <property name="pDestAppDir" value="${apptest.path}/SCENARIchain3. 5_DEV/scchain"/>89 <property name="pDestAppDir" value="${apptest.path}/SCENARIchain3.6_DEV/scchain"/> 90 90 </ant> 91 91 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 92 92 <property name="pProjectPath" value="${wspdir}/Xul_XedLib"/> 93 <property name="pDestAppDir" value="${apptest.path}/SCENARIchain3. 5_DEV/scchain"/>93 <property name="pDestAppDir" value="${apptest.path}/SCENARIchain3.6_DEV/scchain"/> 94 94 </ant> 95 95 <!-- 96 96 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 97 97 <property name="pProjectPath" value="${wspdir}/Xul_CmsAudio"/> 98 <property name="pDestAppDir" value="${apptest.path}\SCENARIchain3. 5_DEV\scchain"/>98 <property name="pDestAppDir" value="${apptest.path}\SCENARIchain3.6_DEV\scchain"/> 99 99 </ant> 100 100 --> … … 102 102 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 103 103 <property name="pProjectPath" value="${wspdir}/Xul_Cms"/> 104 <property name="pDestAppDir" value="${apptest.path}/SCENARIclient3. 5_DEV/scchain"/>104 <property name="pDestAppDir" value="${apptest.path}/SCENARIclient3.6_DEV/scchain"/> 105 105 </ant> 106 106 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 107 107 <property name="pProjectPath" value="${wspdir}/Xul_XedLib"/> 108 <property name="pDestAppDir" value="${apptest.path}/SCENARIclient3. 5_DEV/scchain"/>108 <property name="pDestAppDir" value="${apptest.path}/SCENARIclient3.6_DEV/scchain"/> 109 109 </ant> 110 110 <!-- 111 111 <ant target="compilXPCom" antfile="${workspace.path}/Bui_Core/xBuildClient.xml"> 112 112 <property name="pProjectPath" value="${wspdir}/Xul_CmsAudio"/> 113 <property name="pDestAppDir" value="${apptest.path}\SCENARIclient3. 5_DEV\scchain"/>113 <property name="pDestAppDir" value="${apptest.path}\SCENARIclient3.6_DEV\scchain"/> 114 114 </ant> 115 115 -->
Note: See TracChangeset
for help on using the changeset viewer.