Skip to content

Commit

Permalink
WBX-25
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Popetz committed Apr 16, 2009
1 parent 69d0796 commit 13ab6ed
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wicket/conversations/build.xml
@@ -0,0 +1,7 @@
<project basedir="." name="Wicket Conversations Example Build" default="restart">

<property name="example.name" value="webbeans-conversations-wicket" />

<import file="../../build.xml" />

</project>
1 change: 1 addition & 0 deletions wicket/conversations/pom.xml
Expand Up @@ -74,6 +74,7 @@
</dependencies>

<build>
<finalName>webbeans-conversations-wicket</finalName>
<resources>
<resource>
<filtering>false</filtering>
Expand Down
7 changes: 7 additions & 0 deletions wicket/numberguess/build.xml
@@ -0,0 +1,7 @@
<project basedir="." name="Wicket Numberguess Example Build" default="restart">

<property name="example.name" value="webbeans-numberguess-wicket" />

<import file="../../build.xml" />

</project>
1 change: 1 addition & 0 deletions wicket/numberguess/pom.xml
Expand Up @@ -75,6 +75,7 @@
</dependencies>

<build>
<finalName>webbeans-numberguess-wicket</finalName>
<resources>
<resource>
<filtering>false</filtering>
Expand Down

0 comments on commit 13ab6ed

Please sign in to comment.