<!-- =========== Defining ISV Properties and Wizard Pages ============
-->
<!-- This defined two ISV properties, com.ibm.etools.iseries.perspective.isv.sample1.myString
-->
<!-- and com.ibm.etools.iseries.perspective.isv.sample1.myBoolean.
It also defines a wizard -->
<!-- page that is only contributed to the New iSeries Project
wizard. -->
<extension point="com.ibm.etools.iseries.perspective.modelproperty">
<property key="myBoolean" isTeamShared="false"/>
<property key="myString" isTeamShared="true">
<wizardpage class="com.ibm.etools.iseries.perspective.isv.sample1.NewProjectISVBuildPage"
project="true"/>
</property>
</extension>
The above sample contributes two properties to the model and a wizard page to the New iSeries Project wizard. It is taken from one of the samples included with the iSeries Project perspective. You can check the Installing and Running the Samples section for details about this sample.