Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/blog/project.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by shinsuke, Sun Nov 20 01:07:39 2005 UTC revision 1.5 by shinsuke, Sun Nov 20 01:56:54 2005 UTC
# Line 133  limitations under the License. Line 133  limitations under the License.
133          <war.bundle>false</war.bundle>          <war.bundle>false</war.bundle>
134        </properties>        </properties>
135      </dependency>      </dependency>
136      <!-- warred jars -->  
137        <dependency>
138          <groupId>commons-lang</groupId>
139          <artifactId>commons-lang</artifactId>
140          <version>2.1</version>
141          <url>http://jakarta.apache.org/commons/lang</url>
142          <properties>
143            <war.bundle>true</war.bundle>
144          </properties>
145        </dependency>
146      <dependency>      <dependency>
147        <groupId>commons-beanutils</groupId>        <groupId>commons-beanutils</groupId>
148        <artifactId>commons-beanutils</artifactId>        <artifactId>commons-beanutils</artifactId>
149        <version>1.6.1</version>        <version>1.6.1</version>
150        <url>http://jakarta.apache.org/commons/beanutils.html</url>        <url>http://jakarta.apache.org/commons/beanutils</url>
151        <properties>        <properties>
152          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
153        </properties>        </properties>
# Line 156  limitations under the License. Line 165  limitations under the License.
165        <groupId>commons-collections</groupId>        <groupId>commons-collections</groupId>
166        <artifactId>commons-collections</artifactId>        <artifactId>commons-collections</artifactId>
167        <version>2.1</version>        <version>2.1</version>
168        <url>http://jakarta.apache.org/commons/collections.html</url>        <url>http://jakarta.apache.org/commons/collections</url>
169        <properties>        <properties>
170          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
171        </properties>        </properties>
# Line 165  limitations under the License. Line 174  limitations under the License.
174        <groupId>commons-digester</groupId>        <groupId>commons-digester</groupId>
175        <artifactId>commons-digester</artifactId>        <artifactId>commons-digester</artifactId>
176        <version>1.5</version>        <version>1.5</version>
177        <url>http://jakarta.apache.org/commons/digester.html</url>        <url>http://jakarta.apache.org/commons/digester</url>
178        <properties>        <properties>
179          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
180        </properties>        </properties>
# Line 199  limitations under the License. Line 208  limitations under the License.
208        <groupId>commons-logging</groupId>        <groupId>commons-logging</groupId>
209        <artifactId>commons-logging</artifactId>        <artifactId>commons-logging</artifactId>
210        <version>1.0.4</version>        <version>1.0.4</version>
211        <url>http://jakarta.apache.org/commons/logging.html</url>        <url>http://jakarta.apache.org/commons/logging</url>
212        <properties>        <properties>
213          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
214        </properties>        </properties>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26