[jboss-cvs] repository.jboss.com/maven2/org/ajax4jsf/cdk/1.1.0 ...
Alexander Smirnov
asmirnov at exadel.com
Fri Mar 9 12:45:10 EST 2007
User: alexsmirnov
Date: 07/03/09 12:45:10
Added: maven2/org/ajax4jsf/cdk/1.1.0 cdk-1.1.0-site.xml.md5
cdk-1.1.0.pom.md5 cdk-1.1.0-site.xml cdk-1.1.0.pom
cdk-1.1.0.pom.sha1 cdk-1.1.0-site.xml.sha1
Log:
Publish releases of the ajax4jsf 1.1.0 and RichFaces 3.0.0
Revision Changes Path
1.1 date: 2007/03/09 17:45:10; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/cdk/1.1.0/cdk-1.1.0-site.xml.md5
Index: cdk-1.1.0-site.xml.md5
===================================================================
3300c3f9f3413f712237d7d9483d2087
1.1 date: 2007/03/09 17:45:10; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/cdk/1.1.0/cdk-1.1.0.pom.md5
Index: cdk-1.1.0.pom.md5
===================================================================
26f2e14638e33fb8b163172db4d750e2
1.1 date: 2007/03/09 17:45:10; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/cdk/1.1.0/cdk-1.1.0-site.xml
Index: cdk-1.1.0-site.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?><project name="JSF Components development kit">
<bannerLeft>
<name>JSF Components development kit</name>
<src>images/exadel_logo.jpg</src>
<href>http://ajax4jsf.org/cdk</href>
</bannerLeft>
<bannerRight>
<src>http://maven.apache.org/images/maven-small.gif</src>
</bannerRight>
<publishDate position="navigation-bottom" format="MM-dd-yy" />
<body>
<links>
<item name="JSF" href="https://javaserverfaces.dev.java.net/" />
<item name="Maven 2" href="http://maven.apache.org/maven2/" />
</links>
<menu name="JSF CDK">
<item name="Introduction" href="index.html" />
<item name="Download" href="download.html" />
<item name="Release Notes" href="release-notes.html" />
<item name="Documentation" href="doc.html" />
</menu>
<menu name="Modules" ref="modules">
<item name="JSF Renderers templates complier" href="compiler/index.html" />
<item name="Java Server Faces component generator" href="generator/index.html" />
<item name="Maven plugin for JSF components code generation" href="maven-cdk-plugin/index.html" />
<item name="Archetype - maven-archetype-jsf-component" href="maven-archetype-jsf-component/index.html" />
<item name="Archetype for jsf webapp project" href="maven-archetype-jsfwebapp/index.html" />
</menu>
</body>
</project>
1.1 date: 2007/03/09 17:45:10; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/cdk/1.1.0/cdk-1.1.0.pom
Index: cdk-1.1.0.pom
===================================================================
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>master</artifactId>
<groupId>org.ajax4jsf</groupId>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.ajax4jsf</groupId>
<artifactId>cdk</artifactId>
<packaging>pom</packaging>
<name>Components Development kit</name>
<version>1.1.0</version>
<url>http://jboss.org/projects/jbossajax4jsf/cdk</url>
<dependencies />
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<modules>
<module>maven-cdk-plugin</module>
<module>compiler</module>
<module>generator</module>
<module>maven-archetype-jsf-component</module>
<module>maven-archetype-jsfwebapp</module>
</modules>
</project>
1.1 date: 2007/03/09 17:45:10; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/cdk/1.1.0/cdk-1.1.0.pom.sha1
Index: cdk-1.1.0.pom.sha1
===================================================================
9fb56ba5debfe75854bcf9996e74da265843f09a
1.1 date: 2007/03/09 17:45:10; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/cdk/1.1.0/cdk-1.1.0-site.xml.sha1
Index: cdk-1.1.0-site.xml.sha1
===================================================================
496c5d6564248f7484700e7f1a6edabb306731ea
More information about the jboss-cvs-commits
mailing list