java/nekurak.net-mvn/profiles.xml
changeset 187 e7b3ef7aaef4
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/nekurak.net-mvn/profiles.xml	Tue Jul 19 15:20:47 2011 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.6 +  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
     1.7 +    <profiles>
     1.8 +        <profile>
     1.9 +            <id>netbeans-private</id>
    1.10 +            <activation>
    1.11 +                <property>
    1.12 +                    <name>netbeans.execution</name>
    1.13 +                    <value>true</value>
    1.14 +                </property>
    1.15 +            </activation>
    1.16 +            <properties>
    1.17 +                <netbeans.deployment.server.id>[/home/fiki/bin/glassfish/glassfish3/glassfish]deployer:gfv3ee6:localhost:4848</netbeans.deployment.server.id>
    1.18 +            </properties>
    1.19 +        </profile>
    1.20 +    </profiles>
    1.21 +</profilesXml>