forked from fluid-project/infusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.xml
36 lines (35 loc) · 1.1 KB
/
project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<artifactId>fluid-components</artifactId>
<name>Fluid Infusion</name>
<groupId>org.fluidproject</groupId>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<organization>
<name>Fluid Project</name>
<url>http://fluidproject.org</url>
</organization>
<inceptionYear>2007</inceptionYear>
<properties>
<!-- This project is NOT REALLY a JAR, but we want it not to deploy
to the server when invoked as a byproduct of a Sakai build. -->
<deploy.type>jar</deploy.type>
</properties>
<description>
Fluid Components package, packaged for a standard Servlet environment.
</description>
<dependencies>
</dependencies>
<repository>
<connection>scm:svn:https://source.sakaiproject.org/contrib/utoronto/fluid/components/trunk</connection>
</repository>
<build>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
</build>
</project>