Subversion Repositories DevTools

Rev

Rev 836 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 836 Rev 852
Line 157... Line 157...
157
  /**true if the package exists in the dpkg or deploy archive
157
  /**true if the package exists in the dpkg or deploy archive
158
   * @attribute
158
   * @attribute
159
   */
159
   */
160
  private boolean mArchivalExistence = true;
160
  private boolean mArchivalExistence = true;
161
 
161
 
-
 
162
  /**when true will trigger source control interaction eg labelling
-
 
163
   * @attribute
-
 
164
   */
-
 
165
  public boolean mRequiresSourceControlInteraction = true;
-
 
166
 
162
  /**constructor
167
  /**constructor
163
   */
168
   */
164
  Package(int pv_id, String pkg_name, String v_ext, String alias, 
169
  Package(int pv_id, String pkg_name, String v_ext, String alias, 
165
          String pkg_label, String src_path, char change_type)
170
          String pkg_label, String src_path, char change_type)
166
  {
171
  {