IDEMPIERE-1633 - Missing pieces for replication setup
This commit is contained in:
parent
f8d7e6bc26
commit
12dd7d7aa2
|
@ -1,4 +1,5 @@
|
||||||
source.. = src/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.
|
.,\
|
||||||
|
plugin.xml
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<?eclipse version="3.4"?>
|
||||||
|
<plugin>
|
||||||
|
|
||||||
|
<extension
|
||||||
|
id="org.adempiere.model.ExportModelValidator"
|
||||||
|
name="org.adempiere.model.ExportModelValidator"
|
||||||
|
point="org.adempiere.base.ModelValidator">
|
||||||
|
<listener
|
||||||
|
class="org.adempiere.model.ExportModelValidator">
|
||||||
|
</listener>
|
||||||
|
</extension>
|
||||||
|
|
||||||
|
</plugin>
|
Loading…
Reference in New Issue