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.2 by shinsuke, Sat Nov 5 11:07:45 2005 UTC revision 1.3 by shinsuke, Sat Nov 12 02:27:31 2005 UTC
# Line 21  limitations under the License. Line 21  limitations under the License.
21    <pomVersion>3</pomVersion>    <pomVersion>3</pomVersion>
22    <groupId>pal</groupId>    <groupId>pal</groupId>
23    <artifactId>blog</artifactId>    <artifactId>blog</artifactId>
24      <currentVersion>1.0-SNAPSHOT</currentVersion>
25    <name>Blog Portlet</name>    <name>Blog Portlet</name>
26    <description>Blog Portlet</description>    <description>Blog Portlet</description>
27    <shortDescription>Blog</shortDescription>    <shortDescription>Blog</shortDescription>
# Line 60  limitations under the License. Line 61  limitations under the License.
61    
62    <dependencies>    <dependencies>
63      <dependency>      <dependency>
64        <groupId>jetplume</groupId>        <groupId>pal</groupId>
65        <artifactId>bridges-myfaces</artifactId>        <artifactId>bridges-myfaces</artifactId>
66        <version>${bridges.myfaces.version}</version>        <version>${bridges.myfaces.version}</version>
67        <type>jar</type>        <type>jar</type>
# Line 78  limitations under the License. Line 79  limitations under the License.
79          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
80        </properties>        </properties>
81      </dependency>      </dependency>
   
82      <dependency>      <dependency>
83        <groupId>marevol</groupId>        <groupId>marevol</groupId>
84        <artifactId>hibernate-utils</artifactId>        <artifactId>hibernate-utils</artifactId>
# Line 90  limitations under the License. Line 90  limitations under the License.
90      </dependency>      </dependency>
91    
92      <dependency>      <dependency>
93        <groupId>jetspeed2</groupId>        <groupId>portals-bridges</groupId>
94        <artifactId>jetspeed-api</artifactId>        <artifactId>portals-bridges-common</artifactId>
95        <version>${jetspeed.version}</version>        <version>0.4-SNAPSHOT</version>
96        <type>jar</type>        <type>jar</type>
97        <properties>        <properties>
98          <war.bundle>false</war.bundle>          <war.bundle>true</war.bundle>
99        </properties>        </properties>
100      </dependency>      </dependency>
101    
102      <dependency>      <dependency>
103        <id>jetspeed-header-resource</id>        <id>jetspeed-header-resource</id>
104        <groupId>jetspeed2</groupId>        <groupId>jetspeed2</groupId>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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