forked from javaee-samples/javaee7-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request javaee-samples#315 from rhanus/master
fixed project's naming conventions
- Loading branch information
Showing
15 changed files
with
99 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
<?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/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<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/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.javaee7</groupId> | ||
<artifactId>cdi</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
<groupId>org.javaee7</groupId> | ||
<artifactId>cdi-beanmanager</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
<packaging>war</packaging> | ||
<name>Java EE 7 Sample: cdi - beanmanager</name> | ||
<parent> | ||
<groupId>org.javaee7</groupId> | ||
<artifactId>cdi</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>cdi-beanmanager</artifactId> | ||
<name>Java EE 7 Sample: cdi - beanmanager</name> | ||
|
||
<properties> | ||
<netbeans.hint.deploy.server>gfv3ee6</netbeans.hint.deploy.server> | ||
</properties> | ||
</project> |
2 changes: 1 addition & 1 deletion
2
...aee7/cdisamples/beanmanager/Greeting.java → ...org/javaee7/cdi/beanmanager/Greeting.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.javaee7.cdisamples.beanmanager; | ||
package org.javaee7.cdi.beanmanager; | ||
|
||
/** | ||
* @author Arun Gupta | ||
|
2 changes: 1 addition & 1 deletion
2
...disamples/beanmanager/SimpleGreeting.java → ...vaee7/cdi/beanmanager/SimpleGreeting.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.javaee7.cdisamples.beanmanager; | ||
package org.javaee7.cdi.beanmanager; | ||
|
||
/** | ||
* @author Arun Gupta | ||
|
2 changes: 1 addition & 1 deletion
2
...disamples/beanmanager/SmileyGreeting.java → ...vaee7/cdi/beanmanager/SmileyGreeting.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.javaee7.cdisamples.beanmanager; | ||
package org.javaee7.cdi.beanmanager; | ||
|
||
/** | ||
* @author Arun Gupta | ||
|
95 changes: 0 additions & 95 deletions
95
cdi/beanmanager/src/main/java/org/javaee7/cdisamples/beanmanager/TestServletCurrent.java
This file was deleted.
Oops, something went wrong.
96 changes: 0 additions & 96 deletions
96
cdi/beanmanager/src/main/java/org/javaee7/cdisamples/beanmanager/TestServletInject.java
This file was deleted.
Oops, something went wrong.
103 changes: 0 additions & 103 deletions
103
cdi/beanmanager/src/main/java/org/javaee7/cdisamples/beanmanager/TestServletJNDI.java
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.