java/nekurak.net-mvn/profiles.xml
author František Kučera <franta-hg@frantovo.cz>
Tue Mar 16 13:32:31 2010 +0100 (2010-03-16)
changeset 69 4964cf581166
permissions -rw-r--r--
Hibernate: podniky budeme načítat včetně jejich fotek.
     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>