Searched refs:templates (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Doiuninstaller75 TEXTDOMAINDIR=${ENGINE_DIR}/lib/resources/templates
H A Dengine-wrapper82 TEXTDOMAINDIR=${INSTALL_HOME}/lib/resources/templates
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Doiuninstaller75 TEXTDOMAINDIR=${ENGINE_DIR}/lib/resources/templates
H A Dengine-wrapper82 TEXTDOMAINDIR=${INSTALL_HOME}/lib/resources/templates
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Doiuninstaller75 TEXTDOMAINDIR=${ENGINE_DIR}/lib/resources/templates
H A Dengine-wrapper81 TEXTDOMAINDIR=${INSTALL_HOME}/lib/resources/templates
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/pe/
H A DPEFileLayout.java323 public static final String JBI_TEMPLATE_DIR = "templates";
449 //$INSTALL_ROOT/lib/install/templates
451 public static final String TEMPLATES_DIR = "templates";
460 final File templates = new File(lib, TEMPLATES_DIR);
461 return templates;
534 // exists in the INSTALL_ROOT/lib/install/templates if path is not absolute.
781 * copy the keystore in templates folder into the domain's config folder.
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DWsUtil.java573 Templates templates = createTemplatesFor
577 Transformer transformer = templates.newTransformer();
952 writer.write("<xsl:template match=\"/\"><xsl:apply-templates mode=\"copy\"/></xsl:template>\n");
974 writer.write("<xsl:template match=\"/\"><xsl:apply-templates mode=\"copy\"/></xsl:template>\n");
997 writer.write("<xsl:template match=\"/\"><xsl:apply-templates mode=\"copy\"/></xsl:template>\n");
1019 writer.write("<xsl:template match=\"/\"><xsl:apply-templates mode=\"copy\"/></xsl:template>\n");
1050 writer.write("<xsl:template match=\"/\"><xsl:apply-templates mode=\"copy\"/></xsl:template>\n");
1065 writer.write("<xsl:template match=\"@*|node()\" mode=\"copy\"><xsl:copy><xsl:apply-templates select=\"@*\" mode=\"copy\"/><xsl:apply-templates mode=\"copy\"/></xsl:copy></xsl:template>\n");
1077 Templates templates
[all...]

Completed in 22 milliseconds