Home
last modified time | relevance | path

Searched refs:CONTENTS_DIRNAME (Results 1 – 9 of 9) sorted by relevance

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java116 primary.getFileObject(ParcelZipper.CONTENTS_DIRNAME)); in getParcelDescriptor()
127 parcelBase.getFileObject(ParcelZipper.CONTENTS_DIRNAME); in generate()
172 primary.getFileObject(ParcelZipper.CONTENTS_DIRNAME)); in configure()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DPackageRemover.java81 int idx = line.indexOf(ParcelZipper.CONTENTS_DIRNAME); in evaluate()
85 idx = idx + ParcelZipper.CONTENTS_DIRNAME.length(); in evaluate()
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java42 public static final String CONTENTS_DIRNAME = "Contents"; field in ParcelZipper
66 if (basedir.getName().equals(CONTENTS_DIRNAME)) in zipParcel()
83 if (basedir.getName().equals(CONTENTS_DIRNAME)) in zipParcel()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelContentsFolderDataLoader.java54 fo.getName().equals(ParcelZipper.CONTENTS_DIRNAME) == false || in findPrimaryFile()
H A DParcelFolderDataLoader.java65 FileObject contents = fo.getFileObject(ParcelZipper.CONTENTS_DIRNAME); in findPrimaryFile()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DExtensionFinder.java50 if (parcelName.equals(ParcelZipper.CONTENTS_DIRNAME)) in findMethods()
H A DJavaFinder.java79 if (parcelName.equals(ParcelZipper.CONTENTS_DIRNAME)) in findMethods()
H A DCommandLineTools.java193 this.contents = new File(basedir, ParcelZipper.CONTENTS_DIRNAME);
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelContentsIterator.java135 recipe.getFileObject(ParcelZipper.CONTENTS_DIRNAME); in instantiate()

Completed in 34 milliseconds