Skip to content

Commit

Permalink
push related. changed back to push artifact in jdk-1.5 and push-comet…
Browse files Browse the repository at this point in the history
…d in jdk-1.6.

git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5565 ef7698a4-5110-0410-9fc6-c7eb3693863f
  • Loading branch information
Michael O'Cleirigh committed Oct 18, 2010
1 parent fec9153 commit 80e13db
Show file tree
Hide file tree
Showing 186 changed files with 15 additions and 103 deletions.
8 changes: 1 addition & 7 deletions jdk-1.5-parent/push-parent-jdk-1.5/pom.xml
Expand Up @@ -35,13 +35,7 @@


<modules>
<module>push-core</module>
<module>push-timer</module>
<module>push-dojo</module>
<module>push</module>
</modules>

<properties>
<cometd.version>2.0.0.RC2</cometd.version>
</properties>

</project>
7 changes: 0 additions & 7 deletions jdk-1.5-parent/push-parent-jdk-1.5/push-dojo/.classpath

This file was deleted.

40 changes: 0 additions & 40 deletions jdk-1.5-parent/push-parent-jdk-1.5/push-dojo/pom.xml

This file was deleted.

40 changes: 0 additions & 40 deletions jdk-1.5-parent/push-parent-jdk-1.5/push-timer/pom.xml

This file was deleted.

Expand Up @@ -8,11 +8,11 @@
<version>1.4.13-SNAPSHOT</version>
</parent>

<artifactId>push-core</artifactId>
<artifactId>push</artifactId>
<packaging>jar</packaging>

<name>Wicketstuff Push</name>
<description>An integration project for server side pushing in Wicket</description>
<description>An integration project for server side pushing in Wicket. Due to the cometd library depending on Java 6 the cometd implementation is in the push-cometd artifact instead. We include the timer and dojo implementations.</description>
<url>http://wicket-stuff.sourceforge.net/wicket-contrib-cometd</url>
<dependencies>

Expand Down
3 changes: 1 addition & 2 deletions jdk-1.6-parent/pom.xml
Expand Up @@ -18,8 +18,7 @@

<modules>
<module>javaee-inject-parent</module>
<!-- mocleiri: temporary until the new structure is done. -->
<!-- <module>push-parent</module>-->
<module>push-parent-jdk-1.6</module>
<module>wicket-html5-parent</module>
</modules>

Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -7,7 +7,7 @@
<version>1.4.13-SNAPSHOT</version>
</parent>

<artifactId>push-parent</artifactId>
<artifactId>push-parent-jdk-1.6</artifactId>
<packaging>pom</packaging>

<name>Push - Parent</name>
Expand All @@ -34,7 +34,7 @@
</developers>

<modules>
<module>push</module>
<module>push-cometd</module>
<module>push-examples</module>
</modules>

Expand Down
File renamed without changes.
Expand Up @@ -8,11 +8,11 @@
<version>1.4.13-SNAPSHOT</version>
</parent>

<artifactId>push</artifactId>
<artifactId>push-cometd</artifactId>
<packaging>jar</packaging>

<name>Wicketstuff Push</name>
<description>An integration project for server side pushing in Wicket</description>
<name>Wicketstuff Push Cometd</name>
<description>An integration project for server side pushing in Wicket. Due to the Java 6 only nature of the cometd artifacts the cometd integration is seperated from the jdk-1.5 push artifact.</description>
<url>http://wicket-stuff.sourceforge.net/wicket-contrib-cometd</url>
<dependencies>

Expand All @@ -35,6 +35,12 @@
<version>${cometd.version}</version>
</dependency>

<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>push</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>

</project>
File renamed without changes.

0 comments on commit 80e13db

Please sign in to comment.