~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to contrib/struts-el/project.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<project>
 
3
  <pomVersion>3</pomVersion>
 
4
  <extend>../../project.xml</extend>
 
5
  <name>struts-el</name>
 
6
  <id>struts-el</id>
 
7
  <groupId>struts</groupId>
 
8
  <currentVersion>1.2.4</currentVersion>
 
9
  <inceptionYear>2003</inceptionYear>
 
10
  <package>org.apache.strutsel</package>
 
11
  <shortDescription>Extension/adaptation of Struts tag libraries to use JSP 1.2 expression language.</shortDescription>
 
12
  <description>
 
13
  This subproject is an extension of the Struts tag library.  Each JSP custom tag
 
14
in this library is a subclass of an associated tag in the Struts tag library.
 
15
One difference is that this tag library does not use "rtexprvalues", it uses
 
16
the expression evaluation engine in the Jakarta Taglibs implementation of the
 
17
JSP Standard Tag Library (version 1.0) to evaluate attribute values.
 
18
 
 
19
In addition, some of the Struts tags were not ported to this library, as it was
 
20
determined that their functionality was entirely supplied by the JSTL.  These
 
21
particular Struts tags, and the reason for their non-porting will be described
 
22
in the documentation for this library.
 
23
 
 
24
In order to fully understand the correct utilization of this library, you must
 
25
understand the use and operation of the Struts tag library, and the use and
 
26
operation of the JavaServer Pages Standard Tag Library (hereafter called the
 
27
"JSTL"), along with the expression language (sometimes called the "EL") used
 
28
for evaluating attribute values.
 
29
 
 
30
  </description>
 
31
  <url>http://jakarta.apache.org/</url>
 
32
  <repository>
 
33
    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-struts/contrib/struts-el</connection>
 
34
    <developerConnection>scm:cvs:ext:${cvs.developer.id}@$cvs.apache.org:/home/cvs:jakarta-struts/contrib/struts-el</developerConnection>
 
35
    <url>http://cvs.apache.org/viewcvs/jakarta-struts/contrib/struts-el/</url>
 
36
  </repository>
 
37
  <versions />
 
38
  <dependencies>
 
39
    <dependency>
 
40
      <groupId>servletapi</groupId>
 
41
      <artifactId>servletapi</artifactId>
 
42
      <version>2.3</version>
 
43
      <url>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html</url>
 
44
    </dependency>
 
45
    <dependency>
 
46
      <groupId>taglibs</groupId>
 
47
      <artifactId>standard</artifactId>
 
48
      <version>1.0.2</version>
 
49
      <url>http://jakarta.apache.org/taglibs/doc/standard-1.0-doc/intro.html</url>
 
50
    </dependency>
 
51
    <dependency>
 
52
      <groupId>jstl</groupId>
 
53
      <artifactId>jstl</artifactId>
 
54
      <version>1.0.2</version>
 
55
      <url>http://jakarta.apache.org/taglibs/doc/standard-1.0-doc/intro.html</url>
 
56
    </dependency>
 
57
    <dependency>
 
58
      <groupId>struts</groupId>
 
59
      <artifactId>struts</artifactId>
 
60
      <version>1.2.4</version>
 
61
      <url>http://jakarta.apache.org/struts/</url>
 
62
    </dependency>
 
63
    <dependency>
 
64
      <groupId>httpunit</groupId>
 
65
      <artifactId>httpunit</artifactId>
 
66
      <version>1.5.4</version>
 
67
      <url>http://httpunit.org/</url>
 
68
    </dependency>
 
69
  </dependencies>
 
70
  <build>
 
71
    <nagEmailAddress>struts-dev@jakarta.apache.org</nagEmailAddress>
 
72
    <sourceDirectory>src/share</sourceDirectory>
 
73
    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
 
74
    <integrationUnitTestSourceDirectory />
 
75
    <aspectSourceDirectory />
 
76
    <unitTest>
 
77
      <includes>
 
78
        <include>**/Test*.java</include>
 
79
      </includes>
 
80
    </unitTest>
 
81
    <!-- J A R  R E S O U R C E S -->
 
82
    <!-- Resources that are packaged up inside the JAR file -->
 
83
    <resources />
 
84
    <!-- Integration unit test cases -->
 
85
    <integrationUnitTest />
 
86
    <jars></jars>
 
87
  </build>
 
88
  <reports>
 
89
    <!--
 
90
             |
 
91
             | These should all be completely self contained. You should be able
 
92
             | to generate each of them individually without needing the final
 
93
             | xdoc transformation.
 
94
             |
 
95
             | Each report plugin with it's POM and plugin.jelly logic should
 
96
             | contain everything needed to produced the report.
 
97
             |
 
98
            -->
 
99
    <report>maven-jdepend-plugin</report>
 
100
    <report>maven-checkstyle-plugin</report>
 
101
    <report>maven-changes-plugin</report>
 
102
    <report>maven-changelog-plugin</report>
 
103
    <report>maven-file-activity-plugin</report>
 
104
    <report>maven-developer-activity-plugin</report>
 
105
    <report>maven-javadoc-plugin</report>
 
106
    <report>maven-jxr-plugin</report>
 
107
    <report>maven-junit-report-plugin</report>
 
108
    <report>maven-tasklist-plugin</report>
 
109
    <report>maven-pmd-plugin</report>
 
110
    <report>maven-simian-plugin</report>
 
111
    <!-- <report>maven-faq-plugin</report> -->
 
112
  </reports>
 
113
</project>