IDEMPIERE-3531:remove facets and main output to jar
refine IDEMPIERE-3510
This commit is contained in:
parent
5531b65025
commit
8895154d8d
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="owner.project.facets" value="java"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry exported="true" kind="lib" path="bsh-2.0b6.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="jython-engine.jar"/>
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: iDempiere Core
|
||||
Bundle-SymbolicName: org.adempiere.base;singleton:=true
|
||||
Bundle-Version: 5.1.0.qualifier
|
||||
Bundle-ClassPath: base.jar,
|
||||
Bundle-ClassPath: .,
|
||||
jython-engine.jar,
|
||||
jython.jar,
|
||||
cron4j-2.2.5.jar,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
bin.includes = META-INF/,\
|
||||
base.jar,\
|
||||
plugin.xml,\
|
||||
jython-engine.jar,\
|
||||
jython.jar,\
|
||||
|
@ -25,7 +24,7 @@ bin.includes = META-INF/,\
|
|||
OSGI-INF/defaultproductpricingfactory.xml,\
|
||||
schema/,\
|
||||
bsh-2.0b6.jar,\
|
||||
commons-validator-1.6.jar
|
||||
output.base.jar = bin/
|
||||
commons-validator-1.6.jar,\
|
||||
.
|
||||
src.includes = schema/
|
||||
source.base.jar = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -3,8 +3,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: iDempiere extend
|
||||
Bundle-SymbolicName: org.adempiere.extend;singleton:=true
|
||||
Bundle-Version: 5.1.0.qualifier
|
||||
Bundle-ClassPath: extend.jar,
|
||||
spiffy-with_source-all-0.05.jar
|
||||
Eclipse-RegisterBuddy: org.adempiere.tools
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Export-Package: compiere.model,
|
||||
|
@ -17,3 +15,5 @@ Import-Package: junit.framework;version="3.8.2",
|
|||
org.junit.runners;version="4.8.2",
|
||||
org.supercsv.io,
|
||||
org.supercsv.prefs
|
||||
Bundle-ClassPath: .,
|
||||
spiffy-with_source-all-0.05.jar
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
output.extend.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
extend.jar,\
|
||||
.,\
|
||||
spiffy-with_source-all-0.05.jar
|
||||
jars.compile.order = extend.jar
|
||||
source.extend.jar = src/
|
||||
source.. = src/
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="${url.file.srv}/jarfile/5.1/spiffy-with_source-all-0.05.jar" dest="spiffy-with_source-all-0.05.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/5.1/extend.jar" dest="extend.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: iDempiere Setup
|
||||
Bundle-SymbolicName: org.adempiere.install;singleton:=true
|
||||
Bundle-Version: 5.1.0.qualifier
|
||||
Bundle-ClassPath: install.jar,
|
||||
Bundle-ClassPath: .,
|
||||
ant-contrib-1.0b3.jar
|
||||
Export-Package: org.adempiere.install,
|
||||
org.compiere.install
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
source.install.jar = src/
|
||||
output.install.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
install.jar,\
|
||||
plugin.xml,\
|
||||
ant-contrib-1.0b3.jar
|
||||
ant-contrib-1.0b3.jar,\
|
||||
.
|
||||
source.. = src/
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry excluding="org/compiere/report/ReportExporter.java" kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="owner.project.facets" value="java"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: iDempiere JasperReport integration
|
||||
Bundle-SymbolicName: org.adempiere.report.jasper;singleton:=true
|
||||
Bundle-Version: 5.1.0.qualifier
|
||||
Bundle-ClassPath: JasperReports.jar
|
||||
Bundle-ClassPath: .
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Import-Package: net.sourceforge.barbecue;version="1.5.0.beta1",
|
||||
org.apache.commons.codec,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
bin.includes = META-INF/,\
|
||||
JasperReports.jar,\
|
||||
OSGI-INF/
|
||||
source.JasperReports.jar = src/
|
||||
output.JasperReports.jar = bin/
|
||||
OSGI-INF/,\
|
||||
.
|
||||
source.. = src/
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
<classpathentry exported="true" kind="lib" path="looks-2.0.4.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="miglayout-3.7.1-swing.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="jpedal.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="owner.project.facets" value="java"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: iDempiere Swing Client
|
||||
Bundle-SymbolicName: org.adempiere.ui.swing;singleton:=true
|
||||
Bundle-Version: 5.1.0.qualifier
|
||||
Bundle-ClassPath: client.jar,
|
||||
Bundle-ClassPath: .,
|
||||
swingx-1.6.jar,
|
||||
looks-2.0.4.jar,
|
||||
miglayout-3.7.1-swing.jar,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
bin.includes = META-INF/,\
|
||||
client.jar,\
|
||||
plugin.xml,\
|
||||
swingx-1.6.jar,\
|
||||
looks-2.0.4.jar,\
|
||||
|
@ -13,6 +12,6 @@ bin.includes = META-INF/,\
|
|||
OSGI-INF/defaultinfofactory.xml,\
|
||||
OSGI-INF/defaulteditorfactory.xml,\
|
||||
OSGI-INF/reportviewerprovider.xml,\
|
||||
OSGI-INF/defaultformfactory.xml
|
||||
source.client.jar = src/
|
||||
output.client.jar = bin/
|
||||
OSGI-INF/defaultformfactory.xml,\
|
||||
.
|
||||
source.. = src/
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="owner.project.facets" value="java"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.common.project.facet.core.builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
|
@ -23,6 +18,5 @@
|
|||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<faceted-project>
|
||||
<installed facet="java" version="1.8"/>
|
||||
</faceted-project>
|
Loading…
Reference in New Issue