forked from opensourceBIM/BIMserver
-
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.
Werte vom BIMServer mit korrektem Datentyp holen
http://bitnami/issues/7138
- Loading branch information
1 parent
ec66cc1
commit 5b36270
Showing
11 changed files
with
32 additions
and
22 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
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
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,28 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
|
||
<wb-module deploy-name="bimserverwar-1.5.182"> | ||
<wb-resource deploy-path="/WEB-INF/web.xml" source-path="/web.xml"/> | ||
|
||
<wb-module deploy-name="bimserverwar-1.3.0"> | ||
|
||
<wb-resource deploy-path="/WEB-INF/web.xml" source-path="/web.xml"/> | ||
|
||
|
||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> | ||
|
||
|
||
|
||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> | ||
<dependent-module archiveName="bimserver-1.5.182.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServer/BimServer"> | ||
<dependent-module archiveName="bimserver-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServer/BimServer"> | ||
<dependency-type>uses</dependency-type> | ||
</dependent-module> | ||
<dependent-module archiveName="bimserverclientlib-1.5.182.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServerClientLib/BimServerClientLib"> | ||
<dependent-module archiveName="bimserverclientlib-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServerClientLib/BimServerClientLib"> | ||
<dependency-type>uses</dependency-type> | ||
</dependent-module> | ||
<dependent-module archiveName="shared-1.5.182.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Shared/Shared"> | ||
<dependent-module archiveName="shared-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Shared/Shared"> | ||
<dependency-type>uses</dependency-type> | ||
</dependent-module> | ||
<dependent-module archiveName="pluginbase-1.5.182.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/PluginBase/PluginBase"> | ||
<dependent-module archiveName="pluginbase-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/PluginBase/PluginBase"> | ||
<dependency-type>uses</dependency-type> | ||
</dependent-module> | ||
|
||
|
||
|
||
<property name="java-output-path" value="/BimServerWar/target/classes"/> | ||
|
||
|
||
|
||
<property name="context-root" value="bimserverwar"/> | ||
|
||
</wb-module> | ||
|
||
|
||
</wb-module> | ||
|
||
|
||
</project-modules> |
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
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
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