Skip to content

Commit f8a7d15

Browse files
author
Reza Rahman
committed
Trim down.
1 parent 8599243 commit f8a7d15

File tree

9 files changed

+62
-456
lines changed

9 files changed

+62
-456
lines changed

actionbazaar/nb-configuration.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project-shared-configuration>
33
<!--
4-
This file contains additional configuration written by modules in the NetBeans IDE.
5-
The configuration is intended to be shared among all the users of project and
6-
therefore it is assumed to be part of version control checkout.
7-
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8-
-->
4+
This file contains additional configuration written by modules in the NetBeans IDE.
5+
The configuration is intended to be shared among all the users of project and
6+
therefore it is assumed to be part of version control checkout.
7+
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8+
-->
99
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
1010
<!--
11-
Properties that influence various parts of the IDE, especially code formatting and the like.
12-
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
13-
That way multiple projects can share the same settings (useful for formatting rules for example).
14-
Any value defined here will override the pom.xml file value but is only applicable to the current project.
15-
-->
11+
Properties that influence various parts of the IDE, especially code formatting and the like.
12+
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
13+
That way multiple projects can share the same settings (useful for formatting rules for example).
14+
Any value defined here will override the pom.xml file value but is only applicable to the current project.
15+
-->
1616
<org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>ide</org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>
1717
<org-netbeans-modules-maven-j2ee.netbeans_2e_hint_2e_deploy_2e_server>WebLogic9</org-netbeans-modules-maven-j2ee.netbeans_2e_hint_2e_deploy_2e_server>
1818
<org-netbeans-modules-projectapi.jsf_2e_language>Facelets</org-netbeans-modules-projectapi.jsf_2e_language>

actionbazaar/nbactions.xml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<actions>
3-
<action>
4-
<actionName>run</actionName>
5-
<packagings>
6-
<packaging>war</packaging>
7-
<packaging>ear</packaging>
8-
<packaging>ejb</packaging>
9-
</packagings>
10-
<goals>
11-
<goal>package</goal>
12-
</goals>
13-
<properties>
14-
<netbeans.deploy>true</netbeans.deploy>
15-
<netbeans.deploy.clientUrlPart>/add_bid.jsf</netbeans.deploy.clientUrlPart>
16-
</properties>
17-
</action>
18-
<action>
19-
<actionName>debug</actionName>
20-
<packagings>
21-
<packaging>war</packaging>
22-
<packaging>ear</packaging>
23-
<packaging>ejb</packaging>
24-
</packagings>
25-
<goals>
26-
<goal>package</goal>
27-
</goals>
28-
<properties>
29-
<netbeans.deploy.debugmode>true</netbeans.deploy.debugmode>
30-
<netbeans.deploy>true</netbeans.deploy>
31-
<netbeans.deploy.clientUrlPart>/add_bid.jsf</netbeans.deploy.clientUrlPart>
32-
</properties>
33-
</action>
34-
<action>
35-
<actionName>profile</actionName>
36-
<packagings>
37-
<packaging>ejb</packaging>
38-
<packaging>ear</packaging>
39-
<packaging>war</packaging>
40-
</packagings>
41-
<goals>
42-
<goal>package</goal>
43-
</goals>
44-
<properties>
45-
<netbeans.deploy>true</netbeans.deploy>
46-
<netbeans.deploy.profilemode>true</netbeans.deploy.profilemode>
47-
<netbeans.deploy.clientUrlPart>/add_bid.jsf</netbeans.deploy.clientUrlPart>
48-
</properties>
49-
</action>
50-
</actions>
3+
<action>
4+
<actionName>run</actionName>
5+
<packagings>
6+
<packaging>war</packaging>
7+
<packaging>ear</packaging>
8+
<packaging>ejb</packaging>
9+
</packagings>
10+
<goals>
11+
<goal>package</goal>
12+
</goals>
13+
<properties>
14+
<netbeans.deploy>true</netbeans.deploy>
15+
<netbeans.deploy.clientUrlPart>/add_bid.jsf</netbeans.deploy.clientUrlPart>
16+
</properties>
17+
</action>
18+
<action>
19+
<actionName>debug</actionName>
20+
<packagings>
21+
<packaging>war</packaging>
22+
<packaging>ear</packaging>
23+
<packaging>ejb</packaging>
24+
</packagings>
25+
<goals>
26+
<goal>package</goal>
27+
</goals>
28+
<properties>
29+
<netbeans.deploy.debugmode>true</netbeans.deploy.debugmode>
30+
<netbeans.deploy>true</netbeans.deploy>
31+
<netbeans.deploy.clientUrlPart>/add_bid.jsf</netbeans.deploy.clientUrlPart>
32+
</properties>
33+
</action>
34+
<action>
35+
<actionName>profile</actionName>
36+
<packagings>
37+
<packaging>ejb</packaging>
38+
<packaging>ear</packaging>
39+
<packaging>war</packaging>
40+
</packagings>
41+
<goals>
42+
<goal>package</goal>
43+
</goals>
44+
<properties>
45+
<netbeans.deploy>true</netbeans.deploy>
46+
<netbeans.deploy.profilemode>true</netbeans.deploy.profilemode>
47+
<netbeans.deploy.clientUrlPart>/add_bid.jsf</netbeans.deploy.clientUrlPart>
48+
</properties>
49+
</action>
50+
</actions>

actionbazaar/src/main/java/com/actionbazaar/interfaces/web/AlertServlet.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

actionbazaar/src/main/java/resources/application.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

actionbazaar/src/main/webapp/WEB-INF/weblogic.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.7/weblogic-web-app.xsd">
2+
<weblogic-web-app
3+
xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.7/weblogic-web-app.xsd">
36
<context-root>actionbazaar</context-root>
47
<library-ref>
58
<library-name>jax-rs</library-name>

actionbazaar/src/main/webapp/index.xhtml

Lines changed: 0 additions & 19 deletions
This file was deleted.

actionbazaar/src/test/java/com/actionbazaar/application/BidServiceUnitTest.java

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)