Searched refs:distribution (Results 1 - 14 of 14) sorted by relevance

/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/
H A DContributorsWikiGenerator.java31 * elects to include this software in this distribution under the [CDDL or GPL
61 MavenProject distribution; field in class:ContributorsWikiGenerator
70 * @param distribution the distribution's project
72 public void beginDistribution(PrintWriter writer, MavenProject distribution) { argument
74 this.distribution = distribution;
76 writer.append("!!! Contributors list for the ").append(distribution.getArtifactId()).append(":").append(
77 distribution.getVersion()).println(" Distribution");
257 * End of the distribution
[all...]
H A DDashboardWikiGenerator.java31 * elects to include this software in this distribution under the [CDDL or GPL
67 MavenProject distribution; field in class:DashboardWikiGenerator
74 * @param distribution the distribution's project
76 public void beginDistribution(PrintWriter writer, MavenProject distribution) { argument
78 this.distribution = distribution;
80 writer.append("!!! Dashboard for the ").append(distribution.getArtifactId()).append(":").append(
81 distribution.getVersion()).println(" Distribution");
219 writer.append(distribution
[all...]
H A DDistributionVisitor.java31 * elects to include this software in this distribution under the [CDDL or GPL
64 * @param distribution the distribution's project
66 public void beginDistribution(PrintWriter writer, MavenProject distribution); argument
160 * End of the distribution
H A DRunMojo.java31 * elects to include this software in this distribution under the [CDDL or GPL
83 * for a particular distribution of GF.)
100 protected ArtifactInfo distribution; field in class:RunMojo
103 * Same as <distribution> but allows you to specify multiple values.
138 * If unspecified, the base installation image from {@link #distribution}
162 if(distribution!=null)
163 dist.add(resolve(distribution));
168 throw new MojoExecutionException("Either <distribution> or <distributions> is required");
170 throw new MojoExecutionException("Error attempting to download the distribution POM", e1);
177 // normally we decide the module list by looking at <distribution> an
284 resolve(ArtifactInfo distribution) argument
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddefines.mk31 # elects to include this software in this distribution under the [CDDL or GPL
/glassfish-3.1.2/common/common-util/src/test/resources/config/
H A Dasenv.bat31 REM elects to include this software in this distribution under the [CDDL or GPL
/glassfish-3.1.2/admin/launcher/src/test/resources/config/
H A Dasenv.bat31 REM elects to include this software in this distribution under the [CDDL or GPL
/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/
H A Dpackage-appclient.bat32 REM elects to include this software in this distribution under the [CDDL or GPL
H A Dappclient.bat32 REM elects to include this software in this distribution under the [CDDL or GPL
/glassfish-3.1.2/packager/glassfish-nucleus/src/main/resources/bin/
H A Dasadmin.bat32 REM elects to include this software in this distribution under the [CDDL or GPL
/glassfish-3.1.2/packager/nucleus-base/bin/
H A Dasadmin.bat32 REM elects to include this software in this distribution under the [CDDL or GPL
H A Djspc.bat32 REM elects to include this software in this distribution under the [CDDL or GPL
/glassfish-3.1.2/persistence/cmp/cmp-scripts/src/main/resources/glassfish/bin/
H A Dcapture-schema.bat33 REM elects to include this software in this distribution under the [CDDL or GPL
/glassfish-3.1.2/packager/nucleus-base/config/
H A Dasenv.bat31 REM elects to include this software in this distribution under the [CDDL or GPL

Completed in 68 milliseconds