~ubuntu-branches/ubuntu/oneiric/libjboss-remoting-java/oneiric

« back to all changes in this revision

Viewing changes to release.xml

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110909140103-hqokx61534tas9rg
Tags: 2.5.3.SP1-1
* Newer but not newest upstream release. Do not build samples.
* Change debian/watch to upstream's svn repo.
* Add patch to fix compile error caused by tomcat update.
  (Closes: #628303)
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Remove useless Depends.
* Update Standards-Version: 3.9.2.
* Update README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!--
 
4
 JBoss, the OpenSource J2EE webOS
 
5
 
 
6
 Distributable under LGPL license.
 
7
 See terms of license at gnu.org.
 
8
-->
 
9
 
 
10
<!-- ================================================================== -->
 
11
<!-- JBossAS main build definition                                      -->
 
12
<!-- ================================================================== -->
 
13
 
 
14
<project name="main.build"
 
15
         default="build"
 
16
         basedir="."
 
17
>
 
18
   <!-- Import the types -->
 
19
   <import file="../tools/etc/jbossbuild/tasks.xml"/>
 
20
 
 
21
   <property file="synchronize.properties"/>
 
22
   <property file="cvs.properties"/>
 
23
   <!-- =============================================================== -->
 
24
   <!-- The Main project definition                                     -->
 
25
   <!-- =============================================================== -->
 
26
 
 
27
   <build id="jbossremoting"
 
28
          impltitle="JBossRemoting"
 
29
          implversion="1.1.0_beta"
 
30
          implvendor="JBoss Inc."
 
31
          implurl="http://www.jboss.org/products/remoting"
 
32
          description="JBoss Remoting"
 
33
          cvsroot="${cvsroot}"
 
34
          thirdpartypath="../thirdparty/"
 
35
          location="http://cruisecontrol.jboss.com/repository"
 
36
          targetdefs="targets">
 
37
 
 
38
      <!-- ============================================================ -->
 
39
      <!-- Common utilities                                             -->
 
40
      <!-- ============================================================ -->
 
41
 
 
42
      <component id="common"
 
43
                 module="jboss-common"
 
44
                 version="5.0-SNAPSHOT"
 
45
      >
 
46
         <artifact id="jboss-common.jar" release="lib"/>
 
47
         <artifact id="jboss-common-client.jar"/>
 
48
         <artifact id="namespace.jar"/>
 
49
      </component>
 
50
 
 
51
      <!-- ============================================================ -->
 
52
      <!-- J2SE                                                         -->
 
53
      <!-- ============================================================ -->
 
54
 
 
55
      <component id="j2se"
 
56
                 module="jboss-j2se"
 
57
                 version="5.0-SNAPSHOT"
 
58
      >
 
59
         <artifact id="jboss-j2se.jar" release="lib"/>
 
60
         <artifact id="jboss-jmx-compliance.jar"/>
 
61
         <artifact id="jmxcompliance-MyMBeans.jar"/>
 
62
         <artifact id="jmxcompliance-MyMBeans2.jar"/>
 
63
         <artifact id="jmxcompliance-MoreMBeans.jar"/>
 
64
         <artifact id="jmxcompliance-Test.jar"/>
 
65
      </component>
 
66
 
 
67
      <!-- ============================================================ -->
 
68
      <!-- Naming                                                       -->
 
69
      <!-- ============================================================ -->
 
70
 
 
71
      <component id="naming"
 
72
                 module="jnp"
 
73
                 version="5.0-SNAPSHOT"
 
74
      >
 
75
         <artifact id="jnpserver.jar" release="lib"/>
 
76
         <artifact id="jnp-client.jar"/>
 
77
         <artifact id="jnp-tests.jar"/>
 
78
      </component>
 
79
 
 
80
      <!-- ============================================================ -->
 
81
      <!-- JMX                                                          -->
 
82
      <!-- ============================================================ -->
 
83
 
 
84
      <component id="jmx"
 
85
                 module="jmx"
 
86
                 version="5.0-SNAPSHOT"
 
87
      >
 
88
         <artifact id="jboss-jmx.jar" release="lib"/>
 
89
         <artifact id="jboss-jmx-core.jar"/>
 
90
         <artifact id="jboss-jmx-testsuite.jar"/>
 
91
      </component>
 
92
 
 
93
      <!-- ============================================================ -->
 
94
      <!-- Remoting                                                     -->
 
95
      <!-- ============================================================ -->
 
96
 
 
97
      <component id="remoting"
 
98
                 module="JBossRemoting"
 
99
                 version="5.0-SNAPSHOT"
 
100
      >
 
101
         <artifact id="jboss-remoting.jar" release="lib"/>
 
102
         <artifact id="jboss-remoting-tests.jar"/>
 
103
         <artifact id="jboss-remoting-loading-tests.jar"/>
 
104
      </component>
 
105
 
 
106
      <!-- ============================================================ -->
 
107
      <!-- Apache Commons                                               -->
 
108
      <!-- ============================================================ -->
 
109
 
 
110
      <component id="apache-commons" version="mixed">
 
111
         <artifact id="commons-logging.jar" release="lib"/>
 
112
         <artifact id="commons-httpclient.jar" release="lib"/>
 
113
         <artifact id="commons-discovery.jar"/>
 
114
      </component>
 
115
 
 
116
      <!-- ============================================================ -->
 
117
      <!-- DOM4J                                                        -->
 
118
      <!-- ============================================================ -->
 
119
 
 
120
      <component id="dom4j-dom4j" version="1.5">
 
121
         <artifact id="dom4j.jar" release="lib"/>
 
122
      </component>
 
123
 
 
124
      <!-- ============================================================ -->
 
125
      <!-- JUnit                                                        -->
 
126
      <!-- ============================================================ -->
 
127
 
 
128
      <component id="junit-junit" version="3.8.1">
 
129
         <artifact id="junit.jar" release="lib"/>
 
130
      </component>
 
131
 
 
132
      <!-- ============================================================ -->
 
133
      <!-- Apache Log4j                                                 -->
 
134
      <!-- ============================================================ -->
 
135
 
 
136
      <component id="apache-log4j" version="1.2.8">
 
137
         <artifact id="log4j.jar" release="lib"/>
 
138
         <artifact id="snmpTrapAppender.jar"/>
 
139
      </component>
 
140
 
 
141
      <!-- ============================================================ -->
 
142
      <!-- Oswego Concurrent Library                                    -->
 
143
      <!-- ============================================================ -->
 
144
 
 
145
      <component id="oswego-concurrent" version="1.0">
 
146
         <artifact id="concurrent.jar" release="lib"/>
 
147
      </component>
 
148
 
 
149
      <!-- ============================================================ -->
 
150
      <!-- JGroups                                                      -->
 
151
      <!-- ============================================================ -->
 
152
 
 
153
      <component id="javagroups-javagroups" version="2.2.7">
 
154
         <artifact id="jgroups.jar" release="lib"/>
 
155
      </component>
 
156
 
 
157
      <!-- ============================================================ -->
 
158
      <!-- System                                                          -->
 
159
      <!-- ============================================================ -->
 
160
 
 
161
      <component id="system"
 
162
                 module="jboss-system"
 
163
                 version="5.0-SNAPSHOT"
 
164
      >
 
165
         <artifact id="jboss-system.jar" release="lib"/>
 
166
     </component>
 
167
   </build>
 
168
 
 
169
   <!-- Generate the targets -->
 
170
   <generate generate="jbossremoting"/>
 
171
 
 
172
</project>