java/nekurak.net-mvn/profiles.xml
author František Kučera <franta-hg@frantovo.cz>
Mon Jan 10 17:27:53 2011 +0100 (2011-01-10)
changeset 162 7ea45e9b10cb
permissions -rw-r--r--
Oprava barvy u obecného box-shadow…
franta-hg@5
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@5
     2
<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
franta-hg@5
     3
  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
franta-hg@5
     4
    <profiles>
franta-hg@5
     5
        <profile>
franta-hg@5
     6
            <id>netbeans-private</id>
franta-hg@5
     7
            <activation>
franta-hg@5
     8
                <property>
franta-hg@5
     9
                    <name>netbeans.execution</name>
franta-hg@5
    10
                    <value>true</value>
franta-hg@5
    11
                </property>
franta-hg@5
    12
            </activation>
franta-hg@5
    13
            <properties>
franta-hg@5
    14
                <netbeans.deployment.server.id>[/home/fiki/bin/glassfish/glassfish3/glassfish]deployer:gfv3ee6:localhost:4848</netbeans.deployment.server.id>
franta-hg@5
    15
            </properties>
franta-hg@5
    16
        </profile>
franta-hg@5
    17
    </profiles>
franta-hg@5
    18
</profilesXml>