Skip to content

Commit

Permalink
move branch adempire311 to trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj-cd committed Nov 17, 2006
1 parent 2ee94d2 commit c613157
Show file tree
Hide file tree
Showing 7 changed files with 487 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/.project
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>
24 changes: 24 additions & 0 deletions lib/adempiereApps.xml
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>
24 changes: 24 additions & 0 deletions lib/adempiereRoot.xml
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>
24 changes: 24 additions & 0 deletions lib/adempiereWebStore.xml
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>
40 changes: 40 additions & 0 deletions lib/earstructure.txt
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 added lib/jsfFilter.war
Binary file not shown.
Loading

0 comments on commit c613157

Please sign in to comment.