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…
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     3   xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
     4     <profiles>
     5         <profile>
     6             <id>netbeans-private</id>
     7             <activation>
     8                 <property>
     9                     <name>netbeans.execution</name>
    10                     <value>true</value>
    11                 </property>
    12             </activation>
    13             <properties>
    14                 <netbeans.deployment.server.id>[/home/fiki/bin/glassfish/glassfish3/glassfish]deployer:gfv3ee6:localhost:4848</netbeans.deployment.server.id>
    15             </properties>
    16         </profile>
    17     </profiles>
    18 </profilesXml>