-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
22 lines (21 loc) · 1000 Bytes
/
Copy pathivy.xml
File metadata and controls
22 lines (21 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://www.jayasoft.fr/org/ivyrep/ivy-doc.xsl"?>
<ivy-module version="1.0">
<info organisation="opensymphony" module="oscore"
revision="@VERSION@"
status="@STATUS@"
publication="@PUBLICATION@">
<license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
<ivyauthor name="opensymphony" url="http://www.opensymphony.com/"/>
<description homepage="http://www.opensymphony.com/oscore/">
OSCore is a set of utility-classes that are common to the other components of OpenSymphony. Contains essential functionality for any J2EE application.
<br/>
</description>
</info>
<configurations>
<conf name="default" description="The oscore jar file" visibility="public"/>
</configurations>
<publications>
<artifact name="oscore" type="jar" conf="default"/>
</publications>
</ivy-module>