Add README for project
[smart-selection-suite.git] / profiles.xml.template
blobac511418660b32c9e48b4463cabaa56992896c91
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Project-local overrides to the build process based on detected or user-provided environmental parameters.
4 -->
5 <profilesXml xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
7 <profiles>
8 <profile>
9 <id>netbeans-location</id>
10 <properties>
11 <netbeans.installation>/home/imyousuf/tools/netbeans-6.1/</netbeans.installation>
12 </properties>
13 </profile>
14 </profiles>
16 <activeProfiles>
17 <activeProfile>netbeans-location</activeProfile>
18 </activeProfiles>
19 </profilesXml>