Skip to content

Commit

Permalink
Merge pull request #2535 from e-Evolution/release/3.9.2
Browse files Browse the repository at this point in the history
#2532 Setup ADempiere 392 release https://github.com/adempiere/adempi…
  • Loading branch information
e-Evolution committed May 4, 2019
2 parents 84f7da0 + 54fcc29 commit 6260456
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
25 changes: 17 additions & 8 deletions adempiere.iml
Original file line number Diff line number Diff line change
Expand Up @@ -1413,12 +1413,19 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="org.scalatest:scalatest_2.12:3.0.5" level="project" />
<orderEntry type="library" name="scala-sdk-2.12.8" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/JasperReportsTools/lib/org.krysalis.barcode4j_2.1.0.jar!/" />
<root url="jar://$MODULE_DIR$/tools/lib/commons-validator-1.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/tools/lib/zxing-2.3.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand All @@ -1427,7 +1434,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/JasperReportsTools/lib/zxing-2.3.0.jar!/" />
<root url="jar://$MODULE_DIR$/tools/lib/xmlgraphics-commons-2.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand All @@ -1436,7 +1443,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/JasperReportsTools/lib/batik-all-1.9.jar!/" />
<root url="jar://$MODULE_DIR$/tools/lib/xml-apis-ext-1.3.04.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand All @@ -1445,7 +1452,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/JasperReportsTools/lib/xmlgraphics-commons-2.2.jar!/" />
<root url="jar://$MODULE_DIR$/tools/lib/xml-apis-1.3.04.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand All @@ -1454,7 +1461,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/JasperReportsTools/lib/xml-apis-ext-1.3.04.jar!/" />
<root url="jar://$MODULE_DIR$/tools/lib/org.krysalis.barcode4j_2.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand All @@ -1463,11 +1470,13 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/JasperReportsTools/lib/xml-apis-1.3.04.jar!/" />
<root url="jar://$MODULE_DIR$/tools/lib/batik-all-1.9.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="org.scalatest:scalatest_2.12:3.0.5" level="project" />
<orderEntry type="library" name="scala-sdk-2.12.8" level="project" />
</component>
</module>
2 changes: 2 additions & 0 deletions db/database/Startup/OracleXE/CreateUser.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ SET ECHO ON
* Parameter: UserID UserPwd
* Run as system
************************************************************************/
ALTER SESSION SET "_ORACLE_SCRIPT"=true
/
DROP USER &1 CASCADE
/
CREATE USER &1 IDENTIFIED BY &2
Expand Down
1 change: 1 addition & 0 deletions project/project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=1.1.1

0 comments on commit 6260456

Please sign in to comment.