4N/A#
168N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
168N/A#
559N/A# Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
168N/A#
168N/A# The contents of this file are subject to the terms of either the GNU
168N/A# General Public License Version 2 only ("GPL") or the Common Development
168N/A# and Distribution License("CDDL") (collectively, the "License"). You
292N/A# may not use this file except in compliance with the License. You can
292N/A# obtain a copy of the License at
292N/A# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
292N/A# or packager/legal/LICENSE.txt. See the License for the specific
168N/A# language governing permissions and limitations under the License.
168N/A#
168N/A# When distributing the software, include this License Header Notice in each
292N/A# file and include the License file at packager/legal/LICENSE.txt.
292N/A#
292N/A# GPL Classpath Exception:
292N/A# Oracle designates this particular file as subject to the "Classpath"
292N/A# exception as provided by Oracle in the GPL Version 2 section of the License
292N/A# file that accompanied this code.
292N/A#
292N/A# Modifications:
292N/A# If applicable, add the following below the License Header, with the fields
292N/A# enclosed by brackets [] replaced by your own identifying information:
292N/A# "Portions Copyright [year] [name of copyright owner]"
168N/A#
168N/A# Contributor(s):
168N/A# If you wish your version of this file to be governed by only the CDDL or
168N/A# only the GPL Version 2, indicate your decision by adding "[Contributor]
168N/A# elects to include this software in this distribution under the [CDDL or GPL
168N/A# Version 2] license." If you don't indicate a single choice of license, a
168N/A# recipient has the option to distribute your version of this file under
168N/A# either the CDDL, the GPL Version 2 or to extend the choice of license to
168N/A# its licensees as provided above. However, if you add GPL Version 2 code
168N/A# and therefore, elected the GPL Version 2 license, then the option applies
168N/A# only if the new code is made subject to such option by the copyright
168N/A# holder.
4N/A#
4N/A
4N/A### Component Properties ###
13N/Asrc.dir=mail/src/main/java
13N/Aresources.dir=mail/src/main/resources
13N/Acomponent.classes.dir=mail/target/classes
13N/A### Subcomponent Properties ###
13N/A# dsn
13N/Asrc.dsn.dir=dsn/src/main/java
13N/Aresources.dsn.dir=dsn/src/main/resources
4N/Acomponent.classes.dsn.dir=dsn/target/classes
559N/A# gimap
559N/Asrc.gimap.dir=gimap/src/main/java
559N/Aresources.gimap.dir=gimap/src/main/resources
559N/Acomponent.classes.gimap.dir=gimap/target/classes
13N/A# imap
13N/Aresources.imap.dir=imap/src/main/resources
13N/Acomponent.classes.imap.dir=imap/target/classes
13N/A# pop3
13N/Aresources.pop3.dir=pop3/src/main/resources
13N/Acomponent.classes.pop3.dir=pop3/target/classes
13N/A# smtp
13N/Aresources.smtp.dir=smtp/src/main/resources
13N/Acomponent.classes.smtp.dir=smtp/target/classes
13N/A# mbox
13N/Asrc.mbox.dir=mbox/src/main/java
13N/Aresources.mbox.dir=mbox/src/main/resources
4N/Acomponent.classes.mbox.dir=mbox/target/classes
13N/A# demo
4N/Asrc.demo.dir=demo/src/main/java
4N/Acomponent.classes.demo.dir=demo/target/classes
13N/A# client
4N/Asrc.client.dir=client/src/main/java
4N/Acomponent.classes.client.dir=client/target/classes
13N/A# servlet
4N/Asrc.servlet.dir=servlet/src/main/java
4N/Acomponent.classes.servlet.dir=servlet/target/classes
13N/A# webapp
4N/Asrc.webapp.dir=webapp/src/main/java
13N/Adocroot.webapp.dir=webapp/src/main/webapp
13N/A# taglib
13N/Asrc.taglib.dir=taglib/src/main/java
13N/Aresources.taglib.dir=taglib/src/main/resources
168N/A# logging
168N/Asrc.logging.dir=logging/src/main/java
168N/Acomponent.classes.logging.dir=logging/target/classes
13N/A# legal
321N/Aresources.legal.dir=mail/src/main/resources
4N/A#
4N/Amaven.netbeans.exec.build=target/classes
4N/A
4N/A# needed to build everything on JDK 1.5
4N/Aactivation.jar=activation.jar
4N/A# needed to build servlet and webapp demo programs
4N/Ajavaee.jar=javaee.jar
321N/A# external URL references for javadocs
559N/Ajavase.url=http://docs.oracle.com/javase/1.5.0/docs/api
559N/Ajaf.url=http://docs.oracle.com/javase/6/docs/api
4N/A
4N/A### Additonal Component Properties for standalone release ###
4N/Arelease.dir=target/release
559N/Arelease.specversion=1.5
559N/Arelease.version=1.5.1-SNAPSHOT
4N/Arelease.mail.jar=${release.dir}/mail.jar
4N/Arelease.mailapi.jar=${release.dir}/lib/mailapi.jar
4N/Arelease.imap.jar=${release.dir}/lib/imap.jar
4N/Arelease.smtp.jar=${release.dir}/lib/smtp.jar
4N/Arelease.pop3.jar=${release.dir}/lib/pop3.jar
559N/Arelease.gimap.jar=${release.dir}/lib/gimap.jar
4N/Arelease.dsn.jar=${release.dir}/lib/dsn.jar
4N/Arelease.mbox.jar=${release.dir}/lib/mbox.jar
4N/Arelease.docs.dir=${release.dir}/docs
4N/Arelease.javadocs.dir=${release.docs.dir}/javadocs
4N/A
4N/A# Following from bootstrap/project.properties
4N/A
4N/A# To support NetBeans' default compile single file target.
4N/Abuild.dir=build
4N/Abuild.classes.dir=${build.dir}/classes
4N/A
4N/A## Maven repository importer
4N/Aglassfish.maven_repository_importer.version=1.1
4N/A
4N/A###########################################################
4N/A# Compilation Flags #
4N/A###########################################################
4N/Ajavac.debug=on
4N/Ajavac.optimize=off
4N/Ajavac.deprecation=off
559N/Ajavac.source=1.5
559N/Ajavac.target=1.5
4N/A
4N/A### Use ant.verbose=-verbose for debugging ant targets
4N/Aant.verbose=