Skip to content

Commit

Permalink
Move WebContent -> src/main/webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed May 28, 2009
1 parent 4cc7b5e commit e823f4a
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 26 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jsf2/pom.xml
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion numberguess/pom.xml
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 1 addition & 4 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>Web Beans Examples</name>
Expand Down Expand Up @@ -151,9 +151,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warSourceDirectory>${basedir}/WebContent</warSourceDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion se/hello-world/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<groupId>org.jboss.webbeans.examples</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion se/numberguess/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<groupId>org.jboss.webbeans.examples</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
Expand Down
14 changes: 0 additions & 14 deletions se/numberguess/src/etc/header.txt

This file was deleted.

2 changes: 1 addition & 1 deletion servlet-numberguess/pom.xml
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
5 changes: 5 additions & 0 deletions translator/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,5 @@
#Thu May 28 16:16:57 BST 2009
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.source=1.5
9 changes: 9 additions & 0 deletions translator/.settings/org.maven.ide.eclipse.prefs
@@ -0,0 +1,9 @@
#Thu May 28 16:16:54 BST 2009
activeProfiles=
eclipse.preferences.version=1
fullBuildGoals=process-test-resources
includeModules=false
resolveWorkspaceProjects=true
resourceFilterGoals=process-resources resources\:testResources
skipCompilerPlugin=true
version=1
2 changes: 1 addition & 1 deletion translator/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.webbeans.examples.translator</groupId>
Expand Down
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd">
<application id="Application_ID">
<display-name>webbeans-translator-ear</display-name>
<module id="EjbModule_1243523823235">
<ejb>webbeans-translator-ejb-1.0.0-SNAPSHOT.jar</ejb>
</module>
<module id="WebModule_1243523823253">
<web>
<web-uri>webbeans-translator-war-1.0.0-SNAPSHOT.war</web-uri>
<context-root>webbeans-translator-war</context-root>
</web>
</module>
</application>
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Class-Path:

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar id="ejb-jar_ID" version="2.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
<display-name>
webbeans-translator-ejb</display-name>
</ejb-jar>
2 changes: 1 addition & 1 deletion wicket/conversations/pom.xml
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion wicket/numberguess/pom.xml
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
<artifactId>webbeans-examples-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down

0 comments on commit e823f4a

Please sign in to comment.