IDEMPIERE-3531:remove facets and main output to jar

refine IDEMPIERE-3510
This commit is contained in:
hieplq 2018-01-30 14:44:05 +07:00
parent 5531b65025
commit 8895154d8d
17 changed files with 24 additions and 57 deletions

View File

@ -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"/>

View File

@ -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,

View File

@ -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/

View File

@ -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

View File

@ -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/

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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>

View File

@ -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,

View File

@ -1,5 +1,4 @@
bin.includes = META-INF/,\
JasperReports.jar,\
OSGI-INF/
source.JasperReports.jar = src/
output.JasperReports.jar = bin/
OSGI-INF/,\
.
source.. = src/

View File

@ -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>

View File

@ -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,

View File

@ -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/

View File

@ -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>

View File

@ -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>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<installed facet="java" version="1.8"/>
</faceted-project>