forked from idempiere/idempiere
-
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.
- Loading branch information
vpj-cd
committed
Nov 17, 2006
1 parent
2ee94d2
commit c613157
Showing
7 changed files
with
487 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>lib</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (C) 1999-2005 Jorg Janke ComPiere, Inc. | ||
@version $Id: application.xml,v 1.2 2006/06/12 00:58:57 jjanke Exp $ | ||
--> | ||
<application version="1.4" 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/application_1_4.xsd"> | ||
<display-name>adempiereApps</display-name> | ||
<description>Adempiere HTML Application</description> | ||
<module> | ||
<java>AdempiereSLib.jar</java> | ||
</module> | ||
<module> | ||
<java>Adempiere.jar</java> | ||
</module> | ||
<module> | ||
<java>adempiereApps.jar</java> | ||
</module> | ||
<module> | ||
<web> | ||
<web-uri>adempiereApps.war</web-uri> | ||
<context-root>/adempiere</context-root> | ||
</web> | ||
</module> | ||
</application> |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (C) 1999-2005 Jorg Janke ComPiere, Inc. | ||
@version $Id: adempiereRoot.xml,v 1.5 2006/10/02 05:57:21 jjanke Exp $ | ||
--> | ||
<application version="1.4" 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/application_1_4.xsd"> | ||
<display-name>adempiereRoot</display-name> | ||
<description>Adempiere Root</description> | ||
<module> | ||
<java>AdempiereSLib.jar</java> | ||
</module> | ||
<module> | ||
<java>Adempiere.jar</java> | ||
</module> | ||
<module> | ||
<ejb>adempiereRoot.jar</ejb> | ||
</module> | ||
<module> | ||
<web> | ||
<web-uri>adempiereRoot.war</web-uri> | ||
<context-root>/admin</context-root> | ||
</web> | ||
</module> | ||
</application> |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (C) 1999-2005 Jorg Janke ComPiere, Inc. | ||
@version $Id: adempiereWebStore.xml,v 1.5 2006/10/02 05:57:19 jjanke Exp $ | ||
--> | ||
<application version="1.4" 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/application_1_4.xsd"> | ||
<display-name>wstore</display-name> | ||
<description>Adempiere Web Store</description> | ||
<module> | ||
<java>AdempiereSLib.jar</java> | ||
</module> | ||
<module> | ||
<java>Adempiere.jar</java> | ||
</module> | ||
<module> | ||
<java>adempiereApps.jar</java> | ||
</module> | ||
<module> | ||
<web> | ||
<web-uri>adempiereWebStore.war</web-uri> | ||
<context-root>/wstore</context-root> | ||
</web> | ||
</module> | ||
</application> |
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
adempiereWebCM.ear | ||
- Adempiere.jar | ||
-- classpath = AdempiereSLib.jar | ||
- AdempiereSLib.jar | ||
-- (none) | ||
- compuiereWebCM.war | ||
-- classpath = Adempiere.jar AdempiereSLib.jar | ||
|
||
|
||
adempiereRoot.ear | ||
- Adempiere.jar | ||
-- classpath = AdempiereSLib.jar | ||
- adempiereRoot.jar | ||
-- classpath = Adempiere.jar AdempiereSLib.jar | ||
- AdempiereSLib.jar | ||
-- (none) | ||
- adempiereRoot.war | ||
-- classpath = Adempiere.jar AdempiereSLib.jar | ||
|
||
|
||
adempiereApps.ear | ||
- Adempiere.jar | ||
-- classpath = AdempiereSLib.jar | ||
- adempiereApps.jar | ||
-- classpath = Adempiere.jar AdempiereSLib.jar | ||
- adempiereSLib.jar | ||
-- (none) | ||
- adempiereApps.war | ||
-- classpath = Adempiere.jar AdempiereSLib.jar | ||
|
||
|
||
adempiereWebStore.ear | ||
- Adempiere.jar | ||
-- classpath = AdempiereSLib.jar | ||
- adempiereApps.jar | ||
-- classpath = Adempiere.jar AdempiereSLib.jar | ||
- adempiereSLib.jar | ||
-- (none) | ||
- adempiereWebStore.war | ||
-- classpath = Adempiere.jar AdempiereSLib.jar adempiereApps.jar |
Binary file not shown.
Oops, something went wrong.