IDEMPIERE-3531:standard bundle version and build properties
corect some configurtion of build to compatible with maven
This commit is contained in:
parent
50271ce883
commit
857c099621
|
@ -1,13 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
||||||
<classpathentry kind="src" path="src/"/>
|
|
||||||
<classpathentry exported="true" kind="lib" path="lib/bsh.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/bsh.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/commons-validator.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/commons-validator.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/cron4j.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/cron4j.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/jnlp.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/jnlp.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/jython-engine.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/jython-engine.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/jython.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/jython.jar"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
|
<classpathentry kind="src" path="src/"/>
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -8,7 +8,7 @@ Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:
|
||||||
et;tag=v20100503
|
et;tag=v20100503
|
||||||
Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator
|
Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator
|
||||||
Export-Package: org.eclipse.equinox.http.servlet;version="1.1.0"
|
Export-Package: org.eclipse.equinox.http.servlet;version="1.1.0"
|
||||||
Bundle-Version: 1.1.0.v20100503
|
Bundle-Version: 5.1.0.qualifier
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Name: %bundleName
|
Bundle-Name: %bundleName
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
jre.compilation.profile = J2SE-1.3
|
|
||||||
javacErrors.. = -assertIdentifier,-enumIdentifier
|
javacErrors.. = -assertIdentifier,-enumIdentifier
|
||||||
output.. = target/classes/
|
output.. = target/classes/
|
||||||
source.. = src/
|
source.. = src/
|
|
@ -9,7 +9,7 @@ Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:
|
||||||
letbridge;tag=v20100503
|
letbridge;tag=v20100503
|
||||||
Bundle-Activator: org.eclipse.equinox.http.servletbridge.internal.Acti
|
Bundle-Activator: org.eclipse.equinox.http.servletbridge.internal.Acti
|
||||||
vator
|
vator
|
||||||
Bundle-Version: 1.0.200.v20100503
|
Bundle-Version: 5.1.0.qualifier
|
||||||
Import-Package: javax.servlet;version="2.3",javax.servlet.http;version
|
Import-Package: javax.servlet;version="2.3",javax.servlet.http;version
|
||||||
="2.3",org.eclipse.equinox.http.servlet;version="1.0.0",org.eclipse.e
|
="2.3",org.eclipse.equinox.http.servlet;version="1.0.0",org.eclipse.e
|
||||||
quinox.servletbridge;version="1.0.0",org.osgi.framework;version="1.3.
|
quinox.servletbridge;version="1.0.0",org.osgi.framework;version="1.3.
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
jre.compilation.profile = J2SE-1.3
|
|
||||||
javacErrors.. = -assertIdentifier,-enumIdentifier
|
javacErrors.. = -assertIdentifier,-enumIdentifier
|
||||||
output.. = target/classes/
|
output.. = target/classes/
|
||||||
source.. = src/
|
source.. = src/
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="hide" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="output" path=""/>
|
||||||
|
</classpath>
|
|
@ -0,0 +1 @@
|
||||||
|
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
|
|
@ -0,0 +1 @@
|
||||||
|
Window
|
|
@ -7,7 +7,7 @@ Bundle-SymbolicName: org.adempiere.eclipse.equinox.servletbridge;singleton:=true
|
||||||
Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:
|
Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:
|
||||||
org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbr
|
org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbr
|
||||||
idge;tag=v20100503
|
idge;tag=v20100503
|
||||||
Bundle-Version: 1.2.0.v20100503
|
Bundle-Version: 5.1.0.qualifier
|
||||||
Export-Package: org.eclipse.equinox.servletbridge;version="1.1.0"
|
Export-Package: org.eclipse.equinox.servletbridge;version="1.1.0"
|
||||||
Import-Package: javax.servlet;version="2.3.0",
|
Import-Package: javax.servlet;version="2.3.0",
|
||||||
javax.servlet.http;version="2.3.0",
|
javax.servlet.http;version="2.3.0",
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
jre.compilation.profile = J2SE-1.3
|
|
||||||
javacErrors.. = -assertIdentifier,-enumIdentifier
|
javacErrors.. = -assertIdentifier,-enumIdentifier
|
||||||
output.. = target/classes/
|
output.. = target/classes/
|
||||||
source.. = src/
|
source.. = src/
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Apache ECS Library
|
Bundle-Name: Apache ECS Library
|
||||||
Bundle-SymbolicName: org.apache.ecs
|
Bundle-SymbolicName: org.apache.ecs
|
||||||
Bundle-Version: 3.1.0.qualifier
|
Bundle-Version: 5.1.0.qualifier
|
||||||
Bundle-Activator: org.apache.ecs.Activator
|
Bundle-Activator: org.apache.ecs.Activator
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
|
|
|
@ -8,4 +8,3 @@ bin.includes = META-INF/,\
|
||||||
lib/gmapsz.jar,\
|
lib/gmapsz.jar,\
|
||||||
lib/timelinez.jar,\
|
lib/timelinez.jar,\
|
||||||
lib/timeplotz.jar
|
lib/timeplotz.jar
|
||||||
jre.compilation.profile = JavaSE-1.7
|
|
||||||
|
|
Loading…
Reference in New Issue