Merged in hengsin/idempiere-hengsin (pull request #1)
This commit is contained in:
commit
bdf262dbb5
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry exported="true" kind="lib" path=""/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
|
@ -1,18 +0,0 @@
|
|||
Manifest-Version: 1.0
|
||||
Export-Package: org.slf4j;version="1.6.1";uses:="org.slf4j.spi",org.sl
|
||||
f4j.helpers;version="1.6.1";uses:="org.slf4j,org.slf4j.spi",org.slf4j
|
||||
.spi;version="1.6.1";uses:="org.slf4j"
|
||||
Implementation-Title: slf4j-api
|
||||
Implementation-Version: 1.6.1
|
||||
Built-By: ceki
|
||||
Tool: Bundlor 1.0.0.RELEASE
|
||||
Bundle-Name: SLF4J API
|
||||
Created-By: Apache Maven
|
||||
Bundle-Vendor: SpringSource
|
||||
Build-Jdk: 1.6.0_16
|
||||
Bundle-Version: 1.6.1
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Description: The slf4j API
|
||||
Bundle-SymbolicName: com.springsource.slf4j.api
|
||||
Import-Package: org.slf4j.impl;version="[1.6.1, 2.0.0)"
|
||||
Archiver-Version: Plexus Archiver
|
|
@ -1,5 +0,0 @@
|
|||
#Generated by Maven
|
||||
#Mon Jul 05 22:24:25 CEST 2010
|
||||
version=1.6.1
|
||||
groupId=org.slf4j
|
||||
artifactId=slf4j-api
|
|
@ -1,101 +0,0 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>SLF4J API Module</name>
|
||||
|
||||
<url>http://www.slf4j.org</url>
|
||||
<description>The slf4j API</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<reportFormat>plain</reportFormat>
|
||||
<trimStackTrace>false</trimStackTrace>
|
||||
<excludes>
|
||||
<exclude>**/AllTest.java</exclude>
|
||||
<exclude>**/PackageTest.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
|
||||
<Bundle-Description>${project.description}</Bundle-Description>
|
||||
<Implementation-Version>${project.version}</Implementation-Version>
|
||||
</manifestEntries>
|
||||
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
||||
</archive>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>bundle-test-jar</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-classes</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<echo>Removing slf4j-api's dummy StaticLoggerBinder and StaticMarkerBinder</echo>
|
||||
<delete dir="target/classes/org/slf4j/impl"/>
|
||||
</tasks>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
</build>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>clirr-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<comparisonVersion>1.5.6</comparisonVersion>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
|
@ -1,4 +0,0 @@
|
|||
source.. = .
|
||||
output.. = .
|
||||
bin.includes = META-INF/,\
|
||||
org/
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -122,14 +122,14 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.servlet"
|
||||
id="javax.servlet"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.junit"
|
||||
id="org.junit"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -150,14 +150,14 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.commons.collections"
|
||||
id="org.apache.commons.collections"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.commons.net"
|
||||
id="org.apache.commons.net"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -192,10 +192,10 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.logging"
|
||||
id="com.springsource.org.apache.commons.logging"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.1.1.v201101211721"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
|
@ -234,22 +234,21 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.xml.resolver"
|
||||
id="org.apache.xml.resolver"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.xerces"
|
||||
id="org.apache.xerces"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.xml.serializer"
|
||||
id="org.apache.xml.serializer"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -270,7 +269,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.el"
|
||||
id="javax.el"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -327,4 +326,11 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.hamcrest.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<booleanAttribute key="clearwslog" value="false"/>
|
||||
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/model.generator"/>
|
||||
<booleanAttribute key="default" value="false"/>
|
||||
<stringAttribute key="deselected_workspace_plugins" value="org.adempiere.pipo.handlers,org.adempiere.server,org.adempiere.report.jasper.swing,org.adempiere.base.process,org.adempiere.ui,org.adempiere.ui.swing,org.adempiere.base.callout,org.adempiere.replication.server,org.adempiere.plugin.utils,org.adempiere.tomcat.config,org.adempiere.pipo,org.adempiere.replication,org.adempiere.ui.zk,org.adempiere.payment.processor"/>
|
||||
<stringAttribute key="deselected_workspace_plugins" value="org.adempiere.base.callout,org.adempiere.base.process,org.adempiere.payment.processor,org.adempiere.pipo,org.adempiere.pipo.handlers,org.adempiere.plugin.utils,org.adempiere.replication,org.adempiere.replication.server,org.adempiere.report.jasper.swing,org.adempiere.report.jasper.webapp,org.adempiere.server,org.adempiere.tomcat.config,org.adempiere.ui,org.adempiere.ui.swing,org.adempiere.ui.zk,org.adempiere.webstore,org.adempiere.webstore.resource,org.adempiere.webstore.servlet"/>
|
||||
<booleanAttribute key="includeOptional" value="true"/>
|
||||
<stringAttribute key="location" value="${workspace_loc}/../runtime-model.generator"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
|
||||
|
@ -20,8 +20,8 @@
|
|||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc}"/>
|
||||
<stringAttribute key="pde.version" value="3.3"/>
|
||||
<stringAttribute key="product" value="org.adempiere.server.server_product"/>
|
||||
<stringAttribute key="selected_target_plugins" value="org.eclipse.equinox.http.registry@default:default,com.springsource.javax.activation@default:default,com.springsource.org.apache.commons.collections@default:default,com.springsource.javax.jms@default:default,org.eclipse.core.jobs@default:default,com.springsource.org.apache.commons.net@default:default,com.springsource.javax.el@default:default,com.springsource.javax.mail@default:default,com.springsource.javax.xml.rpc@default:default,org.springframework.core@default:default,org.restlet@default:default,com.springsource.javax.servlet.jsp@default:default,org.eclipse.osgi@-1:true,com.springsource.org.apache.activemq@default:default,org.springframework.beans@default:default,org.eclipse.core.runtime.compatibility.auth@default:default,org.eclipse.equinox.registry@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.javax.servlet.jsp.jstl@default:default,org.eclipse.ant.core@default:default,org.apache.commons.logging@default:default,org.apache.poi@default:default,org.springframework.context@default:default,org.eclipse.core.runtime@default:true,javax.xml@default:default,com.springsource.javax.ejb@default:default,org.eclipse.core.variables@default:default,org.springframework.aop@default:default,org.apache.ant@default:default,com.springsource.javax.management.j2ee@default:default,com.springsource.javax.servlet@default:default,com.springsource.javax.transaction@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.preferences@default:default,org.apache.commons.codec@default:default,com.springsource.org.apache.kahadb@default:default,com.springsource.net.sf.cglib@default:default,org.eclipse.osgi.services@default:default,com.springsource.org.aopalliance@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.equinox.app@default:default,com.springsource.org.junit@default:default,javax.persistence@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base@default:default,org.adempiere.webstore.resource@default:false,org.adempiere.webstore.servlet@default:default,org.compiere.db.postgresql.provider@default:default,org.adempiere.report.jasper.library@default:default,org.adempiere.pipo.legacy@default:default,org.compiere.db.oracle.provider@default:default,org.adempiere.install@default:default,org.adempiere.report.jasper@default:default,org.adempiere.report.jasper.webapp@default:default,org.adempiere.eclipse.equinox.http.servletbridge@default:default,org.adempiere.eclipse.equinox.servletbridge@default:default,org.adempiere.webstore@default:default,org.adempiere.extend@default:false,org.apache.ecs@default:default,org.adempiere.eclipse.equinox.http.servlet@default:default"/>
|
||||
<stringAttribute key="selected_target_plugins" value="com.springsource.javax.activation@default:default,com.springsource.javax.ejb@default:default,com.springsource.javax.jms@default:default,com.springsource.javax.mail@default:default,com.springsource.javax.management.j2ee@default:default,com.springsource.javax.transaction@default:default,com.springsource.javax.xml.rpc@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.net.sf.cglib@default:default,com.springsource.org.aopalliance@default:default,com.springsource.org.apache.activemq@default:default,com.springsource.org.apache.commons.logging@default:default,com.springsource.org.apache.kahadb@default:default,javax.servlet@default:default,javax.xml@default:default,org.apache.ant@default:default,org.apache.commons.codec@default:default,org.apache.commons.collections@default:default,org.apache.commons.logging@default:default,org.apache.commons.net@default:default,org.apache.poi@default:default,org.eclipse.ant.core@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.runtime.compatibility.auth@default:default,org.eclipse.core.runtime@default:true,org.eclipse.core.variables@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.http.registry@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.osgi.services@default:default,org.eclipse.osgi@-1:true,org.hamcrest.core@default:default,org.junit@default:default,org.restlet@default:default,org.springframework.aop@default:default,org.springframework.beans@default:default,org.springframework.context@default:default,org.springframework.core@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base@default:default,org.adempiere.eclipse.equinox.http.servlet@default:default,org.adempiere.eclipse.equinox.http.servletbridge@default:default,org.adempiere.eclipse.equinox.servletbridge@default:default,org.adempiere.extend@default:false,org.adempiere.install@default:default,org.adempiere.report.jasper.library@default:default,org.adempiere.report.jasper@default:default,org.apache.ecs@default:default,org.compiere.db.oracle.provider@default:default,org.compiere.db.postgresql.provider@default:default"/>
|
||||
<booleanAttribute key="show_selected_only" value="false"/>
|
||||
<stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/>
|
||||
<booleanAttribute key="tracing" value="false"/>
|
||||
|
|
|
@ -10,5 +10,5 @@ Import-Package: javax.mail;version="1.4.0",
|
|||
javax.mail.internet;version="1.4.0",
|
||||
javax.servlet;version="2.5.0",
|
||||
javax.servlet.http;version="2.5.0",
|
||||
org.apache.commons.collections.keyvalue;version="3.2.1"
|
||||
org.apache.commons.collections.keyvalue;version="3.2.0"
|
||||
Eclipse-RegisterBuddy: org.adempiere.base
|
||||
|
|
|
@ -152,8 +152,8 @@ Import-Package: com.sun.mail.smtp;version="1.4.0",
|
|||
junit.textui;version="3.8.2",
|
||||
net.sf.cglib.proxy,
|
||||
org.apache.activemq;version="5.3.0",
|
||||
org.apache.commons.collections;version="3.2.1",
|
||||
org.apache.commons.collections.keyvalue;version="3.2.1",
|
||||
org.apache.commons.collections;version="3.2.0",
|
||||
org.apache.commons.collections.keyvalue;version="3.2.0",
|
||||
org.apache.commons.net;version="2.0.0",
|
||||
org.apache.commons.net.ftp,
|
||||
org.apache.ecs,
|
||||
|
|
|
@ -13,7 +13,7 @@ bin.includes = META-INF/,\
|
|||
jcommon-1.0.16.jar,\
|
||||
jfreechart-1.0.13.jar,\
|
||||
jnlp.jar,\
|
||||
OSGI-INF/eventmanager.xml
|
||||
OSGI-INF/
|
||||
output.base.jar = build/
|
||||
source.base.jar = src/
|
||||
src.includes = schema/
|
||||
|
|
|
@ -25,21 +25,14 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.management.j2ee"
|
||||
id="javax.servlet.jsp.jstl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.servlet.jsp.jstl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.xml.ws"
|
||||
id="javax.xml.ws"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -60,7 +53,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.commons.net"
|
||||
id="org.apache.commons.net"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -81,29 +74,28 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.taglibs.standard"
|
||||
id="org.apache.taglibs.standard.glassfish"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.xerces"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.xml.resolver"
|
||||
id="org.apache.xerces"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.xml.serializer"
|
||||
id="org.apache.xml.resolver"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.xml.serializer"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -117,7 +109,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.junit"
|
||||
id="org.junit"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
|
|
@ -14,7 +14,9 @@ Bundle-Vendor: %providerName
|
|||
Bundle-Name: %bundleName
|
||||
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are
|
||||
specified for compatibility with 3.2
|
||||
Import-Package: javax.servlet;version="2.3",javax.servlet.http;version
|
||||
="2.3",org.osgi.framework;version="1.3.0",org.osgi.service.http;versi
|
||||
on="1.2.0"
|
||||
Import-Package: javax.servlet;version="2.3",
|
||||
javax.servlet.descriptor;version="3.0.0",
|
||||
javax.servlet.http;version="2.3",
|
||||
org.osgi.framework;version="1.3.0",
|
||||
org.osgi.service.http;version="1.2.0"
|
||||
Bundle-ManifestVersion: 2
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
.,\
|
||||
plugin.properties
|
||||
|
|
|
@ -16,7 +16,13 @@ import java.lang.reflect.Method;
|
|||
import java.net.URL;
|
||||
import java.security.*;
|
||||
import java.util.*;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.FilterRegistration;
|
||||
import javax.servlet.FilterRegistration.Dynamic;
|
||||
import javax.servlet.ServletRegistration;
|
||||
import javax.servlet.descriptor.JspConfigDescriptor;
|
||||
|
||||
import org.osgi.service.http.HttpContext;
|
||||
|
||||
public class ServletContextAdaptor implements ServletContext {
|
||||
|
@ -183,4 +189,111 @@ public class ServletContextAdaptor implements ServletContext {
|
|||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public Dynamic addFilter(String arg0, String arg1) {
|
||||
return servletContext.addFilter(arg0, arg1);
|
||||
}
|
||||
|
||||
public Dynamic addFilter(String arg0, Filter arg1) {
|
||||
return servletContext.addFilter(arg0, arg1);
|
||||
}
|
||||
|
||||
public Dynamic addFilter(String arg0, Class arg1) {
|
||||
return servletContext.addFilter(arg0, arg1);
|
||||
}
|
||||
|
||||
public void addListener(String arg0) {
|
||||
servletContext.addListener(arg0);
|
||||
}
|
||||
|
||||
public void addListener(EventListener arg0) {
|
||||
servletContext.addListener(arg0);
|
||||
}
|
||||
|
||||
public void addListener(Class arg0) {
|
||||
servletContext.addListener(arg0);
|
||||
}
|
||||
|
||||
public javax.servlet.ServletRegistration.Dynamic addServlet(String arg0,
|
||||
String arg1) {
|
||||
return servletContext.addServlet(arg0, arg1);
|
||||
}
|
||||
|
||||
public javax.servlet.ServletRegistration.Dynamic addServlet(String arg0,
|
||||
Servlet arg1) {
|
||||
return servletContext.addServlet(arg0, arg1);
|
||||
}
|
||||
|
||||
public javax.servlet.ServletRegistration.Dynamic addServlet(String arg0,
|
||||
Class arg1) {
|
||||
return servletContext.addServlet(arg0, arg1);
|
||||
}
|
||||
|
||||
public Filter createFilter(Class arg0) throws ServletException {
|
||||
return servletContext.createFilter(arg0);
|
||||
}
|
||||
|
||||
public EventListener createListener(Class arg0) throws ServletException {
|
||||
return servletContext.createListener(arg0);
|
||||
}
|
||||
|
||||
public Servlet createServlet(Class arg0) throws ServletException {
|
||||
return servletContext.createServlet(arg0);
|
||||
}
|
||||
|
||||
public void declareRoles(String[] arg0) {
|
||||
servletContext.declareRoles(arg0);
|
||||
}
|
||||
|
||||
public ClassLoader getClassLoader() {
|
||||
return servletContext.getClassLoader();
|
||||
}
|
||||
|
||||
public Set getDefaultSessionTrackingModes() {
|
||||
return servletContext.getDefaultSessionTrackingModes();
|
||||
}
|
||||
|
||||
public int getEffectiveMajorVersion() {
|
||||
return servletContext.getEffectiveMajorVersion();
|
||||
}
|
||||
|
||||
public int getEffectiveMinorVersion() {
|
||||
return servletContext.getEffectiveMinorVersion();
|
||||
}
|
||||
|
||||
public Set getEffectiveSessionTrackingModes() {
|
||||
return servletContext.getEffectiveSessionTrackingModes();
|
||||
}
|
||||
|
||||
public FilterRegistration getFilterRegistration(String arg0) {
|
||||
return servletContext.getFilterRegistration(arg0);
|
||||
}
|
||||
|
||||
public Map getFilterRegistrations() {
|
||||
return servletContext.getFilterRegistrations();
|
||||
}
|
||||
|
||||
public JspConfigDescriptor getJspConfigDescriptor() {
|
||||
return servletContext.getJspConfigDescriptor();
|
||||
}
|
||||
|
||||
public ServletRegistration getServletRegistration(String arg0) {
|
||||
return servletContext.getServletRegistration(arg0);
|
||||
}
|
||||
|
||||
public Map getServletRegistrations() {
|
||||
return servletContext.getServletRegistrations();
|
||||
}
|
||||
|
||||
public SessionCookieConfig getSessionCookieConfig() {
|
||||
return servletContext.getSessionCookieConfig();
|
||||
}
|
||||
|
||||
public boolean setInitParameter(String arg0, String arg1) {
|
||||
return servletContext.setInitParameter(arg0, arg1);
|
||||
}
|
||||
|
||||
public void setSessionTrackingModes(Set arg0) {
|
||||
servletContext.setSessionTrackingModes(arg0);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
.,\
|
||||
plugin.properties
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
.,\
|
||||
plugin.properties
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.adempiere.geminiweb-feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -1 +0,0 @@
|
|||
bin.includes = feature.xml
|
|
@ -1,304 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.adempiere.geminiweb"
|
||||
label="GeminiWeb-feature"
|
||||
version="1.1.0.RELEASE"
|
||||
provider-name="Adempiere.org">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.activation"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.annotation"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.ejb"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.el"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.mail"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="javax.persistence"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.servlet"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.servlet.jsp"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.transaction"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.xml.bind"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.xml.rpc"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.xml.soap"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="javax.xml.stream"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.aopalliance"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.catalina.ha.springsource"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.catalina.springsource"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.catalina.tribes.springsource"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.commons.collections"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.logging"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.coyote.springsource"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.el.springsource"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.jasper.springsource"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.juli.extras.springsource"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.eclipse.jdt.core.compiler.batch"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.slf4j.api"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.slf4j.jcl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.gemini.web.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.gemini.web.extender"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.gemini.web.tomcat"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.virgo.util.common"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.virgo.util.io"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.virgo.util.math"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.virgo.util.osgi"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.virgo.util.parser.manifest"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.springframework.aop"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.springframework.beans"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.springframework.context"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.springframework.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.springframework.osgi.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.springframework.osgi.io"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
|
@ -19,8 +19,8 @@
|
|||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc}"/>
|
||||
<stringAttribute key="pde.version" value="3.3"/>
|
||||
<stringAttribute key="product" value="org.adempiere.server.server_product"/>
|
||||
<stringAttribute key="selected_target_plugins" value="org.apache.poi@default:default,org.eclipse.osgi@-1:true,org.eclipse.equinox.app@default:default,org.eclipse.core.runtime@default:true,com.springsource.net.sf.cglib@default:default,com.springsource.org.apache.activemq@default:default,org.eclipse.core.variables@default:default,com.springsource.org.apache.kahadb@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.equinox.common@2:true,javax.xml@default:default,org.apache.commons.logging@default:default,com.springsource.javax.xml.rpc@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.javax.servlet@default:default,org.apache.ant@default:default,com.springsource.javax.activation@default:default,org.eclipse.core.jobs@default:default,com.springsource.javax.jms@default:default,org.restlet@default:default,com.springsource.org.junit@default:default,com.springsource.javax.ejb@default:default,com.springsource.org.apache.commons.net@default:default,org.eclipse.osgi.services@default:default,com.springsource.javax.management.j2ee@default:default,org.eclipse.equinox.registry@default:default,com.springsource.javax.mail@default:default,org.eclipse.ant.core@default:default,com.springsource.org.apache.commons.collections@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.compiere.db.postgresql.provider@default:default,org.adempiere.extend@default:false,org.compiere.db.oracle.provider@default:default,org.apache.ecs@default:default,org.adempiere.install@default:true,org.adempiere.base@default:default"/>
|
||||
<stringAttribute key="selected_target_plugins" value="com.springsource.javax.activation@default:default,com.springsource.javax.ejb@default:default,com.springsource.javax.jms@default:default,com.springsource.javax.mail@default:default,com.springsource.javax.management.j2ee@default:default,com.springsource.javax.xml.rpc@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.net.sf.cglib@default:default,com.springsource.org.apache.activemq@default:default,com.springsource.org.apache.commons.logging@default:default,com.springsource.org.apache.kahadb@default:default,javax.el@default:default,javax.servlet.jsp@default:default,javax.servlet@default:default,javax.xml@default:default,org.apache.ant@default:default,org.apache.commons.collections@default:default,org.apache.commons.logging@default:default,org.apache.commons.net@default:default,org.apache.poi@default:default,org.eclipse.ant.core@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.runtime@default:true,org.eclipse.core.variables@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.osgi.services@default:default,org.eclipse.osgi@-1:true,org.hamcrest.core@default:default,org.junit@default:default,org.restlet@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base@default:default,org.adempiere.extend@default:false,org.adempiere.install@default:true,org.apache.ecs@default:default,org.compiere.db.oracle.provider@default:default,org.compiere.db.postgresql.provider@default:default"/>
|
||||
<booleanAttribute key="show_selected_only" value="false"/>
|
||||
<stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/>
|
||||
<booleanAttribute key="tracing" value="false"/>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc}"/>
|
||||
<stringAttribute key="pde.version" value="3.3"/>
|
||||
<stringAttribute key="product" value="org.adempiere.server.server_product"/>
|
||||
<stringAttribute key="selected_target_plugins" value="org.apache.poi@default:default,org.eclipse.osgi@-1:true,org.eclipse.equinox.app@default:default,org.eclipse.core.runtime@default:true,com.springsource.net.sf.cglib@default:default,com.springsource.org.apache.activemq@default:default,org.eclipse.core.variables@default:default,com.springsource.org.apache.kahadb@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.equinox.common@2:true,javax.xml@default:default,org.apache.commons.logging@default:default,com.springsource.javax.xml.rpc@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.javax.servlet@default:default,org.apache.ant@default:default,com.springsource.javax.activation@default:default,org.eclipse.core.jobs@default:default,com.springsource.javax.jms@default:default,org.restlet@default:default,com.springsource.org.junit@default:default,com.springsource.javax.ejb@default:default,com.springsource.org.apache.commons.net@default:default,org.eclipse.osgi.services@default:default,com.springsource.javax.management.j2ee@default:default,org.eclipse.equinox.registry@default:default,com.springsource.javax.mail@default:default,org.eclipse.ant.core@default:default,com.springsource.org.apache.commons.collections@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.compiere.db.postgresql.provider@default:default,org.adempiere.extend@default:false,org.compiere.db.oracle.provider@default:default,org.apache.ecs@default:default,org.adempiere.install@default:true,org.adempiere.base@default:default"/>
|
||||
<stringAttribute key="selected_target_plugins" value="com.springsource.javax.activation@default:default,com.springsource.javax.ejb@default:default,com.springsource.javax.jms@default:default,com.springsource.javax.mail@default:default,com.springsource.javax.management.j2ee@default:default,com.springsource.javax.xml.rpc@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.net.sf.cglib@default:default,com.springsource.org.apache.activemq@default:default,com.springsource.org.apache.commons.logging@default:default,com.springsource.org.apache.kahadb@default:default,javax.servlet@2:default,javax.xml@default:default,org.apache.ant@default:default,org.apache.commons.collections@default:default,org.apache.commons.logging@default:default,org.apache.commons.net@default:default,org.apache.poi@default:default,org.eclipse.ant.core@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.runtime@default:true,org.eclipse.core.variables@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.osgi.services@default:default,org.eclipse.osgi@-1:true,org.hamcrest.core@default:default,org.junit@default:default,org.restlet@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base@default:default,org.adempiere.extend@default:false,org.adempiere.install@default:true,org.apache.ecs@default:default,org.compiere.db.oracle.provider@default:default,org.compiere.db.postgresql.provider@default:default"/>
|
||||
<booleanAttribute key="show_selected_only" value="false"/>
|
||||
<stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/>
|
||||
<booleanAttribute key="tracing" value="false"/>
|
||||
|
|
|
@ -6,7 +6,7 @@ Bundle-Version: 1.0.0.qualifier
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Import-Package: org.apache.tools.ant,
|
||||
org.apache.tools.ant.taskdefs,
|
||||
org.apache.xerces.jaxp;version="2.9.1",
|
||||
org.apache.xerces.jaxp;version="2.9.0",
|
||||
org.osgi.framework
|
||||
Export-Package: org.adempiere.pipo.srv,
|
||||
org.adempiere.pipo2,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml
|
||||
.
|
||||
|
|
|
@ -6,7 +6,6 @@ bin.excludes = src/**,\
|
|||
.settings/**,\
|
||||
.classpath,\
|
||||
.project,\
|
||||
build.properties,\
|
||||
build.xml
|
||||
build.properties
|
||||
source.. = src/
|
||||
output.. = build/
|
||||
|
|
|
@ -2,52 +2,8 @@
|
|||
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="adempiere.rmap">
|
||||
<cq:rootRequest name="org.adempiere.sdk" componentType="eclipse.feature"/>
|
||||
<cq:advisorNode namePattern="^org\.restlet(\..+)?" componentType="osgi.bundle" versionOverride="[2.0.7,2.1.0)"/>
|
||||
<cq:advisorNode namePattern="^javax\.persistence$" componentType="osgi.bundle" versionOverride="[1.0.0.0,1.0.1.0)"/>
|
||||
<cq:advisorNode namePattern="^javax\.xml\.stream$" componentType="osgi.bundle" versionOverride="[1.0.1.0,1.1.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.slf4j\.api$" componentType="osgi.bundle" versionOverride="[1.6.1,1.7.0)">
|
||||
<cq:property key="jar.version" value="1.6.1"/>
|
||||
</cq:advisorNode>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.slf4j\.jcl$" componentType="osgi.bundle" versionOverride="[1.6.1,1.7.0)"/>
|
||||
<cq:advisorNode namePattern="^org\.eclipse\.virgo(\..+)?" componentType="osgi.bundle" versionOverride="[2.1.0.0,2.2.0.0)"/>
|
||||
<cq:advisorNode namePattern="^org\.eclipse\.gemini\.web(\..+)?" componentType="osgi.bundle" versionOverride="[1.1.0.0,1.2.0)"/>
|
||||
<cq:advisorNode namePattern="^org\.springframework\.osgi(\..+)?" componentType="osgi.bundle" versionOverride="[1.2.1,1.3.0)"/>
|
||||
<cq:advisorNode namePattern="^org\.springframework(\..+)?" componentType="osgi.bundle" versionOverride="[3.0.0,3.1.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.catalina(\..+)?" componentType="osgi.bundle" versionOverride="[6.0.0,7.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.coyote\.springsource?" componentType="osgi.bundle" versionOverride="[6.0.0,7.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.el\.springsource$" componentType="osgi.bundle" versionOverride="[6.0.0,7.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.jasper\.springsource$" componentType="osgi.bundle" versionOverride="[6.0.0,7.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.juli\.extras\.springsource$" componentType="osgi.bundle" versionOverride="[6.0.0,7.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.junit$" componentType="osgi.bundle" versionOverride="[4.8.1,4.9.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.activemq$" componentType="osgi.bundle" versionOverride="[5.3.0,5.4.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.kahadb$" componentType="osgi.bundle" versionOverride="[5.3.0,5.4.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.taglibs\.standard$" componentType="osgi.bundle" versionOverride="[1.1.2.0,1.2.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xmlcommons$" componentType="osgi.bundle" versionOverride="[1.3.4,1.4.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xml\.serializer$" componentType="osgi.bundle" versionOverride="[2.7.1,2.8.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xerces$" componentType="osgi.bundle" versionOverride="[2.9.1,3.0.0)">
|
||||
<cq:property key="jar.version" value="2.9.1"/>
|
||||
</cq:advisorNode>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xml\.resolver$" componentType="osgi.bundle" versionOverride="[1.2.0,1.3.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.commons\.collections$" componentType="osgi.bundle" versionOverride="[3.2.1,4.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.commons\.net$" componentType="osgi.bundle" versionOverride="[2.0.0,3.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.org\.aopalliance$" componentType="osgi.bundle" versionOverride="[1.0.0,2.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.net\.sf\.cglib$" componentType="osgi.bundle" versionOverride="[2.1.3,2.2.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.xml\.soap$" componentType="osgi.bundle" versionOverride="[1.3.0,1.4.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.xml\.rpc$" componentType="osgi.bundle" versionOverride="[1.1.0.0,2.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.xml\.bind$" componentType="osgi.bundle" versionOverride="[2.0.0,3.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.servlet$" componentType="osgi.bundle" versionOverride="[2.5.0,2.6.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.servlet\.jsp$" componentType="osgi.bundle" versionOverride="[2.1.0,2.2.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.servlet\.jsp\.jstl$" componentType="osgi.bundle" versionOverride="[1.1.0,2.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.management\.j2ee4" componentType="osgi.bundle" versionOverride="[1.0.1,1.1.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.mail$" componentType="osgi.bundle" versionOverride="[1.4.0,1.5.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.jms$" componentType="osgi.bundle" versionOverride="[1.1.0,1.2.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.el$" componentType="osgi.bundle" versionOverride="[1.0.0,1.1.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.ejb4" componentType="osgi.bundle" versionOverride="[3.0.0,3.1.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.annotation$" componentType="osgi.bundle" versionOverride="[1.0.0,2.0.0)"/>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.activation$" componentType="osgi.bundle" versionOverride="[1.1.1,1.2.0)"/>
|
||||
<cq:advisorNode namePattern="^org\.apache\.poi$" componentType="osgi.bundle" versionOverride="[3.7.0,4.0.0)">
|
||||
<cq:property key="jar.version" value="3.7.0"/>
|
||||
</cq:advisorNode>
|
||||
<cq:advisorNode namePattern="^com\.springsource\.javax\.xml\.ws$" versionOverride="[2.1.1,2.2.0)">
|
||||
<cq:property key="jar.version" value="2.1.1"/>
|
||||
</cq:advisorNode>
|
||||
</cq:componentQuery>
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mspec:mspec xmlns:mspec="http://www.eclipse.org/buckminster/MetaData-1.0" installLocation="${workspace.root}/targetPlatform/" workspaceLocation="${workspace.root}" name="org.adempiere.sdk:eclipse.feature:1.0.0.qualifier" shortDesc="" url="file:adempiere.cquery">
|
||||
</mspec:mspec>
|
|
@ -1,29 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rm:rmap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:maven="http://www.eclipse.org/buckminster/MavenProvider-1.0" xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0">
|
||||
<rm:locator pattern="^org\.eclipse\.equinox\.server\.p2$" searchPathRef="workspace.feature.project"/>
|
||||
<rm:locator pattern="^com\.springsource\.javax\.xml\.ws$" searchPathRef="workspace.bundle.jar"/>
|
||||
<rm:locator pattern="^com\.springsource\.slf4j\.api$" searchPathRef="workspace.bundle.jar"/>
|
||||
<rm:locator pattern="^org\.apache\.poi$" searchPathRef="workspace.bundle.jar"/>
|
||||
<rm:locator pattern="^org\.eclipse(\..+)?" searchPathRef="equinox" failOnError="false"/>
|
||||
<rm:locator pattern="^org\.sat4j(\..+)?" searchPathRef="equinox"/>
|
||||
<rm:locator pattern="^javax\.xml(\..+)?" searchPathRef="orbit" failOnError="false"/>
|
||||
<rm:locator pattern="^javax\.persistence(\..+)?" searchPathRef="orbit"/>
|
||||
<rm:locator pattern="^org\.slf4j(\..+)?" searchPathRef="orbit"/>
|
||||
<rm:locator pattern="^org\.apache\.ant(\..+)?" searchPathRef="orbit"/>
|
||||
<rm:locator pattern="^org\.apache\.commons(\..+)?" searchPathRef="orbit" failOnError="false"/>
|
||||
<rm:locator pattern="^org\.eclipse\.gemini(\..+)?" searchPathRef="gemini.maven" failOnError="false"/>
|
||||
<rm:locator pattern="^org\.eclipse\.virgo(\..+)?" searchPathRef="gemini.maven" failOnError="false"/>
|
||||
<rm:locator pattern="^com\.springsource(\..+)?" searchPathRef="spring.external.maven" failOnError="false"/>
|
||||
<rm:locator pattern="^org\.eclipse\.gemini(\..+)?" searchPathRef="gemini" failOnError="false"/>
|
||||
<rm:locator pattern="^org\.eclipse\.virgo(\..+)?" searchPathRef="gemini" failOnError="false"/>
|
||||
<rm:locator pattern="^com\.springsource(\..+)?" searchPathRef="gemini" failOnError="false"/>
|
||||
<rm:locator pattern="^org\.springframework(\..+)?" searchPathRef="gemini" failOnError="false"/>
|
||||
<rm:locator pattern="^javax(\..+)?" searchPathRef="gemini" failOnError="false"/>
|
||||
<rm:locator pattern="^com\.springsource(\..+)?" searchPathRef="workspace.bundle.jar" failOnError="false"/>
|
||||
<rm:locator pattern="^org\.springframework(\..+)?" searchPathRef="spring.maven" failOnError="false"/>
|
||||
<rm:locator pattern="^org\.restlet(\..+)?" searchPathRef="restlet.maven" failOnError="false"/>
|
||||
<rm:locator pattern="^com\.springsource(\..+)?" searchPathRef="spring.external.maven" failOnError="false"/>
|
||||
<rm:locator searchPathRef="orbit" failOnError="false"/>
|
||||
<rm:locator searchPathRef="workspace.bundle.project" failOnError="false"/>
|
||||
<rm:locator searchPathRef="workspace.feature.project"/>
|
||||
<rm:searchPath name="equinox">
|
||||
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
|
||||
<rm:property key="buckminster.source" value="false"/>
|
||||
<rm:property key="buckminster.mutable" value="false"/>
|
||||
<rm:uri format="http://download.eclipse.org/releases/helios"/>
|
||||
<rm:uri format="http://download.eclipse.org/releases/indigo"/>
|
||||
</rm:provider>
|
||||
</rm:searchPath>
|
||||
<rm:searchPath name="workspace.bundle.project">
|
||||
|
@ -60,86 +58,9 @@
|
|||
<rm:uri format="http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/"/>
|
||||
</rm:provider>
|
||||
</rm:searchPath>
|
||||
<rm:searchPath name="gemini.maven">
|
||||
<rm:provider xsi:type="maven:MavenProvider" componentTypes="osgi.bundle,eclipse.feature" readerType="maven2" source="false" mutable="false">
|
||||
<rm:property key="buckminster.source" value="false"/>
|
||||
<rm:property key="buckminster.mutable" value="false"/>
|
||||
<rm:uri format="http://zodiac.springsource.com/maven/bundles/release"/>
|
||||
<maven:mappings>
|
||||
<maven:entry artifactId="org.eclipse.virgo.util.math" groupId="org.eclipse.virgo.util" name="org.eclipse.virgo.util.math"/>
|
||||
<maven:entry artifactId="org.eclipse.virgo.util.common" groupId="org.eclipse.virgo.util" name="org.eclipse.virgo.util.common"/>
|
||||
<maven:entry artifactId="org.eclipse.virgo.util.osgi" groupId="org.eclipse.virgo.util" name="org.eclipse.virgo.util.osgi"/>
|
||||
<maven:entry artifactId="org.eclipse.virgo.util.parser.manifest" groupId="org.eclipse.virgo.util" name="org.eclipse.virgo.util.parser.manifest"/>
|
||||
<maven:entry artifactId="org.eclipse.virgo.util.io" groupId="org.eclipse.virgo.util" name="org.eclipse.virgo.util.io"/>
|
||||
<maven:entry artifactId="org.eclipse.gemini.web.core" groupId="org.eclipse.gemini.web" name="org.eclipse.gemini.web.core"/>
|
||||
<maven:entry artifactId="org.eclipse.gemini.web.extender" groupId="org.eclipse.gemini.web" name="org.eclipse.gemini.web.extender"/>
|
||||
<maven:entry artifactId="org.eclipse.gemini.web.tomcat" groupId="org.eclipse.gemini.web" name="org.eclipse.gemini.web.tomcat"/>
|
||||
</maven:mappings>
|
||||
</rm:provider>
|
||||
</rm:searchPath>
|
||||
<rm:searchPath name="spring.maven">
|
||||
<rm:provider xsi:type="maven:MavenProvider" componentTypes="osgi.bundle,eclipse.feature" readerType="maven2" source="false" mutable="false">
|
||||
<rm:property key="buckminster.source" value="false"/>
|
||||
<rm:property key="buckminster.mutable" value="false"/>
|
||||
<rm:uri format="http://repository.springsource.com/maven/bundles/release"/>
|
||||
<maven:mappings>
|
||||
<maven:entry artifactId="org.springframework.core" groupId="org.springframework" name="org.springframework.core"/>
|
||||
<maven:entry artifactId="org.springframework.aop" groupId="org.springframework" name="org.springframework.aop"/>
|
||||
<maven:entry artifactId="org.springframework.beans" groupId="org.springframework" name="org.springframework.beans"/>
|
||||
<maven:entry artifactId="org.springframework.context" groupId="org.springframework" name="org.springframework.context"/>
|
||||
<maven:entry artifactId="org.springframework.osgi.core" groupId="org.springframework.osgi" name="org.springframework.osgi.core"/>
|
||||
<maven:entry artifactId="org.springframework.osgi.io" groupId="org.springframework.osgi" name="org.springframework.osgi.io"/>
|
||||
</maven:mappings>
|
||||
</rm:provider>
|
||||
</rm:searchPath>
|
||||
<rm:searchPath name="spring.external.maven">
|
||||
<rm:provider xsi:type="maven:MavenProvider" componentTypes="osgi.bundle,eclipse.feature" readerType="maven2" source="false" mutable="false">
|
||||
<rm:property key="buckminster.source" value="false"/>
|
||||
<rm:property key="buckminster.mutable" value="false"/>
|
||||
<rm:uri format="http://repository.springsource.com/maven/bundles/external"/>
|
||||
<maven:mappings>
|
||||
<maven:entry artifactId="com.springsource.slf4j.api" groupId="org.slf4j" name="com.springsource.slf4j.api"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.xml.resolver" groupId="org.apache.xml" name="com.springsource.org.apache.xml.resolver"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.xml.serializer" groupId="org.apache.xalan" name="com.springsource.org.apache.xml.serializer"/>
|
||||
<maven:entry artifactId="com.springsource.javax.management.j2ee" groupId="org.apache.geronimo.specs" name="com.springsource.javax.management.j2ee"/>
|
||||
<maven:entry artifactId="com.springsource.net.sf.cglib" groupId="net.sourceforge.cglib" name="com.springsource.net.sf.cglib"/>
|
||||
<maven:entry artifactId="com.springsource.javax.persistence" groupId="javax.persistence" name="com.springsource.javax.persistence"/>
|
||||
<maven:entry artifactId="com.springsource.javax.xml.stream" groupId="javax.xml.stream" name="com.springsource.javax.xml.stream"/>
|
||||
<maven:entry artifactId="com.springsource.org.aopalliance" groupId="org.aopalliance" name="com.springsource.org.aopalliance"/>
|
||||
<maven:entry artifactId="com.springsource.javax.activation" groupId="javax.activation" name="com.springsource.javax.activation"/>
|
||||
<maven:entry artifactId="com.springsource.javax.annotation" groupId="javax.annotation" name="com.springsource.javax.annotation"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.catalina.springsource" groupId="org.apache.catalina.springsource" name="com.springsource.org.apache.catalina.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.javax.transaction" groupId="javax.transaction" name="com.springsource.javax.transaction"/>
|
||||
<maven:entry artifactId="com.springsource.javax.servlet.jsp" groupId="javax.servlet" name="com.springsource.javax.servlet.jsp"/>
|
||||
<maven:entry artifactId="com.springsource.javax.servlet" groupId="javax.servlet" name="com.springsource.javax.servlet"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.catalina.tribes.springsource" groupId="org.apache.catalina.springsource" name="com.springsource.org.apache.catalina.tribes.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.catalina.ha.springsource" groupId="org.apache.catalina.springsource" name="com.springsource.org.apache.catalina.ha.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.coyote.springsource" groupId="org.apache.coyote.springsource" name="com.springsource.org.apache.coyote.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.el.springsource" groupId="org.apache.el.springsource" name="com.springsource.org.apache.el.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.jasper.springsource" groupId="org.apache.jasper.springsource" name="com.springsource.org.apache.jasper.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.juli.extras.springsource" groupId="org.apache.juli.springsource" name="com.springsource.org.apache.juli.extras.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.org.eclipse.jdt.core.compiler.batch" groupId="org.eclipse.jdt" name="com.springsource.org.eclipse.jdt.core.compiler.batch"/>
|
||||
<maven:entry artifactId="com.springsource.javax.ejb" groupId="javax.ejb" name="com.springsource.javax.ejb"/>
|
||||
<maven:entry artifactId="com.springsource.javax.el" groupId="javax.el" name="com.springsource.javax.el"/>
|
||||
<maven:entry artifactId="com.springsource.javax.mail" groupId="javax.mail" name="com.springsource.javax.mail"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.commons.collections" groupId="org.apache.commons" name="com.springsource.org.apache.commons.collections"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.commons.net" groupId="org.apache.commons" name="com.springsource.org.apache.commons.net"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.xmlcommons" groupId="org.apache.xmlcommons" name="com.springsource.org.apache.xmlcommons"/>
|
||||
<maven:entry artifactId="com.springsource.slf4j.jcl" groupId="org.slf4j" name="com.springsource.slf4j.jcl"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.el.springsource" groupId="org.apache.el.springsource" name="com.springsource.org.apache.el.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.javax.xml.rpc" groupId="javax.xml.rpc" name="com.springsource.javax.xml.rpc"/>
|
||||
<maven:entry artifactId="com.springsource.javax.xml.bind" groupId="javax.xml.bind" name="com.springsource.javax.xml.bind"/>
|
||||
<maven:entry artifactId="com.springsource.javax.xml.soap" groupId="javax.xml.soap" name="com.springsource.javax.xml.soap"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.jasper.springsource" groupId="org.apache.jasper.springsource" name="com.springsource.org.apache.jasper.springsource"/>
|
||||
<maven:entry artifactId="com.springsource.javax.servlet.jsp.jstl" groupId="javax.servlet" name="com.springsource.javax.servlet.jsp.jstl"/>
|
||||
<maven:entry artifactId="com.springsource.javax.jms" groupId="javax.jms" name="com.springsource.javax.jms"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.activemq" groupId="org.apache.activemq" name="com.springsource.org.apache.activemq"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.kahadb" groupId="org.apache.activemq" name="com.springsource.org.apache.kahadb"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.poi" groupId="org.apache.poi" name="com.springsource.org.apache.poi"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.taglibs.standard" groupId="org.apache.taglibs" name="com.springsource.org.apache.taglibs.standard"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.xerces" groupId="org.apache.xerces" name="com.springsource.org.apache.xerces"/>
|
||||
<maven:entry artifactId="com.springsource.org.junit" groupId="org.junit" name="com.springsource.org.junit"/>
|
||||
</maven:mappings>
|
||||
<rm:searchPath name="gemini">
|
||||
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2">
|
||||
<rm:uri format="http://download.eclipse.org/gemini/updates/web/2.0.1/"/>
|
||||
</rm:provider>
|
||||
</rm:searchPath>
|
||||
<rm:searchPath name="restlet.maven">
|
||||
|
@ -154,4 +75,20 @@
|
|||
</maven:mappings>
|
||||
</rm:provider>
|
||||
</rm:searchPath>
|
||||
<rm:searchPath name="spring.external.maven">
|
||||
<rm:provider xsi:type="maven:MavenProvider" componentTypes="osgi.bundle,eclipse.feature" readerType="maven2" source="false" mutable="false">
|
||||
<rm:property key="buckminster.source" value="false"/>
|
||||
<rm:property key="buckminster.mutable" value="false"/>
|
||||
<rm:uri format="http://repository.springsource.com/maven/bundles/external"/>
|
||||
<maven:mappings>
|
||||
<maven:entry artifactId="com.springsource.net.sf.cglib" groupId="net.sourceforge.cglib" name="com.springsource.net.sf.cglib"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.xmlcommons" groupId="org.apache.xmlcommons" name="com.springsource.org.apache.xmlcommons"/>
|
||||
<maven:entry artifactId="com.springsource.javax.jms" groupId="javax.jms" name="com.springsource.javax.jms"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.activemq" groupId="org.apache.activemq" name="com.springsource.org.apache.activemq"/>
|
||||
<maven:entry artifactId="com.springsource.org.apache.kahadb" groupId="org.apache.activemq" name="com.springsource.org.apache.kahadb"/>
|
||||
<maven:entry artifactId="com.springsource.javax.management.j2ee" groupId="org.apache.geronimo.specs" name="com.springsource.javax.management.j2ee"/>
|
||||
<maven:entry artifactId="com.springsource.slf4j.jcl" groupId="org.slf4j" name="com.springsource.slf4j.jcl"/>
|
||||
</maven:mappings>
|
||||
</rm:provider>
|
||||
</rm:searchPath>
|
||||
</rm:rmap>
|
||||
|
|
|
@ -1,147 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.6"?>
|
||||
|
||||
<target name="Target Platform">
|
||||
<locations>
|
||||
<location path="${workspace_loc}/targetPlatform" type="Directory"/>
|
||||
</locations>
|
||||
<includeBundles>
|
||||
<plugin id="org.eclipse.core.contenttype.source"/>
|
||||
<plugin id="org.eclipse.equinox.event"/>
|
||||
<plugin id="org.apache.commons.codec"/>
|
||||
<plugin id="org.eclipse.equinox.util.source"/>
|
||||
<plugin id="org.eclipse.equinox.simpleconfigurator.manipulator"/>
|
||||
<plugin id="org.eclipse.equinox.registry"/>
|
||||
<plugin id="org.eclipse.equinox.p2.ql"/>
|
||||
<plugin id="org.eclipse.equinox.p2.repository"/>
|
||||
<plugin id="com.springsource.org.apache.el.springsource"/>
|
||||
<plugin id="org.springframework.context"/>
|
||||
<plugin id="org.eclipse.ecf"/>
|
||||
<plugin id="org.springframework.aop"/>
|
||||
<plugin id="org.eclipse.osgi"/>
|
||||
<plugin id="org.eclipse.equinox.registry.source"/>
|
||||
<plugin id="org.eclipse.equinox.launcher"/>
|
||||
<plugin id="org.eclipse.equinox.simpleconfigurator"/>
|
||||
<plugin id="org.apache.commons.logging"/>
|
||||
<plugin id="com.springsource.org.apache.taglibs.standard"/>
|
||||
<plugin id="com.springsource.org.apache.coyote.springsource"/>
|
||||
<plugin id="com.springsource.javax.servlet.jsp"/>
|
||||
<plugin id="com.springsource.org.apache.activemq"/>
|
||||
<plugin id="org.eclipse.equinox.preferences.source"/>
|
||||
<plugin id="org.eclipse.core.runtime.source"/>
|
||||
<plugin id="org.apache.ant"/>
|
||||
<plugin id="org.eclipse.equinox.common.source"/>
|
||||
<plugin id="com.springsource.org.apache.kahadb"/>
|
||||
<plugin id="org.eclipse.equinox.p2.director"/>
|
||||
<plugin id="com.springsource.org.apache.jasper.springsource"/>
|
||||
<plugin id="com.springsource.javax.xml.soap"/>
|
||||
<plugin id="com.springsource.org.apache.xerces"/>
|
||||
<plugin id="org.eclipse.core.runtime.compatibility.auth"/>
|
||||
<plugin id="com.springsource.org.apache.catalina.ha.springsource"/>
|
||||
<plugin id="org.eclipse.equinox.ds.source"/>
|
||||
<plugin id="javax.persistence"/>
|
||||
<plugin id="org.eclipse.osgi.services.source"/>
|
||||
<plugin id="com.springsource.org.apache.catalina.tribes.springsource"/>
|
||||
<plugin id="com.springsource.javax.servlet"/>
|
||||
<plugin id="org.eclipse.equinox.event.source"/>
|
||||
<plugin id="org.eclipse.equinox.p2.engine"/>
|
||||
<plugin id="org.eclipse.osgi.services"/>
|
||||
<plugin id="org.eclipse.equinox.http.registry.source"/>
|
||||
<plugin id="org.eclipse.equinox.app.source"/>
|
||||
<plugin id="org.eclipse.equinox.security"/>
|
||||
<plugin id="org.eclipse.equinox.http.registry"/>
|
||||
<plugin id="org.apache.commons.httpclient"/>
|
||||
<plugin id="org.eclipse.gemini.web.tomcat"/>
|
||||
<plugin id="org.springframework.core"/>
|
||||
<plugin id="com.springsource.org.eclipse.jdt.core.compiler.batch"/>
|
||||
<plugin id="org.eclipse.equinox.util"/>
|
||||
<plugin id="org.eclipse.core.variables"/>
|
||||
<plugin id="org.springframework.beans"/>
|
||||
<plugin id="org.eclipse.equinox.p2.publisher"/>
|
||||
<plugin id="org.eclipse.equinox.frameworkadmin"/>
|
||||
<plugin id="com.springsource.org.apache.xml.resolver"/>
|
||||
<plugin id="javax.xml.stream"/>
|
||||
<plugin id="org.eclipse.osgi.source"/>
|
||||
<plugin id="javax.xml"/>
|
||||
<plugin id="org.eclipse.equinox.app"/>
|
||||
<plugin id="org.eclipse.equinox.p2.garbagecollector"/>
|
||||
<plugin id="com.springsource.org.aopalliance"/>
|
||||
<plugin id="org.eclipse.equinox.ds"/>
|
||||
<plugin id="com.springsource.javax.annotation"/>
|
||||
<plugin id="com.springsource.org.apache.commons.net"/>
|
||||
<plugin id="org.eclipse.equinox.frameworkadmin.equinox"/>
|
||||
<plugin id="org.eclipse.equinox.p2.core"/>
|
||||
<plugin id="com.springsource.org.apache.catalina.springsource"/>
|
||||
<plugin id="org.eclipse.gemini.web.core"/>
|
||||
<plugin id="com.springsource.javax.servlet.jsp.jstl"/>
|
||||
<plugin id="com.springsource.javax.management.j2ee"/>
|
||||
<plugin id="org.eclipse.virgo.util.common"/>
|
||||
<plugin id="org.eclipse.ecf.identity"/>
|
||||
<plugin id="org.apache.poi"/>
|
||||
<plugin id="com.springsource.javax.transaction"/>
|
||||
<plugin id="org.eclipse.gemini.web.extender"/>
|
||||
<plugin id="org.restlet"/>
|
||||
<plugin id="com.springsource.org.junit"/>
|
||||
<plugin id="org.eclipse.ecf.ssl"/>
|
||||
<plugin id="com.springsource.javax.el"/>
|
||||
<plugin id="org.eclipse.ecf.provider.filetransfer.ssl"/>
|
||||
<plugin id="org.eclipse.equinox.common"/>
|
||||
<plugin id="org.eclipse.equinox.p2.touchpoint.eclipse"/>
|
||||
<plugin id="org.sat4j.core"/>
|
||||
<plugin id="org.eclipse.core.jobs"/>
|
||||
<plugin id="org.springframework.osgi.core"/>
|
||||
<plugin id="org.eclipse.virgo.util.io"/>
|
||||
<plugin id="org.eclipse.ecf.provider.filetransfer"/>
|
||||
<plugin id="org.eclipse.equinox.p2.artifact.repository"/>
|
||||
<plugin id="org.eclipse.equinox.p2.director.app"/>
|
||||
<plugin id="com.springsource.javax.xml.rpc"/>
|
||||
<plugin id="org.eclipse.virgo.util.osgi"/>
|
||||
<plugin id="org.eclipse.equinox.p2.console"/>
|
||||
<plugin id="com.springsource.javax.ejb"/>
|
||||
<plugin id="org.eclipse.ecf.provider.filetransfer.httpclient.ssl"/>
|
||||
<plugin id="org.sat4j.pb"/>
|
||||
<plugin id="org.eclipse.core.jobs.source"/>
|
||||
<plugin id="org.eclipse.virgo.util.parser.manifest"/>
|
||||
<plugin id="com.springsource.org.apache.juli.extras.springsource"/>
|
||||
<plugin id="org.eclipse.ant.core"/>
|
||||
<plugin id="org.eclipse.equinox.p2.jarprocessor"/>
|
||||
<plugin id="com.springsource.javax.mail"/>
|
||||
<plugin id="org.springframework.osgi.io"/>
|
||||
<plugin id="org.eclipse.osgi.util.source"/>
|
||||
<plugin id="org.eclipse.core.runtime"/>
|
||||
<plugin id="org.restlet.ext.net"/>
|
||||
<plugin id="com.springsource.javax.xml.ws"/>
|
||||
<plugin id="org.eclipse.equinox.p2.metadata.repository"/>
|
||||
<plugin id="org.eclipse.ecf.filetransfer"/>
|
||||
<plugin id="org.eclipse.core.contenttype"/>
|
||||
<plugin id="org.eclipse.equinox.p2.touchpoint.natives"/>
|
||||
<plugin id="org.eclipse.equinox.preferences"/>
|
||||
<plugin id="javax.xml.ws"/>
|
||||
<plugin id="com.springsource.net.sf.cglib"/>
|
||||
<plugin id="com.springsource.javax.jms"/>
|
||||
<plugin id="com.springsource.slf4j.api"/>
|
||||
<plugin id="com.springsource.org.apache.commons.collections"/>
|
||||
<plugin id="org.eclipse.ecf.provider.filetransfer.httpclient"/>
|
||||
<plugin id="org.restlet.ext.servlet"/>
|
||||
<plugin id="com.springsource.javax.xml.bind"/>
|
||||
<plugin id="com.springsource.org.apache.xml.serializer"/>
|
||||
<plugin id="org.eclipse.equinox.p2.metadata"/>
|
||||
<plugin id="com.springsource.slf4j.jcl"/>
|
||||
<plugin id="org.eclipse.equinox.security.source"/>
|
||||
<plugin id="com.springsource.javax.activation"/>
|
||||
<plugin id="com.springsource.org.apache.xmlcommons"/>
|
||||
<plugin id="org.eclipse.virgo.util.math"/>
|
||||
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86"/>
|
||||
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64"/>
|
||||
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64"/>
|
||||
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86"/>
|
||||
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/>
|
||||
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/>
|
||||
</includeBundles>
|
||||
<environment>
|
||||
<os>*</os>
|
||||
<ws>*</ws>
|
||||
<arch>*</arch>
|
||||
<nl>en_US</nl>
|
||||
</environment>
|
||||
</target>
|
|
@ -17,4 +17,4 @@ goto START
|
|||
@Echo Starting Adempiere Server ...
|
||||
@Echo =======================================
|
||||
|
||||
@"%JAVA%" -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -console -application org.adempiere.server.application
|
||||
@"%JAVA%" -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -console -application org.adempiere.server.application
|
||||
|
|
|
@ -13,4 +13,4 @@ echo ===================================
|
|||
echo Starting Adempiere Server
|
||||
echo ===================================
|
||||
|
||||
$JAVA -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -console -application org.adempiere.server.application
|
||||
$JAVA -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -console -application org.adempiere.server.application
|
||||
|
|
|
@ -1,25 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.adempiere.server" componentType="eclipse.feature" version="1.0.0.qualifier">
|
||||
<cs:dependencies>
|
||||
<cs:dependency name="com.springsource.javax.annotation" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.javax.servlet.jsp" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.javax.servlet.jsp.jstl" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.javax.persistence" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.javax.xml.bind" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.javax.xml.ws" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.javax.xml.stream" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.aopalliance" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.catalina.ha.springsource" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.catalina.springsource" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.catalina.tribes.springsource" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.coyote.springsource" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.el.springsource" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.jasper.springsource" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.juli.extras.springsource" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.taglibs.standard" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.catalina" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.catalina.ha" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.catalina.tribes" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.coyote" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.el" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.jasper" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.apache.juli.extras" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.org.eclipse.jdt.core.compiler.batch" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.slf4j.api" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="com.springsource.slf4j.jcl" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="javax.persistence" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="javax.xml.stream" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="javax.annotation" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="javax.servlet.jsp" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="javax.servlet.jsp.jstl" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.adempiere.base" componentType="eclipse.feature" versionDesignator="[1.0.0.qualifier,1.0.0.qualifier]"/>
|
||||
<cs:dependency name="org.adempiere.eclipse.equinox.http.servlet" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.adempiere.eclipse.equinox.http.servletbridge" componentType="osgi.bundle"/>
|
||||
|
@ -31,8 +29,11 @@
|
|||
<cs:dependency name="org.adempiere.tomcat.config" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.adempiere.ui.zk" componentType="eclipse.feature"/>
|
||||
<cs:dependency name="org.adempiere.webstore" componentType="eclipse.feature"/>
|
||||
<cs:dependency name="org.apache.taglibs.standard.glassfish" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.eclipse.ant.core" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.eclipse.core.variables" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.eclipse.equinox.http.registry" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.eclipse.equinox.http.registry.source" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.eclipse.gemini.web.core" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.eclipse.gemini.web.extender" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.eclipse.gemini.web.tomcat" componentType="osgi.bundle"/>
|
||||
|
@ -48,7 +49,6 @@
|
|||
<cs:dependency name="org.springframework.core" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.springframework.osgi.core" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.springframework.osgi.io" componentType="osgi.bundle"/>
|
||||
<cs:dependency name="org.apache.poi" componentType="osgi.bundle"/>
|
||||
</cs:dependencies>
|
||||
<cs:generators>
|
||||
<cs:generator generates="org.adempiere.server.source" attribute="source.feature.jar" generatesType="eclipse.feature"/>
|
||||
|
@ -68,25 +68,23 @@
|
|||
<cs:property key="dir.to.delete" value="${buckminster.output}/"/>
|
||||
</cs:properties>
|
||||
<cs:prerequisites>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.javax.annotation"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.javax.servlet.jsp"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.javax.servlet.jsp.jstl"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.javax.persistence"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.javax.xml.bind"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.javax.xml.ws"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.javax.xml.stream"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.aopalliance"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.catalina.ha.springsource"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.catalina.springsource"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.catalina.tribes.springsource"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.coyote.springsource"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.el.springsource"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.jasper.springsource"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.juli.extras.springsource"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.taglibs.standard"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.catalina"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.catalina.ha"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.catalina.tribes"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.coyote"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.el"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.jasper"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.apache.juli.extras"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.org.eclipse.jdt.core.compiler.batch"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.slf4j.api"/>
|
||||
<cs:attribute name="buckminster.clean" component="com.springsource.slf4j.jcl"/>
|
||||
<cs:attribute name="buckminster.clean" component="javax.persistence"/>
|
||||
<cs:attribute name="buckminster.clean" component="javax.xml.stream"/>
|
||||
<cs:attribute name="buckminster.clean" component="javax.annotation"/>
|
||||
<cs:attribute name="buckminster.clean" component="javax.servlet.jsp"/>
|
||||
<cs:attribute name="buckminster.clean" component="javax.servlet.jsp.jstl"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.adempiere.base"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.adempiere.eclipse.equinox.http.servlet"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.adempiere.eclipse.equinox.http.servletbridge"/>
|
||||
|
@ -98,8 +96,10 @@
|
|||
<cs:attribute name="buckminster.clean" component="org.adempiere.tomcat.config"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.adempiere.ui.zk"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.adempiere.webstore"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.apache.taglibs.standard.glassfish"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.eclipse.ant.core"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.eclipse.core.variables"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.eclipse.equinox.http.registry"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.eclipse.gemini.web.core"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.eclipse.gemini.web.extender"/>
|
||||
<cs:attribute name="buckminster.clean" component="org.eclipse.gemini.web.tomcat"/>
|
||||
|
@ -117,18 +117,46 @@
|
|||
<cs:attribute name="buckminster.clean" component="org.springframework.osgi.io"/>
|
||||
</cs:prerequisites>
|
||||
</cs:public>
|
||||
<cs:public name="create.product" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="product.ant"/>
|
||||
<cs:property key="targets" value="create.product"/>
|
||||
</cs:actorProperties>
|
||||
<cs:properties>
|
||||
<cs:property key="iu" value="org.adempiere.server.product"/>
|
||||
<cs:property key="profile" value="ServerProfile"/>
|
||||
</cs:properties>
|
||||
<cs:prerequisites alias="repository">
|
||||
<cs:attribute name="site.p2"/>
|
||||
</cs:prerequisites>
|
||||
<cs:products alias="destination" base="${buckminster.output}/">
|
||||
<cs:path path="adempiere.${target.ws}.${target.os}.${target.arch}/"/>
|
||||
</cs:products>
|
||||
</cs:public>
|
||||
<cs:public name="create.product.zip" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFileId" value="buckminster.pdetasks"/>
|
||||
<cs:property key="targets" value="create.zip"/>
|
||||
</cs:actorProperties>
|
||||
<cs:prerequisites alias="action.requirements">
|
||||
<cs:attribute name="create.product"/>
|
||||
</cs:prerequisites>
|
||||
<cs:products alias="action.output" base="${buckminster.output}/">
|
||||
<cs:path path="idempiereServer.${target.ws}.${target.os}.${target.arch}.zip"/>
|
||||
</cs:products>
|
||||
</cs:public>
|
||||
<cs:public name="manifest" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFileId" value="buckminster.pdetasks"/>
|
||||
<cs:property key="targets" value="expand.feature.version"/>
|
||||
</cs:actorProperties>
|
||||
<cs:prerequisites>
|
||||
<cs:attribute name="build.properties" alias="properties"/>
|
||||
<cs:attribute name="raw.manifest" alias="manifest"/>
|
||||
<cs:attribute name="bundle.jars" alias="bundles"/>
|
||||
<cs:attribute name="feature.references" alias="features"/>
|
||||
<cs:attribute name="raw.manifest" alias="manifest"/>
|
||||
<cs:attribute name="build.properties" alias="properties"/>
|
||||
</cs:prerequisites>
|
||||
<cs:products alias="action.output" base="${buckminster.output}/temp/">
|
||||
<cs:products alias="action.output" base="${buckminster.output}/temp/manifest/">
|
||||
<cs:path path="feature.xml"/>
|
||||
</cs:products>
|
||||
</cs:public>
|
||||
|
@ -180,6 +208,7 @@
|
|||
<cs:property key="targets" value="create.source.feature"/>
|
||||
</cs:actorProperties>
|
||||
<cs:prerequisites>
|
||||
<cs:attribute name="empty.translations" alias="translations"/>
|
||||
<cs:attribute name="manifest" alias="manifest"/>
|
||||
<cs:attribute name="source.bundle.jars" alias="bundles"/>
|
||||
<cs:attribute name="source.feature.references" alias="features"/>
|
||||
|
@ -230,6 +259,7 @@
|
|||
</cs:actorProperties>
|
||||
<cs:prerequisites alias="action.requirements">
|
||||
<cs:attribute name="manifest" alias="manifest"/>
|
||||
<cs:attribute name="jar.contents"/>
|
||||
</cs:prerequisites>
|
||||
<cs:products alias="action.output" base="${buckminster.output}/jar/" fileCount="1" upToDatePolicy="COUNT"/>
|
||||
</cs:private>
|
||||
|
@ -255,25 +285,23 @@
|
|||
</cs:actions>
|
||||
<cs:groups>
|
||||
<cs:public name="bundle.jars">
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.javax.annotation"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.javax.servlet.jsp"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.javax.servlet.jsp.jstl"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.javax.persistence"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.javax.xml.bind"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.javax.xml.ws"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.javax.xml.stream"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.aopalliance"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.catalina.ha.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.catalina.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.catalina.tribes.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.coyote.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.el.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.jasper.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.juli.extras.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.taglibs.standard"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.catalina"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.catalina.ha"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.catalina.tribes"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.coyote"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.el"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.jasper"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.apache.juli.extras"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.org.eclipse.jdt.core.compiler.batch"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.slf4j.api"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="com.springsource.slf4j.jcl"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="javax.persistence"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="javax.xml.stream"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="javax.annotation"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="javax.servlet.jsp"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="javax.servlet.jsp.jstl"/>
|
||||
<cs:attribute name="bundle.jars" component="org.adempiere.base"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.adempiere.eclipse.equinox.http.servlet"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.adempiere.eclipse.equinox.http.servletbridge"/>
|
||||
|
@ -285,8 +313,10 @@
|
|||
<cs:attribute name="bundle.and.fragments" component="org.adempiere.tomcat.config"/>
|
||||
<cs:attribute name="bundle.jars" component="org.adempiere.ui.zk"/>
|
||||
<cs:attribute name="bundle.jars" component="org.adempiere.webstore"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.apache.taglibs.standard.glassfish"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.eclipse.ant.core"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.eclipse.core.variables"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.eclipse.equinox.http.registry"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.eclipse.gemini.web.core"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.eclipse.gemini.web.extender"/>
|
||||
<cs:attribute name="bundle.and.fragments" component="org.eclipse.gemini.web.tomcat"/>
|
||||
|
@ -317,22 +347,24 @@
|
|||
<cs:attribute name="feature.jars" component="org.adempiere.webstore"/>
|
||||
<cs:attribute name="feature.jars" component="org.adempiere.base"/>
|
||||
</cs:public>
|
||||
<cs:public name="jar.contents">
|
||||
<cs:attribute name="manifest"/>
|
||||
</cs:public>
|
||||
<cs:public name="product.configuration.exports">
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.replication.server"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.ui.zk"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.webstore"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.javax.servlet.jsp"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.javax.servlet.jsp.jstl"/>
|
||||
<cs:attribute name="product.configuration.exports" component="javax.xml.stream"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.javax.xml.ws"/>
|
||||
<cs:attribute name="product.configuration.exports" component="javax.servlet.jsp"/>
|
||||
<cs:attribute name="product.configuration.exports" component="javax.servlet.jsp.jstl"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.javax.xml.stream"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.aopalliance"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.catalina.springsource"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.coyote.springsource"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.el.springsource"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.catalina"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.coyote"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.el"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.eclipse.jdt.core.compiler.batch"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.jasper.springsource"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.juli.extras.springsource"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.taglibs.standard"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.jasper"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.juli.extras"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.apache.taglibs.standard.glassfish"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.slf4j.api"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.report.jasper.webapp"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.server"/>
|
||||
|
@ -353,17 +385,18 @@
|
|||
<cs:attribute name="product.configuration.exports" component="org.springframework.osgi.core"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.springframework.osgi.io"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.javax.xml.bind"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.javax.annotation"/>
|
||||
<cs:attribute name="product.configuration.exports" component="javax.persistence"/>
|
||||
<cs:attribute name="product.configuration.exports" component="javax.annotation"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.javax.persistence"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.slf4j.jcl"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.catalina.ha.springsource"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.catalina.tribes.springsource"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.catalina.ha"/>
|
||||
<cs:attribute name="product.configuration.exports" component="com.springsource.org.apache.catalina.tribes"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.install"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.eclipse.ant.core"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.eclipse.core.variables"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.eclipse.equinox.http.servlet"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.eclipse.equinox.http.servletbridge"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.adempiere.eclipse.equinox.servletbridge"/>
|
||||
<cs:attribute name="product.configuration.exports" component="org.eclipse.equinox.http.registry"/>
|
||||
<cs:attribute name="product.configurations"/>
|
||||
</cs:public>
|
||||
<cs:public name="site.feature.exports" rebase="${buckminster.output}/site/">
|
||||
|
@ -374,18 +407,17 @@
|
|||
<cs:attribute name="source.bundle.jars" component="org.adempiere.replication.server"/>
|
||||
<cs:attribute name="source.bundle.jars" component="org.adempiere.ui.zk"/>
|
||||
<cs:attribute name="source.bundle.jars" component="org.adempiere.webstore"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.javax.servlet.jsp"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.javax.servlet.jsp.jstl"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="javax.xml.stream"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.javax.xml.ws"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="javax.servlet.jsp"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="javax.servlet.jsp.jstl"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.javax.xml.stream"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.aopalliance"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.catalina.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.coyote.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.el.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.catalina"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.coyote"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.el"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.eclipse.jdt.core.compiler.batch"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.jasper.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.juli.extras.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.taglibs.standard"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.jasper"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.juli.extras"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.apache.taglibs.standard.glassfish"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.slf4j.api"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.adempiere.report.jasper.webapp"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.adempiere.server"/>
|
||||
|
@ -406,17 +438,18 @@
|
|||
<cs:attribute name="bundle.and.fragments.source" component="org.springframework.osgi.core"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.springframework.osgi.io"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.javax.xml.bind"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.javax.annotation"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="javax.persistence"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="javax.annotation"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.javax.persistence"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.slf4j.jcl"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.catalina.ha.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.catalina.tribes.springsource"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.catalina.ha"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="com.springsource.org.apache.catalina.tribes"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.adempiere.install"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.eclipse.ant.core"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.eclipse.core.variables"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.adempiere.eclipse.equinox.http.servlet"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.adempiere.eclipse.equinox.http.servletbridge"/>
|
||||
<cs:attribute name="bundle.and.fragments.source" component="org.adempiere.eclipse.equinox.servletbridge"/>
|
||||
<cs:attribute name="bundle.jar" component="org.eclipse.equinox.http.registry.source"/>
|
||||
<cs:attribute name="source.bundle.jars" component="org.adempiere.base"/>
|
||||
</cs:public>
|
||||
<cs:public name="source.feature.jars" filter="(!(cbi.include.source=false))">
|
||||
|
@ -429,6 +462,7 @@
|
|||
<cs:attribute name="source.feature.jars" component="org.adempiere.webstore"/>
|
||||
<cs:attribute name="source.feature.jars" component="org.adempiere.base"/>
|
||||
</cs:public>
|
||||
<cs:private name="empty.translations"/>
|
||||
<cs:private name="product.configurations">
|
||||
<cs:attribute name="org.adempiere.server.product"/>
|
||||
</cs:private>
|
||||
|
|
|
@ -18,7 +18,7 @@ goto START
|
|||
|
||||
:START
|
||||
@REM Setup Adempiere.properties and AdempiereEnv.properties
|
||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -clean -noRegistryCache -application org.adempiere.install.console-application
|
||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -clean -noRegistryCache -application org.adempiere.install.console-application
|
||||
|
||||
@Echo ErrorLevel = %ERRORLEVEL%
|
||||
@IF NOT ERRORLEVEL = 1 GOTO NEXT
|
||||
|
@ -30,7 +30,7 @@ goto START
|
|||
|
||||
:NEXT
|
||||
@REM setup tomcat
|
||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -clean -noRegistryCache -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -clean -noRegistryCache -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||
|
||||
@Echo .
|
||||
@Echo For problems, check log file in base directory
|
||||
|
|
|
@ -16,10 +16,10 @@ fi
|
|||
|
||||
|
||||
# Setup Adempiere.properties and AdempiereEnv.properties
|
||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -application org.adempiere.install.console-application
|
||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -application org.adempiere.install.console-application
|
||||
|
||||
# Setup Tomcat
|
||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||
|
||||
echo ===================================
|
||||
echo Make .sh executable & set Env
|
||||
|
|
|
@ -28,33 +28,30 @@
|
|||
id="org.adempiere.webstore"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.gemini.web.feature"
|
||||
version="0.0.0"/>
|
||||
|
||||
<requires>
|
||||
<import feature="org.adempiere.base" version="1.0.0.qualifier"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.servlet.jsp"
|
||||
id="javax.servlet.jsp"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.servlet.jsp.jstl"
|
||||
id="javax.servlet.jsp.jstl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="javax.xml.stream"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.xml.ws"
|
||||
id="com.springsource.javax.xml.stream"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -68,14 +65,14 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.catalina.springsource"
|
||||
id="com.springsource.org.apache.catalina"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.coyote.springsource"
|
||||
id="com.springsource.org.apache.coyote"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -83,7 +80,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.el.springsource"
|
||||
id="com.springsource.org.apache.el"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -97,7 +94,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.jasper.springsource"
|
||||
id="com.springsource.org.apache.jasper"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -105,14 +102,14 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.juli.extras.springsource"
|
||||
id="com.springsource.org.apache.juli.extras"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.taglibs.standard"
|
||||
id="org.apache.taglibs.standard.glassfish"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -259,14 +256,14 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.javax.annotation"
|
||||
id="javax.annotation"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="javax.persistence"
|
||||
id="com.springsource.javax.persistence"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -281,7 +278,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.catalina.ha.springsource"
|
||||
id="com.springsource.org.apache.catalina.ha"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
@ -289,7 +286,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.springsource.org.apache.catalina.tribes.springsource"
|
||||
id="com.springsource.org.apache.catalina.tribes"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
<stringAttribute key="pde.version" value="3.3"/>
|
||||
<stringAttribute key="product" value="org.adempiere.server.server_product"/>
|
||||
<stringAttribute key="productFile" value="/org.adempiere.server-feature/server.product"/>
|
||||
<stringAttribute key="selected_target_plugins" value="org.eclipse.virgo.util.io@default:default,org.springframework.osgi.io@default:default,com.springsource.org.apache.jasper.springsource@default:false,org.eclipse.osgi@-1:true,org.eclipse.equinox.p2.ql@default:default,com.springsource.org.apache.el.springsource@default:default,org.eclipse.equinox.http.registry@default:default,org.springframework.beans@default:default,com.springsource.javax.xml.bind@default:default,org.eclipse.ecf.identity@default:default,org.eclipse.equinox.app@default:default,org.apache.commons.codec@default:default,org.eclipse.equinox.launcher@default:default,org.eclipse.core.runtime@4:true,org.eclipse.ecf.filetransfer@default:default,org.eclipse.ecf.provider.filetransfer@default:default,org.sat4j.core@default:default,com.springsource.net.sf.cglib@default:default,com.springsource.org.apache.xml.serializer@default:default,com.springsource.org.apache.juli.extras.springsource@default:default,com.springsource.org.apache.activemq@default:default,org.eclipse.equinox.p2.garbagecollector@default:default,org.eclipse.equinox.p2.director@default:default,org.eclipse.core.variables@default:default,org.eclipse.gemini.web.core@4:true,org.eclipse.ecf@default:default,javax.xml.stream@default:default,org.eclipse.ecf.provider.filetransfer.httpclient.ssl@default:false,com.springsource.org.apache.kahadb@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.simpleconfigurator@1:true,org.eclipse.equinox.p2.engine@default:default,org.apache.commons.httpclient@default:default,org.eclipse.core.contenttype@default:default,com.springsource.org.apache.catalina.ha.springsource@default:false,org.eclipse.equinox.common@2:true,com.springsource.org.apache.xml.resolver@default:default,javax.xml@default:default,org.apache.commons.logging@default:default,org.eclipse.equinox.p2.jarprocessor@default:default,com.springsource.javax.xml.rpc@default:default,org.eclipse.ecf.ssl@default:false,org.eclipse.equinox.p2.artifact.repository@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.javax.servlet@default:default,com.springsource.org.apache.xerces@default:false,org.eclipse.equinox.p2.console@default:default,org.eclipse.equinox.event@3:true,org.apache.ant@default:default,com.springsource.slf4j.jcl@default:false,com.springsource.javax.annotation@default:default,org.eclipse.virgo.util.math@default:default,com.springsource.javax.activation@default:default,com.springsource.org.apache.coyote.springsource@default:false,com.springsource.org.apache.taglibs.standard@default:default,org.springframework.aop@default:default,com.springsource.org.aopalliance@default:default,com.springsource.org.apache.catalina.tribes.springsource@default:false,org.eclipse.core.jobs@default:default,org.eclipse.virgo.util.osgi@default:default,com.springsource.javax.jms@default:default,org.eclipse.equinox.simpleconfigurator.manipulator@default:default,com.springsource.org.apache.xmlcommons@default:default,org.eclipse.equinox.p2.repository@default:default,org.restlet@4:true,com.springsource.org.junit@default:default,javax.persistence@default:default,com.springsource.javax.ejb@default:default,org.eclipse.ecf.provider.filetransfer.httpclient@default:default,org.eclipse.equinox.security@default:default,org.sat4j.pb@default:default,org.eclipse.ecf.provider.filetransfer.ssl@default:false,org.eclipse.equinox.ds@3:true,org.eclipse.gemini.web.tomcat@4:true,org.eclipse.equinox.p2.core@default:default,org.eclipse.core.runtime.compatibility.auth@default:default,org.eclipse.equinox.util@default:default,org.springframework.osgi.core@default:default,org.eclipse.virgo.util.common@default:default,com.springsource.javax.el@default:default,com.springsource.org.apache.commons.net@default:default,com.springsource.javax.servlet.jsp@default:default,org.eclipse.osgi.services@3:true,org.springframework.core@default:default,com.springsource.javax.management.j2ee@default:default,org.eclipse.equinox.p2.publisher@default:default,com.springsource.javax.transaction@default:default,org.eclipse.equinox.registry@default:default,com.springsource.javax.servlet.jsp.jstl@default:default,com.springsource.javax.mail@default:default,org.eclipse.equinox.frameworkadmin@default:default,org.eclipse.ant.core@default:default,com.springsource.org.eclipse.jdt.core.compiler.batch@default:default,org.springframework.context@default:default,org.eclipse.gemini.web.extender@4:true,org.eclipse.equinox.p2.metadata.repository@default:default,org.eclipse.equinox.frameworkadmin.equinox@default:default,org.eclipse.equinox.p2.touchpoint.eclipse@default:default,org.eclipse.equinox.p2.metadata@default:default,com.springsource.org.apache.commons.collections@default:default,com.springsource.org.apache.catalina.springsource@default:default,org.restlet.ext.servlet@default:default,org.eclipse.virgo.util.parser.manifest@default:default,org.eclipse.equinox.p2.touchpoint.natives@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.compiere.db.postgresql.provider@default:default,org.adempiere.webstore.servlet@default:default,org.adempiere.report.jasper@default:default,org.adempiere.extend@default:false,org.adempiere.tomcat.config@default:false,org.adempiere.payment.processor@default:default,org.adempiere.eclipse.equinox.http.servlet@default:true,org.adempiere.ui@default:default,org.compiere.db.oracle.provider@default:default,org.adempiere.webstore.resource@default:false,org.adempiere.report.jasper.library@default:default,org.adempiere.ui.zk@4:true,org.adempiere.webstore@4:true,org.adempiere.base.callout@default:default,org.apache.ecs@default:default,org.adempiere.report.jasper.webapp@4:true,org.adempiere.install@4:true,org.adempiere.eclipse.equinox.servletbridge@default:true,org.adempiere.base@4:true,org.adempiere.plugin.utils@default:default,org.adempiere.pipo@default:default,org.adempiere.replication.server@4:true,org.adempiere.pipo.handlers@default:default,org.adempiere.base.process@default:default,org.adempiere.server@4:true,org.adempiere.replication@default:default,org.adempiere.eclipse.equinox.http.servletbridge@default:true"/>
|
||||
<stringAttribute key="selected_target_plugins" value="com.springsource.javax.activation@default:default,com.springsource.javax.ejb@default:default,com.springsource.javax.jms@default:default,com.springsource.javax.mail@default:default,com.springsource.javax.management.j2ee@default:default,com.springsource.javax.persistence@default:default,com.springsource.javax.transaction@default:default,com.springsource.javax.xml.bind@default:default,com.springsource.javax.xml.rpc@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.javax.xml.stream@default:default,com.springsource.net.sf.cglib@default:default,com.springsource.org.aopalliance@default:default,com.springsource.org.apache.activemq@default:default,com.springsource.org.apache.catalina.ha@default:false,com.springsource.org.apache.catalina.tribes@default:false,com.springsource.org.apache.catalina@default:default,com.springsource.org.apache.commons.logging@default:default,com.springsource.org.apache.coyote@default:false,com.springsource.org.apache.el@default:default,com.springsource.org.apache.jasper@default:false,com.springsource.org.apache.juli.extras@default:default,com.springsource.org.apache.kahadb@default:default,com.springsource.org.apache.tomcat.api@default:default,com.springsource.org.apache.tomcat.util@default:false,com.springsource.org.apache.xmlcommons@default:default,com.springsource.org.eclipse.jdt.core.compiler.batch@default:default,com.springsource.slf4j.api@default:default,com.springsource.slf4j.jcl@default:false,javax.annotation@default:default,javax.el@default:default,javax.servlet.jsp.jstl@default:default,javax.servlet.jsp@default:default,javax.servlet@default:default,javax.xml@default:default,org.apache.ant@default:default,org.apache.commons.codec@default:default,org.apache.commons.collections@default:default,org.apache.commons.httpclient@default:default,org.apache.commons.logging@default:default,org.apache.commons.net@default:default,org.apache.poi@default:default,org.apache.taglibs.standard.glassfish@default:default,org.apache.xerces@default:default,org.apache.xml.resolver@default:default,org.apache.xml.serializer@default:default,org.eclipse.ant.core@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.runtime.compatibility.auth@default:default,org.eclipse.core.runtime@4:true,org.eclipse.core.variables@default:default,org.eclipse.ecf.filetransfer@default:default,org.eclipse.ecf.identity@default:default,org.eclipse.ecf.provider.filetransfer.httpclient.ssl@default:false,org.eclipse.ecf.provider.filetransfer.httpclient@default:default,org.eclipse.ecf.provider.filetransfer.ssl@default:false,org.eclipse.ecf.provider.filetransfer@default:default,org.eclipse.ecf.ssl@default:false,org.eclipse.ecf@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.ds@3:true,org.eclipse.equinox.event@3:true,org.eclipse.equinox.frameworkadmin.equinox@default:default,org.eclipse.equinox.frameworkadmin@default:default,org.eclipse.equinox.http.registry@default:default,org.eclipse.equinox.launcher@default:default,org.eclipse.equinox.p2.artifact.repository@default:default,org.eclipse.equinox.p2.console@default:default,org.eclipse.equinox.p2.core@default:default,org.eclipse.equinox.p2.director@default:default,org.eclipse.equinox.p2.engine@default:default,org.eclipse.equinox.p2.garbagecollector@default:default,org.eclipse.equinox.p2.jarprocessor@default:default,org.eclipse.equinox.p2.metadata.repository@default:default,org.eclipse.equinox.p2.metadata@default:default,org.eclipse.equinox.p2.publisher@default:default,org.eclipse.equinox.p2.ql@default:default,org.eclipse.equinox.p2.repository@default:default,org.eclipse.equinox.p2.touchpoint.eclipse@default:default,org.eclipse.equinox.p2.touchpoint.natives@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.equinox.security@default:default,org.eclipse.equinox.simpleconfigurator.manipulator@default:default,org.eclipse.equinox.simpleconfigurator@1:true,org.eclipse.equinox.util@default:default,org.eclipse.gemini.web.core@4:true,org.eclipse.gemini.web.extender@4:true,org.eclipse.gemini.web.tomcat@4:true,org.eclipse.osgi.services@3:true,org.eclipse.osgi@-1:true,org.eclipse.virgo.util.common@default:default,org.eclipse.virgo.util.io@default:default,org.eclipse.virgo.util.math@default:default,org.eclipse.virgo.util.osgi@default:default,org.eclipse.virgo.util.parser.manifest@default:default,org.hamcrest.core@default:default,org.junit@default:default,org.restlet.ext.servlet@default:default,org.restlet@4:true,org.sat4j.core@default:default,org.sat4j.pb@default:default,org.springframework.aop@default:default,org.springframework.beans@default:default,org.springframework.context@default:default,org.springframework.core@default:default,org.springframework.osgi.core@default:default,org.springframework.osgi.io@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base.callout@default:default,org.adempiere.base.process@default:default,org.adempiere.base@4:true,org.adempiere.eclipse.equinox.http.servlet@default:true,org.adempiere.eclipse.equinox.http.servletbridge@default:true,org.adempiere.eclipse.equinox.servletbridge@default:true,org.adempiere.extend@default:false,org.adempiere.install@4:true,org.adempiere.payment.processor@default:default,org.adempiere.pipo.handlers@default:default,org.adempiere.pipo@default:default,org.adempiere.plugin.utils@default:default,org.adempiere.replication.server@4:true,org.adempiere.replication@default:default,org.adempiere.report.jasper.library@default:default,org.adempiere.report.jasper.webapp@4:true,org.adempiere.report.jasper@default:default,org.adempiere.server@4:true,org.adempiere.tomcat.config@default:false,org.adempiere.ui.zk*1.0.0.qualifier@4:true,org.adempiere.ui@default:default,org.adempiere.webstore.resource@default:false,org.adempiere.webstore.servlet@default:default,org.adempiere.webstore@4:true,org.apache.ecs@default:default,org.compiere.db.oracle.provider@default:default,org.compiere.db.postgresql.provider@default:default,org.zkoss.zk.library@default:default"/>
|
||||
<booleanAttribute key="show_selected_only" value="false"/>
|
||||
<booleanAttribute key="tracing" value="false"/>
|
||||
<booleanAttribute key="useCustomFeatures" value="false"/>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -18,7 +18,7 @@ goto START
|
|||
|
||||
:START
|
||||
@REM Setup Adempiere.properties and AdempiereEnv.properties
|
||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -application org.adempiere.install.application -consoleLog
|
||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -application org.adempiere.install.application -consoleLog
|
||||
|
||||
@Echo ErrorLevel = %ERRORLEVEL%
|
||||
@IF NOT ERRORLEVEL = 1 GOTO NEXT
|
||||
|
@ -31,7 +31,7 @@ goto START
|
|||
:NEXT
|
||||
@REM setup tomcat
|
||||
@Echo ... Setup Tomcat
|
||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||
|
||||
@Echo ...
|
||||
@Echo For problems, check log file in base directory
|
||||
|
|
|
@ -15,11 +15,11 @@ else
|
|||
fi
|
||||
|
||||
#setup Adempiere.properties and AdempiereEnv.propertiess
|
||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -application org.adempiere.install.application -consoleLog
|
||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -application org.adempiere.install.application -consoleLog
|
||||
|
||||
echo ... Setup Tomcat
|
||||
#setup tomcat
|
||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||
|
||||
echo ... Make .sh executable
|
||||
chmod -R a+x *.sh
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
-startup
|
||||
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
|
||||
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
|
||||
-install
|
||||
setup
|
||||
--launcher.library
|
||||
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.2.R36x_v20101019_1345
|
||||
--launcher.XXMaxPermSize
|
||||
192m
|
||||
-vmargs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
osgi.framework=file\:../plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar
|
||||
osgi.framework=file\:../plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar
|
||||
equinox.use.ds=true
|
||||
osgi.bundles=org.eclipse.core.variables,org.eclipse.ant.core,org.eclipse.core.runtime@start,org.adempiere.base@start,org.compiere.db.oracle.provider,org.compiere.db.postgresql.provider,com.springsource.org.junit,org.adempiere.install,org.restlet,com.springsource.net.sf.cglib,com.springsource.javax.mail,com.springsource.org.apache.activemq,com.springsource.org.apache.kahadb,com.springsource.org.apache.commons.collections,org.apache.ant,com.springsource.javax.servlet,com.springsource.javax.jms,org.apache.ecs,com.springsource.org.apache.commons.net,org.eclipse.equinox.app,org.eclipse.equinox.registry,org.eclipse.equinox.common@2:start,org.eclipse.core.contenttype,org.apache.poi,org.eclipse.core.jobs,org.eclipse.equinox.preferences,org.apache.commons.logging,com.springsource.javax.management.j2ee,org.eclipse.osgi.services,com.springsource.javax.ejb,com.springsource.javax.xml.rpc,com.springsource.javax.xml.soap,com.springsource.javax.activation,javax.xml
|
||||
osgi.bundles=org.eclipse.core.variables,org.eclipse.ant.core,org.eclipse.core.runtime@start,org.adempiere.base@start,org.compiere.db.oracle.provider,org.compiere.db.postgresql.provider,org.hamcrest.core,org.junit,org.adempiere.install,org.restlet,com.springsource.net.sf.cglib,com.springsource.javax.mail,com.springsource.org.apache.activemq,com.springsource.org.apache.kahadb,org.apache.commons.collections,org.apache.ant,javax.servlet,com.springsource.javax.jms,org.apache.ecs,org.apache.commons.net,org.eclipse.equinox.app,org.eclipse.equinox.registry,org.eclipse.equinox.common@2:start,org.eclipse.core.contenttype,org.apache.poi,org.eclipse.core.jobs,org.eclipse.equinox.preferences,org.apache.commons.logging,com.springsource.org.apache.commons.logging,com.springsource.javax.management.j2ee,org.eclipse.osgi.services,com.springsource.javax.ejb,com.springsource.javax.xml.rpc,com.springsource.javax.xml.soap,com.springsource.javax.activation,javax.xml
|
||||
osgi.framework.extensions=
|
||||
osgi.bundles.defaultStartLevel=4
|
||||
|
|
|
@ -31,8 +31,7 @@ bin.excludes = src/**,\
|
|||
.settings/**,\
|
||||
.classpath,\
|
||||
.project,\
|
||||
build.properties,\
|
||||
build.xml
|
||||
build.properties
|
||||
source.. = src/main/server/,\
|
||||
src/main/servlet/
|
||||
output.. = build/classes/
|
||||
|
|
|
@ -33,11 +33,11 @@
|
|||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.adempiere.geminiweb"
|
||||
id="org.adempiere.bundles.external"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.adempiere.bundles.external"
|
||||
id="org.eclipse.gemini.web.feature"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.6"?>
|
||||
|
||||
<target name="Adempiere Target Platform">
|
||||
<locations>
|
||||
<location path="${project_loc}" type="Directory"/>
|
||||
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
|
||||
<unit id="org.eclipse.equinox.server.core.feature.group" version="1.0.0.v20100510-7K7QErDzbb9z-yqHb55T7I"/>
|
||||
<unit id="org.eclipse.equinox.executable.feature.group" version="3.4.1.R36x_v20100823-7M7K7JF90dnJ-WLf3cf4yi"/>
|
||||
<unit id="org.eclipse.equinox.p2.user.ui.feature.group" version="2.0.1.r361_v20100903-897HFZFFZRuSD2LMtVxyz0Vr"/>
|
||||
<unit id="org.eclipse.equinox.server.p2.feature.group" version="1.0.0.v20100503-7x7IFGOFQ74dz0POCNUBjA6L"/>
|
||||
<repository location="http://download.eclipse.org/releases/helios"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
|
||||
<unit id="org.adempiere.bundles.external.feature.group" version="1.0.0.201011072347"/>
|
||||
<unit id="org.adempiere.geminiweb.feature.group" version="1.1.0.RELEASE"/>
|
||||
<repository location="http://idempiere.googlecode.com/hg/idempiere.osgi.dep-1.0.0/p2"/>
|
||||
</location>
|
||||
</locations>
|
||||
</target>
|
|
@ -25,9 +25,6 @@
|
|||
<!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html
|
||||
-->
|
||||
<Listener className="org.apache.catalina.core.JasperListener" />
|
||||
<!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html
|
||||
-->
|
||||
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
|
||||
|
||||
<!-- A "Service" is a collection of one or more "Connectors" that share
|
||||
a single "Container" Note: A "Service" is not itself a "Container",
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
<!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html
|
||||
-->
|
||||
<Listener className="org.apache.catalina.core.JasperListener" />
|
||||
<!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html
|
||||
-->
|
||||
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
|
||||
|
||||
<!-- A "Service" is a collection of one or more "Connectors" that share
|
||||
a single "Container" Note: A "Service" is not itself a "Container",
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
<stringAttribute key="pde.version" value="3.3"/>
|
||||
<stringAttribute key="product" value="org.adempiere.ui.swing.client_product"/>
|
||||
<stringAttribute key="productFile" value="/org.adempiere.ui.swing-feature/swingclient.product"/>
|
||||
<stringAttribute key="selected_target_plugins" value="org.eclipse.equinox.http.registry@default:default,org.sat4j.core@default:default,com.springsource.javax.activation@default:default,org.eclipse.equinox.simpleconfigurator@1:true,com.springsource.org.apache.commons.collections@default:default,org.eclipse.ecf.provider.filetransfer.httpclient.ssl@default:false,com.springsource.javax.jms@default:default,org.eclipse.core.jobs@default:default,org.eclipse.ecf.provider.filetransfer.httpclient@default:default,org.eclipse.equinox.p2.jarprocessor@default:default,org.sat4j.pb@default:default,com.springsource.org.apache.commons.net@default:default,org.eclipse.equinox.frameworkadmin.equinox@default:default,org.eclipse.ecf@default:default,org.eclipse.ecf.provider.filetransfer.ssl@default:false,org.eclipse.equinox.p2.publisher@default:default,org.eclipse.equinox.p2.metadata.repository@default:default,com.springsource.javax.el@default:default,com.springsource.javax.mail@default:default,com.springsource.javax.xml.rpc@default:default,org.eclipse.equinox.p2.artifact.repository@default:default,org.springframework.core@default:default,org.eclipse.ecf.identity@default:default,org.restlet@default:true,org.eclipse.osgi@-1:true,org.eclipse.equinox.p2.touchpoint.eclipse@default:default,org.eclipse.equinox.p2.ql@default:default,org.eclipse.equinox.frameworkadmin@default:default,com.springsource.org.apache.activemq@default:default,org.springframework.beans@default:default,org.eclipse.equinox.launcher@default:default,com.springsource.org.apache.xml.serializer@default:default,com.springsource.org.apache.xmlcommons@default:default,org.eclipse.core.runtime.compatibility.auth@default:default,org.eclipse.equinox.ds@3:true,org.eclipse.equinox.event@3:true,org.restlet.ext.net@default:true,com.springsource.org.apache.xml.resolver@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.equinox.p2.core@default:default,org.eclipse.equinox.p2.engine@default:default,org.eclipse.equinox.simpleconfigurator.manipulator@default:default,org.eclipse.equinox.launcher.gtk.linux.x86_64@default:false,org.eclipse.equinox.p2.repository@default:default,com.springsource.javax.xml.soap@default:default,org.eclipse.ant.core@default:default,org.eclipse.ecf.provider.filetransfer@default:default,org.apache.commons.logging@default:default,org.apache.poi@default:default,org.eclipse.equinox.p2.metadata@default:default,org.springframework.context@default:default,org.eclipse.equinox.p2.console@default:default,org.eclipse.equinox.util@default:default,org.eclipse.ecf.ssl@default:false,org.eclipse.core.runtime@default:true,javax.xml@default:default,com.springsource.javax.ejb@default:default,org.eclipse.core.variables@default:default,org.eclipse.equinox.security@default:default,org.springframework.aop@default:default,org.apache.ant@default:default,com.springsource.javax.management.j2ee@default:default,com.springsource.javax.servlet@default:default,org.eclipse.equinox.p2.garbagecollector@default:default,com.springsource.javax.transaction@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.p2.director@default:default,org.apache.commons.codec@default:default,com.springsource.org.apache.kahadb@default:default,com.springsource.net.sf.cglib@default:default,org.eclipse.osgi.services@3:true,org.eclipse.ecf.filetransfer@default:default,com.springsource.org.apache.xerces@default:false,com.springsource.org.aopalliance@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.equinox.p2.touchpoint.natives@default:default,org.eclipse.equinox.app@default:default,org.apache.commons.httpclient@default:default,com.springsource.org.junit@default:default,javax.persistence@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base@4:true,org.adempiere.payment.processor@default:default,org.adempiere.base.callout@default:default,org.compiere.db.postgresql.provider@default:default,org.adempiere.base.process@default:default,org.adempiere.report.jasper.library@default:default,org.adempiere.pipo.handlers@default:default,org.compiere.db.oracle.provider@default:default,org.adempiere.pipo@default:default,org.adempiere.install@default:default,org.adempiere.report.jasper@default:default,org.adempiere.report.jasper.swing@default:default,org.adempiere.ui@default:default,org.adempiere.plugin.utils@default:default,org.adempiere.extend@default:false,org.apache.ecs@default:default,org.adempiere.ui.swing@default:default,org.adempiere.replication@default:default"/>
|
||||
<stringAttribute key="selected_target_plugins" value="com.springsource.javax.activation@default:default,com.springsource.javax.ejb@default:default,com.springsource.javax.jms@default:default,com.springsource.javax.mail@default:default,com.springsource.javax.management.j2ee@default:default,com.springsource.javax.transaction@default:default,com.springsource.javax.xml.rpc@default:default,com.springsource.javax.xml.soap@default:default,com.springsource.net.sf.cglib@default:default,com.springsource.org.aopalliance@default:default,com.springsource.org.apache.activemq@default:default,com.springsource.org.apache.commons.logging@default:default,com.springsource.org.apache.kahadb@default:default,com.springsource.org.apache.xmlcommons@default:default,javax.servlet@default:default,javax.xml@default:default,org.apache.ant@default:default,org.apache.commons.codec@default:default,org.apache.commons.collections@default:default,org.apache.commons.httpclient@default:default,org.apache.commons.logging@default:default,org.apache.commons.net@default:default,org.apache.poi@default:default,org.apache.xerces@default:default,org.apache.xml.resolver@default:default,org.apache.xml.serializer@default:default,org.eclipse.ant.core@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.runtime.compatibility.auth@default:default,org.eclipse.core.runtime@default:true,org.eclipse.core.variables@default:default,org.eclipse.ecf.filetransfer@default:default,org.eclipse.ecf.identity@default:default,org.eclipse.ecf.provider.filetransfer.httpclient.ssl@default:false,org.eclipse.ecf.provider.filetransfer.httpclient@default:default,org.eclipse.ecf.provider.filetransfer.ssl@default:false,org.eclipse.ecf.provider.filetransfer@default:default,org.eclipse.ecf.ssl@default:false,org.eclipse.ecf@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.ds@3:true,org.eclipse.equinox.event@3:true,org.eclipse.equinox.frameworkadmin.equinox@default:default,org.eclipse.equinox.frameworkadmin@default:default,org.eclipse.equinox.http.registry@default:default,org.eclipse.equinox.launcher.gtk.linux.x86_64@default:false,org.eclipse.equinox.launcher@default:default,org.eclipse.equinox.p2.artifact.repository@default:default,org.eclipse.equinox.p2.console@default:default,org.eclipse.equinox.p2.core@default:default,org.eclipse.equinox.p2.director@default:default,org.eclipse.equinox.p2.engine@default:default,org.eclipse.equinox.p2.garbagecollector@default:default,org.eclipse.equinox.p2.jarprocessor@default:default,org.eclipse.equinox.p2.metadata.repository@default:default,org.eclipse.equinox.p2.metadata@default:default,org.eclipse.equinox.p2.publisher@default:default,org.eclipse.equinox.p2.ql@default:default,org.eclipse.equinox.p2.repository@default:default,org.eclipse.equinox.p2.touchpoint.eclipse@default:default,org.eclipse.equinox.p2.touchpoint.natives@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.equinox.security@default:default,org.eclipse.equinox.simpleconfigurator.manipulator@default:default,org.eclipse.equinox.simpleconfigurator@1:true,org.eclipse.equinox.util@default:default,org.eclipse.osgi.services@3:true,org.eclipse.osgi@-1:true,org.hamcrest.core@default:default,org.junit@default:default,org.restlet.ext.net@default:true,org.restlet@default:true,org.sat4j.core@default:default,org.sat4j.pb@default:default,org.springframework.aop@default:default,org.springframework.beans@default:default,org.springframework.context@default:default,org.springframework.core@default:default"/>
|
||||
<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base.callout@default:default,org.adempiere.base.process@default:default,org.adempiere.base@4:true,org.adempiere.extend@default:false,org.adempiere.install@default:default,org.adempiere.payment.processor@default:default,org.adempiere.pipo.handlers@default:default,org.adempiere.pipo@default:default,org.adempiere.plugin.utils@default:default,org.adempiere.replication@default:default,org.adempiere.report.jasper.library@default:default,org.adempiere.report.jasper.swing@default:default,org.adempiere.report.jasper@default:default,org.adempiere.ui.swing@default:default,org.adempiere.ui@default:default,org.apache.ecs@default:default,org.compiere.db.oracle.provider@default:default,org.compiere.db.postgresql.provider@default:default"/>
|
||||
<booleanAttribute key="show_selected_only" value="false"/>
|
||||
<booleanAttribute key="tracing" value="false"/>
|
||||
<booleanAttribute key="useCustomFeatures" value="false"/>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
bin.includes = META-INF/,\
|
||||
client.jar,\
|
||||
plugin.xml,\
|
||||
component.xml,\
|
||||
swingx-1.6.jar,\
|
||||
looks-2.0.4.jar,\
|
||||
miglayout-3.7.1-swing.jar,\
|
||||
|
|
|
@ -26,4 +26,11 @@
|
|||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.zkoss.zk.library"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -1,40 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/classes/"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="WEB-INF/src"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/classes" sourcepath="WEB-INF/classes"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/zk.jar" sourcepath="WEB-INF/lib/zk-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/zcommon.jar" sourcepath="WEB-INF/lib/zcommon-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/zul.jar" sourcepath="WEB-INF/lib/zul-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/junit.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/keylistener.jar"/>
|
||||
<classpathentry kind="lib" path="WEB-INF/lib/zkmax.jar" sourcepath="WEB-INF/lib/zkmax-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/zkex.jar" sourcepath="WEB-INF/lib/zkex-sources.jar"/>
|
||||
<classpathentry kind="lib" path="WEB-INF/lib/zkplus.jar" sourcepath="WEB-INF/lib/zkplus-sources.jar"/>
|
||||
<classpathentry kind="lib" path="WEB-INF/lib/zhtml.jar" sourcepath="WEB-INF/lib/zhtml-sources.jar"/>
|
||||
<classpathentry kind="lib" path="WEB-INF/lib/timelinez.jar" sourcepath="WEB-INF/lib/timelinez-sources.jar"/>
|
||||
<classpathentry kind="lib" path="WEB-INF/lib/zweb.jar" sourcepath="WEB-INF/lib/zweb-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/cglib.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/fckez.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/asm.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/bsh.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/commons-el.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/commons-fileupload.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/commons-io.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/Filters.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/gmapsz.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/groovy.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/jruby.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/js.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/json_simple.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/jxl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/jython.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/mvel.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/ognl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/timeplotz.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/xercesImpl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/zcommons-el.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/zml.jar"/>
|
||||
<classpathentry kind="output" path="WEB-INF/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -4,58 +4,7 @@ Bundle-Name: Zk Web Client
|
|||
Bundle-SymbolicName: org.adempiere.ui.zk;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Web-ContextPath: webui
|
||||
Bundle-ClassPath: WEB-INF/classes/,
|
||||
WEB-INF/lib/zk.jar,
|
||||
WEB-INF/lib/zcommon.jar,
|
||||
WEB-INF/lib/zul.jar,
|
||||
WEB-INF/lib/junit.jar,
|
||||
WEB-INF/lib/keylistener.jar,
|
||||
WEB-INF/lib/zkmax.jar,
|
||||
WEB-INF/lib/zkex.jar,
|
||||
WEB-INF/lib/zkplus.jar,
|
||||
WEB-INF/lib/zhtml.jar,
|
||||
WEB-INF/lib/timelinez.jar,
|
||||
WEB-INF/lib/zweb.jar,
|
||||
WEB-INF/lib/cglib.jar,
|
||||
WEB-INF/lib/fckez.jar,
|
||||
WEB-INF/lib/asm.jar,
|
||||
WEB-INF/lib/bsh.jar,
|
||||
WEB-INF/lib/commons-el.jar,
|
||||
WEB-INF/lib/commons-fileupload.jar,
|
||||
WEB-INF/lib/commons-io.jar,
|
||||
WEB-INF/lib/Filters.jar,
|
||||
WEB-INF/lib/gmapsz.jar,
|
||||
WEB-INF/lib/groovy.jar,
|
||||
WEB-INF/lib/jruby.jar,
|
||||
WEB-INF/lib/js.jar,
|
||||
WEB-INF/lib/json_simple.jar,
|
||||
WEB-INF/lib/jxl.jar,
|
||||
WEB-INF/lib/jython.jar,
|
||||
WEB-INF/lib/mvel.jar,
|
||||
WEB-INF/lib/ognl.jar,
|
||||
WEB-INF/lib/timeplotz.jar,
|
||||
WEB-INF/lib/xercesImpl.jar,
|
||||
WEB-INF/lib/zcommons-el.jar,
|
||||
WEB-INF/lib/zml.jar
|
||||
Export-Package: junit.extensions,
|
||||
junit.framework,
|
||||
junit.runner,
|
||||
junit.textui,
|
||||
metainfo.mesg,
|
||||
metainfo.org.zkoss.util.media,
|
||||
metainfo.tld,
|
||||
metainfo.xel,
|
||||
metainfo.xml,
|
||||
metainfo.zk,
|
||||
net.sf.cglib.asm,
|
||||
net.sf.cglib.asm.signature,
|
||||
net.sf.cglib.beans,
|
||||
net.sf.cglib.core,
|
||||
net.sf.cglib.proxy,
|
||||
net.sf.cglib.reflect,
|
||||
net.sf.cglib.transform,
|
||||
net.sf.cglib.transform.impl,
|
||||
net.sf.cglib.util,
|
||||
Export-Package: metainfo.zk,
|
||||
org.adempiere.webui,
|
||||
org.adempiere.webui.acct,
|
||||
org.adempiere.webui.apps,
|
||||
|
@ -78,303 +27,22 @@ Export-Package: junit.extensions,
|
|||
org.adempiere.webui.session,
|
||||
org.adempiere.webui.theme,
|
||||
org.adempiere.webui.util,
|
||||
org.adempiere.webui.window,
|
||||
org.apache.html.dom,
|
||||
org.apache.wml,
|
||||
org.apache.wml.dom,
|
||||
org.apache.xerces.dom,
|
||||
org.apache.xerces.dom.events,
|
||||
org.apache.xerces.dom3.as,
|
||||
org.apache.xerces.impl,
|
||||
org.apache.xerces.impl.dtd,
|
||||
org.apache.xerces.impl.dtd.models,
|
||||
org.apache.xerces.impl.dv,
|
||||
org.apache.xerces.impl.dv.dtd,
|
||||
org.apache.xerces.impl.dv.util,
|
||||
org.apache.xerces.impl.dv.xs,
|
||||
org.apache.xerces.impl.io,
|
||||
org.apache.xerces.impl.msg,
|
||||
org.apache.xerces.impl.validation,
|
||||
org.apache.xerces.impl.xpath,
|
||||
org.apache.xerces.impl.xpath.regex,
|
||||
org.apache.xerces.impl.xs,
|
||||
org.apache.xerces.impl.xs.identity,
|
||||
org.apache.xerces.impl.xs.models,
|
||||
org.apache.xerces.impl.xs.opti,
|
||||
org.apache.xerces.impl.xs.traversers,
|
||||
org.apache.xerces.impl.xs.util,
|
||||
org.apache.xerces.jaxp,
|
||||
org.apache.xerces.jaxp.datatype,
|
||||
org.apache.xerces.jaxp.validation,
|
||||
org.apache.xerces.parsers,
|
||||
org.apache.xerces.util,
|
||||
org.apache.xerces.xinclude,
|
||||
org.apache.xerces.xni,
|
||||
org.apache.xerces.xni.grammars,
|
||||
org.apache.xerces.xni.parser,
|
||||
org.apache.xerces.xpointer,
|
||||
org.apache.xerces.xs,
|
||||
org.apache.xerces.xs.datatypes,
|
||||
org.apache.xml.serialize,
|
||||
org.junit,
|
||||
org.junit.internal,
|
||||
org.junit.internal.requests,
|
||||
org.junit.internal.runners,
|
||||
org.junit.runner,
|
||||
org.junit.runner.manipulation,
|
||||
org.junit.runner.notification,
|
||||
org.junit.runners,
|
||||
org.w3c.dom.html,
|
||||
org.zkforge.fckez,
|
||||
org.zkforge.fckez.connector,
|
||||
org.zkforge.fckez.uploader,
|
||||
org.zkforge.json.simple,
|
||||
org.zkforge.json.simple.parser,
|
||||
org.zkforge.keylistener,
|
||||
org.zkforge.timeline,
|
||||
org.zkforge.timeline.data,
|
||||
org.zkforge.timeline.decorator,
|
||||
org.zkforge.timeline.event,
|
||||
org.zkforge.timeline.impl,
|
||||
org.zkforge.timeline.util,
|
||||
org.zkoss,
|
||||
org.zkoss.idom,
|
||||
org.zkoss.idom.impl,
|
||||
org.zkoss.idom.input,
|
||||
org.zkoss.idom.transform,
|
||||
org.zkoss.idom.util,
|
||||
org.zkoss.image,
|
||||
org.zkoss.image.encoder,
|
||||
org.zkoss.io,
|
||||
org.zkoss.lang,
|
||||
org.zkoss.lang.reflect,
|
||||
org.zkoss.math,
|
||||
org.zkoss.mesg,
|
||||
org.zkoss.net,
|
||||
org.zkoss.sound,
|
||||
org.zkoss.text,
|
||||
org.zkoss.util,
|
||||
org.zkoss.util.logging,
|
||||
org.zkoss.util.media,
|
||||
org.zkoss.util.resource,
|
||||
org.zkoss.util.resource.impl,
|
||||
org.zkoss.web,
|
||||
org.zkoss.web.fn,
|
||||
org.zkoss.web.init,
|
||||
org.zkoss.web.mesg,
|
||||
org.zkoss.web.portlet,
|
||||
org.zkoss.web.servlet,
|
||||
org.zkoss.web.servlet.dsp,
|
||||
org.zkoss.web.servlet.dsp.action,
|
||||
org.zkoss.web.servlet.dsp.action.html,
|
||||
org.zkoss.web.servlet.dsp.impl,
|
||||
org.zkoss.web.servlet.http,
|
||||
org.zkoss.web.servlet.xel,
|
||||
org.zkoss.web.util.resource,
|
||||
org.zkoss.xel,
|
||||
org.zkoss.xel.el,
|
||||
org.zkoss.xel.fn,
|
||||
org.zkoss.xel.taglib,
|
||||
org.zkoss.xel.util,
|
||||
org.zkoss.xml,
|
||||
org.zkoss.zhtml,
|
||||
org.zkoss.zhtml.impl,
|
||||
org.zkoss.zk,
|
||||
org.zkoss.zk.au,
|
||||
org.zkoss.zk.au.http,
|
||||
org.zkoss.zk.au.impl,
|
||||
org.zkoss.zk.au.in,
|
||||
org.zkoss.zk.au.out,
|
||||
org.zkoss.zk.device,
|
||||
org.zkoss.zk.fn,
|
||||
org.zkoss.zk.mesg,
|
||||
org.zkoss.zk.scripting,
|
||||
org.zkoss.zk.scripting.bsh,
|
||||
org.zkoss.zk.scripting.util,
|
||||
org.zkoss.zk.ui,
|
||||
org.zkoss.zk.ui.api,
|
||||
org.zkoss.zk.ui.event,
|
||||
org.zkoss.zk.ui.ext,
|
||||
org.zkoss.zk.ui.ext.client,
|
||||
org.zkoss.zk.ui.ext.render,
|
||||
org.zkoss.zk.ui.http,
|
||||
org.zkoss.zk.ui.impl,
|
||||
org.zkoss.zk.ui.metainfo,
|
||||
org.zkoss.zk.ui.metainfo.impl,
|
||||
org.zkoss.zk.ui.render,
|
||||
org.zkoss.zk.ui.sys,
|
||||
org.zkoss.zk.ui.util,
|
||||
org.zkoss.zk.xel,
|
||||
org.zkoss.zk.xel.impl,
|
||||
org.zkoss.zkex,
|
||||
org.zkoss.zkex.ui.impl,
|
||||
org.zkoss.zkex.zul,
|
||||
org.zkoss.zkex.zul.api,
|
||||
org.zkoss.zkex.zul.impl,
|
||||
org.zkoss.zkmax,
|
||||
org.zkoss.zkmax.au.http,
|
||||
org.zkoss.zkmax.au.in,
|
||||
org.zkoss.zkmax.event,
|
||||
org.zkoss.zkmax.init,
|
||||
org.zkoss.zkmax.scripting.groovy,
|
||||
org.zkoss.zkmax.scripting.jruby,
|
||||
org.zkoss.zkmax.scripting.jython,
|
||||
org.zkoss.zkmax.scripting.rhino,
|
||||
org.zkoss.zkmax.ui.comet,
|
||||
org.zkoss.zkmax.ui.eq,
|
||||
org.zkoss.zkmax.xel.el,
|
||||
org.zkoss.zkmax.xel.el21,
|
||||
org.zkoss.zkmax.xel.mvel,
|
||||
org.zkoss.zkmax.xel.ognl,
|
||||
org.zkoss.zkmax.xel.util,
|
||||
org.zkoss.zkmax.zul,
|
||||
org.zkoss.zkmax.zul.api,
|
||||
org.zkoss.zkmax.zul.render,
|
||||
org.zkoss.zkplus,
|
||||
org.zkoss.zkplus.acegi,
|
||||
org.zkoss.zkplus.databind,
|
||||
org.zkoss.zkplus.hibernate,
|
||||
org.zkoss.zkplus.jndi,
|
||||
org.zkoss.zkplus.jpa,
|
||||
org.zkoss.zkplus.seasar,
|
||||
org.zkoss.zkplus.spring,
|
||||
org.zkoss.zkplus.util,
|
||||
org.zkoss.zul,
|
||||
org.zkoss.zul.api,
|
||||
org.zkoss.zul.au.in,
|
||||
org.zkoss.zul.au.out,
|
||||
org.zkoss.zul.event,
|
||||
org.zkoss.zul.ext,
|
||||
org.zkoss.zul.fn,
|
||||
org.zkoss.zul.impl,
|
||||
org.zkoss.zul.impl.api,
|
||||
org.zkoss.zul.mesg,
|
||||
web,
|
||||
web.aud,
|
||||
web.dsp.action.html,
|
||||
web.fckez,
|
||||
web.html,
|
||||
web.img,
|
||||
web.js.ext.FCKeditor,
|
||||
web.js.ext.FCKeditor.editor,
|
||||
web.js.ext.FCKeditor.editor.css,
|
||||
web.js.ext.FCKeditor.editor.css.behaviors,
|
||||
web.js.ext.FCKeditor.editor.css.images,
|
||||
web.js.ext.FCKeditor.editor.dialog,
|
||||
web.js.ext.FCKeditor.editor.dialog.common,
|
||||
web.js.ext.FCKeditor.editor.dialog.common.images,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_about,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_about.sponsors,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_docprops,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_flash,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_image,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_link,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_select,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_spellerpages.spellerpages,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_template.images,
|
||||
web.js.ext.FCKeditor.editor.dtd,
|
||||
web.js.ext.FCKeditor.editor.filemanager.browser,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.asp,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.aspx,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.cfm,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.lasso,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.perl,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.php,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.py,
|
||||
web.js.ext.FCKeditor.editor.images,
|
||||
web.js.ext.FCKeditor.editor.images.smiley.msn,
|
||||
web.js.ext.FCKeditor.editor.js,
|
||||
web.js.ext.FCKeditor.editor.lang,
|
||||
web.js.ext.FCKeditor.editor.plugins.autogrow,
|
||||
web.js.ext.FCKeditor.editor.plugins.bbcode,
|
||||
web.js.ext.FCKeditor.editor.plugins.bbcode._sample,
|
||||
web.js.ext.FCKeditor.editor.plugins.dragresizetable,
|
||||
web.js.ext.FCKeditor.editor.plugins.placeholder,
|
||||
web.js.ext.FCKeditor.editor.plugins.placeholder.lang,
|
||||
web.js.ext.FCKeditor.editor.plugins.simplecommands,
|
||||
web.js.ext.FCKeditor.editor.plugins.tablecommands,
|
||||
web.js.ext.FCKeditor.editor.skins,
|
||||
web.js.ext.FCKeditor.editor.skins.office2003,
|
||||
web.js.ext.FCKeditor.editor.skins.office2003.images,
|
||||
web.js.ext.FCKeditor.editor.skins.silver,
|
||||
web.js.ext.FCKeditor.editor.skins.silver.images,
|
||||
web.js.ext.aculo,
|
||||
web.js.ext.prototype,
|
||||
web.js.ext.timeline.api,
|
||||
web.js.ext.timeline.api.ext.geochrono,
|
||||
web.js.ext.timeline.api.ext.geochrono.scripts,
|
||||
web.js.ext.timeline.api.ext.geochrono.scripts.l10n.en,
|
||||
web.js.ext.timeline.api.ext.planning,
|
||||
web.js.ext.timeline.api.ext.planning.scripts,
|
||||
web.js.ext.timeline.api.ext.planning.scripts.l10n.en,
|
||||
web.js.ext.timeline.api.images,
|
||||
web.js.ext.timeline.api.scripts,
|
||||
web.js.ext.timeline.api.scripts.ext,
|
||||
web.js.ext.timeline.api.scripts.l10n.cs,
|
||||
web.js.ext.timeline.api.scripts.l10n.de,
|
||||
web.js.ext.timeline.api.scripts.l10n.en,
|
||||
web.js.ext.timeline.api.scripts.l10n.es,
|
||||
web.js.ext.timeline.api.scripts.l10n.fr,
|
||||
web.js.ext.timeline.api.scripts.l10n.it,
|
||||
web.js.ext.timeline.api.scripts.l10n.ru,
|
||||
web.js.ext.timeline.api.scripts.l10n.se,
|
||||
web.js.ext.timeline.api.scripts.l10n.vi,
|
||||
web.js.ext.timeline.api.scripts.l10n.zh,
|
||||
web.js.ext.timeline.api.scripts.util,
|
||||
web.js.ext.timeline.api.styles,
|
||||
web.js.fckez,
|
||||
web.js.timelinez,
|
||||
web.js.zhtml,
|
||||
web.js.zk,
|
||||
web.js.zk.html,
|
||||
web.js.zk.html.lang,
|
||||
web.js.zkex.ui,
|
||||
web.js.zkex.zul,
|
||||
web.js.zkmax.ui,
|
||||
web.js.zkmax.zul,
|
||||
web.js.zul,
|
||||
web.js.zul.lang,
|
||||
web.timeline,
|
||||
web.zhtml,
|
||||
web.zk,
|
||||
web.zk.img,
|
||||
web.zkex.zul.css,
|
||||
web.zkex.zul.html,
|
||||
web.zkex.zul.img.layout,
|
||||
web.zkmax.zul.css,
|
||||
web.zul.css,
|
||||
web.zul.css.cmps,
|
||||
web.zul.html,
|
||||
web.zul.img,
|
||||
web.zul.img.button,
|
||||
web.zul.img.cal,
|
||||
web.zul.img.common,
|
||||
web.zul.img.grid,
|
||||
web.zul.img.groupbox,
|
||||
web.zul.img.menu,
|
||||
web.zul.img.misc,
|
||||
web.zul.img.msgbox,
|
||||
web.zul.img.paging,
|
||||
web.zul.img.popup,
|
||||
web.zul.img.slider,
|
||||
web.zul.img.sort,
|
||||
web.zul.img.splt,
|
||||
web.zul.img.tab,
|
||||
web.zul.img.tree,
|
||||
web.zul.img.vd,
|
||||
web.zul.img.wnd
|
||||
org.adempiere.webui.window
|
||||
Require-Bundle: org.adempiere.report.jasper;bundle-version="1.0.0",
|
||||
org.adempiere.base;bundle-version="1.0.0",
|
||||
org.adempiere.report.jasper.library;bundle-version="1.0.0",
|
||||
org.adempiere.ui;bundle-version="1.0.0"
|
||||
org.adempiere.ui;bundle-version="1.0.0",
|
||||
org.zkoss.zk.library;bundle-version="3.6.3"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Eclipse-ExtensibleAPI: true
|
||||
Import-Package: javax.servlet;version="2.5.0",
|
||||
javax.servlet.http;version="2.5.0",
|
||||
Import-Package: javax.servlet,
|
||||
javax.servlet.http,
|
||||
metainfo.zk,
|
||||
org.apache.commons.codec.binary,
|
||||
org.apache.ecs,
|
||||
org.apache.ecs.xhtml,
|
||||
org.osgi.framework;version="1.5.0"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.adempiere.webui.WebUIActivator
|
||||
Bundle-ClassPath: WEB-INF/classes/
|
||||
Eclipse-RegisterBuddy: org.zkoss.zk.library
|
||||
|
|
|
@ -2,31 +2,28 @@ output.. = WEB-INF/classes/
|
|||
bin.includes = META-INF/,\
|
||||
WEB-INF/,\
|
||||
css/,\
|
||||
html/,\
|
||||
images/,\
|
||||
index.zul,\
|
||||
js/,\
|
||||
theme/,\
|
||||
theme.zs,\
|
||||
zul/,\
|
||||
WEB-INF/classes/,\
|
||||
timeout.zul,\
|
||||
plugin.xml,\
|
||||
component.xml
|
||||
WEB-INF/classes/
|
||||
src.includes = WEB-INF/classes/,\
|
||||
WEB-INF/lib/,\
|
||||
WEB-INF/tld/,\
|
||||
WEB-INF/web.xml,\
|
||||
WEB-INF/xsd/,\
|
||||
WEB-INF/zk.xml,\
|
||||
css/,\
|
||||
html/,\
|
||||
images/,\
|
||||
index.zul,\
|
||||
js/,\
|
||||
theme/,\
|
||||
theme.zs,\
|
||||
zul/
|
||||
source.. = WEB-INF/src/
|
||||
bin.excludes = WEB-INF/src/,\
|
||||
WEB-INF/web-2.5.xml
|
||||
source.. = WEB-INF/src/
|
||||
|
||||
|
|
|
@ -3,6 +3,5 @@ bin.includes = META-INF/,\
|
|||
.,\
|
||||
org-netbeans-api-visual.jar,\
|
||||
org-openide-util.jar,\
|
||||
component.xml,\
|
||||
plugin.xml
|
||||
source.. = src/
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<requires>
|
||||
<import feature="org.adempiere.base" version="1.0.0.qualifier"/>
|
||||
<import plugin="org.adempiere.report.jasper.webapp" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="com.springsource.javax.servlet.jsp"/>
|
||||
<import plugin="com.springsource.javax.servlet.jsp.jstl"/>
|
||||
<import plugin="javax.servlet.jsp"/>
|
||||
<import plugin="javax.servlet.jsp.jstl"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<c:if test='${not webUser.EMailVerified}'>
|
||||
<form action="emailServlet" method="post" enctype="application/x-www-form-urlencoded"
|
||||
name="EMailVerification" target="_top">
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam.#AD_Client_ID}" default="0"/>'/>
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam['#AD_Client_ID']}" default="0"/>'/>
|
||||
<input name="Source" type="hidden" value=""/>
|
||||
<input name="Info" type="hidden" value=""/>
|
||||
<input name="ForwardTo" type="hidden" value="assets.jsp">
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<c:if test='${not webUser.EMailVerified}'>
|
||||
<form action="emailServlet" method="post" enctype="application/x-www-form-urlencoded"
|
||||
name="EMailVerification" target="_top">
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam.#AD_Client_ID}" default="0"/>'/>
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam['#AD_Client_ID']}" default="0"/>'/>
|
||||
<input name="Source" type="hidden" value=""/>
|
||||
<input name="Info" type="hidden" value=""/>
|
||||
<c:choose>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
<fieldset>
|
||||
<legend id="LoginOrNewLegend">Login Existing User</legend>
|
||||
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam.#AD_Client_ID}" default="0"/>'/>
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam['#AD_Client_ID']}" default="0"/>'/>
|
||||
<input name="Source" type="hidden" value=""/>
|
||||
<input name="Info" type="hidden" value=""/>
|
||||
<input name="Mode" type="hidden" value=""/>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
<form action="updateServlet" method="post" enctype="application/x-www-form-urlencoded" name="UpdateEMail" target="_top" onSubmit="return validateEMail()">
|
||||
<fieldset>
|
||||
<legend><cws:message txt="Change EMail"/></legend>
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam.#AD_Client_ID}" default="0"/>'/>
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam['#AD_Client_ID']}" default="0"/>'/>
|
||||
<input name="Source" type="hidden" value=""/>
|
||||
<input name="Info" type="hidden" value=""/>
|
||||
<input name="Mode" type="hidden" value="email"/>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<form action="updateServlet" method="post" enctype="application/x-www-form-urlencoded" name="UpdatePassword" target="_top" onSubmit="return validatePassword()">
|
||||
<fieldset>
|
||||
<legend><cws:message txt="Change Password"/></legend>
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam.#AD_Client_ID}" default="0"/>'/>
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam['#AD_Client_ID']}" default="0"/>'/>
|
||||
<input name="Source" type="hidden" value=""/>
|
||||
<input name="Info" type="hidden" value=""/>
|
||||
<input name="Mode" type="hidden" value="password"/>
|
||||
|
@ -137,7 +137,7 @@
|
|||
<fieldset>
|
||||
<legend><cws:message txt="Change Contact Information"/></legend>
|
||||
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam.#AD_Client_ID}" default="0"/>'/>
|
||||
<input name="AD_Client_ID" type="hidden" value='<c:out value="${initParam['#AD_Client_ID']}" default="0"/>'/>
|
||||
<input name="Source" type="hidden" value=""/>
|
||||
<input name="Info" type="hidden" value=""/>
|
||||
<input name="Mode" type="hidden" value="address"/>
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
<param-name>#W_Store_ID</param-name>
|
||||
<param-value>0</param-value>
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>#AD_Client_ID</param-name>
|
||||
<param-value>1000000</param-value>
|
||||
</context-param>
|
||||
<filter id="bridge">
|
||||
<filter-name>equinoxBridgeFilter</filter-name>
|
||||
<filter-class>org.eclipse.equinox.servletbridge.BridgeFilter</filter-class>
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.equinox.server.p2-feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -1,12 +0,0 @@
|
|||
bin.includes = feature.xml,\
|
||||
about.html,\
|
||||
build.properties,\
|
||||
epl-v10.html,\
|
||||
feature.properties,\
|
||||
license.html
|
||||
src.includes = about.html,\
|
||||
build.properties,\
|
||||
epl-v10.html,\
|
||||
feature.properties,\
|
||||
feature.xml,\
|
||||
license.html
|
|
@ -1,164 +0,0 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2010 IBM, Composent, Inc. and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM - initial API and implementation
|
||||
###############################################################################
|
||||
# feature.properties
|
||||
# contains externalized strings for feature.xml
|
||||
# "%foo" in feature.xml corresponds to the key "foo" in this file
|
||||
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||
# This file should be translated.
|
||||
|
||||
# "featureName" property - name of the feature
|
||||
featureName=p2 Server Feature
|
||||
|
||||
# "providerName" property - name of the company that provides the feature
|
||||
providerName=Eclipse Equinox Project
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2010 IBM, Composent, Inc. and others.\n\
|
||||
All rights reserved. This program and the accompanying materials\n\
|
||||
are made available under the terms of the Eclipse Public License v1.0\n\
|
||||
which accompanies this distribution, and is available at\n\
|
||||
http://www.eclipse.org/legal/epl-v10.html\n\
|
||||
\n\
|
||||
Contributors:\n\
|
||||
IBM - initial API and implementation\n
|
||||
################ end of copyright property ####################################
|
||||
|
||||
# "licenseURL" property - URL of the "Feature License"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
||||
# "license" property - text of the "Feature Update License"
|
||||
# should be plain text version of license agreement pointed to be "licenseURL"
|
||||
license=\
|
||||
Eclipse Foundation Software User Agreement\n\
|
||||
April 14, 2010\n\
|
||||
\n\
|
||||
Usage Of Content\n\
|
||||
\n\
|
||||
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
|
||||
OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
|
||||
USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
|
||||
AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
|
||||
NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
|
||||
AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
|
||||
AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
|
||||
OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
|
||||
TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
|
||||
OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
|
||||
BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
|
||||
\n\
|
||||
Applicable Licenses\n\
|
||||
\n\
|
||||
Unless otherwise indicated, all Content made available by the\n\
|
||||
Eclipse Foundation is provided to you under the terms and conditions of\n\
|
||||
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
|
||||
provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
|
||||
For purposes of the EPL, "Program" will mean the Content.\n\
|
||||
\n\
|
||||
Content includes, but is not limited to, source code, object code,\n\
|
||||
documentation and other files maintained in the Eclipse Foundation source code\n\
|
||||
repository ("Repository") in software modules ("Modules") and made available\n\
|
||||
as downloadable archives ("Downloads").\n\
|
||||
\n\
|
||||
- Content may be structured and packaged into modules to facilitate delivering,\n\
|
||||
extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
|
||||
plug-in fragments ("Fragments"), and features ("Features").\n\
|
||||
- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
|
||||
in a directory named "plugins".\n\
|
||||
- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
|
||||
Each Feature may be packaged as a sub-directory in a directory named "features".\n\
|
||||
Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
|
||||
numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
|
||||
- Features may also include other Features ("Included Features"). Within a Feature, files\n\
|
||||
named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
|
||||
\n\
|
||||
The terms and conditions governing Plug-ins and Fragments should be\n\
|
||||
contained in files named "about.html" ("Abouts"). The terms and\n\
|
||||
conditions governing Features and Included Features should be contained\n\
|
||||
in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
|
||||
Licenses may be located in any directory of a Download or Module\n\
|
||||
including, but not limited to the following locations:\n\
|
||||
\n\
|
||||
- The top-level (root) directory\n\
|
||||
- Plug-in and Fragment directories\n\
|
||||
- Inside Plug-ins and Fragments packaged as JARs\n\
|
||||
- Sub-directories of the directory named "src" of certain Plug-ins\n\
|
||||
- Feature directories\n\
|
||||
\n\
|
||||
Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
|
||||
Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
|
||||
Update License") during the installation process. If the Feature contains\n\
|
||||
Included Features, the Feature Update License should either provide you\n\
|
||||
with the terms and conditions governing the Included Features or inform\n\
|
||||
you where you can locate them. Feature Update Licenses may be found in\n\
|
||||
the "license" property of files named "feature.properties" found within a Feature.\n\
|
||||
Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
|
||||
terms and conditions (or references to such terms and conditions) that\n\
|
||||
govern your use of the associated Content in that directory.\n\
|
||||
\n\
|
||||
THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
|
||||
TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
|
||||
SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
|
||||
\n\
|
||||
- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
|
||||
- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
|
||||
- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
|
||||
- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
|
||||
- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
|
||||
\n\
|
||||
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
|
||||
TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
|
||||
is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
|
||||
govern that particular Content.\n\
|
||||
\n\
|
||||
\n\Use of Provisioning Technology\n\
|
||||
\n\
|
||||
The Eclipse Foundation makes available provisioning software, examples of which include,\n\
|
||||
but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
|
||||
the purpose of allowing users to install software, documentation, information and/or\n\
|
||||
other materials (collectively "Installable Software"). This capability is provided with\n\
|
||||
the intent of allowing such users to install, extend and update Eclipse-based products.\n\
|
||||
Information about packaging Installable Software is available at\n\
|
||||
http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
|
||||
\n\
|
||||
You may use Provisioning Technology to allow other parties to install Installable Software.\n\
|
||||
You shall be responsible for enabling the applicable license agreements relating to the\n\
|
||||
Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
|
||||
in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
|
||||
making it available in accordance with the Specification, you further acknowledge your\n\
|
||||
agreement to, and the acquisition of all necessary rights to permit the following:\n\
|
||||
\n\
|
||||
1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
|
||||
the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
|
||||
extending or updating the functionality of an Eclipse-based product.\n\
|
||||
2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
|
||||
Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
|
||||
3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
|
||||
govern the use of the Installable Software ("Installable Software Agreement") and such\n\
|
||||
Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
|
||||
with the Specification. Such Installable Software Agreement must inform the user of the\n\
|
||||
terms and conditions that govern the Installable Software and must solicit acceptance by\n\
|
||||
the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
|
||||
indication of agreement by the user, the provisioning Technology will complete installation\n\
|
||||
of the Installable Software.\n\
|
||||
\n\
|
||||
Cryptography\n\
|
||||
\n\
|
||||
Content may contain encryption software. The country in which you are\n\
|
||||
currently may have restrictions on the import, possession, and use,\n\
|
||||
and/or re-export to another country, of encryption software. BEFORE\n\
|
||||
using any encryption software, please check the country's laws,\n\
|
||||
regulations and policies concerning the import, possession, or use, and\n\
|
||||
re-export of encryption software, to see if this is permitted.\n\
|
||||
\n\
|
||||
Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
|
||||
########### end of license property ##########################################
|
|
@ -1,243 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.eclipse.equinox.server.p2"
|
||||
label="%featureName"
|
||||
version="1.0.1.R36x_v20101007-7x7IFI3FOf7yk63X6z0kz-Z2T158"
|
||||
provider-name="%providerName">
|
||||
|
||||
<copyright url="%copyrightURL">
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.artifact.repository"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.1.1.R36x_v20100901"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.console"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.200.v20100601"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.3.R36x_v20110111"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.director"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.3.R36x_v20101117-1018"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.engine"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.1.R36x_v20110201"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.garbagecollector"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.100.v20100503"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.metadata"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.1.R36x_v20101202"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.metadata.repository"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.1.0.v20100513"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.repository"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.2.R36x_v20110111-1500"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.touchpoint.eclipse"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.3.R36x_v20101202"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.touchpoint.natives"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.201.R36x_v20110111"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.simpleconfigurator.manipulator"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.0.v20100503"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.sat4j.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.2.0.v20100429"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.sat4j.pb"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.2.0.v20100429"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ecf"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="3.1.0.v20100906-1425"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ecf.filetransfer"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="4.0.0.v20100906-1425"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ecf.identity"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="3.1.0.v20100906-1425"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ecf.provider.filetransfer"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="3.1.0.v20100906-1425"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ecf.provider.filetransfer.httpclient"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="4.0.0.v20100906-1425"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ecf.provider.filetransfer.httpclient.ssl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.0.v20100906-1425"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ecf.provider.filetransfer.ssl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.0.v20100906-1425"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ecf.ssl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.100.v20100906-1425"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.codec"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.3.0.v201101211617"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.httpclient"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="3.1.0.v201012070820"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.logging"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.1.1.v201101211721"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.frameworkadmin"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.0.v20100503"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.frameworkadmin.equinox"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.200.v20100505"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.preferences"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="3.3.0.v20100503"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.security"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.200.v20100503"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.app"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.3.1.R36x_v20100803"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.jarprocessor"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.200.v20100503a"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.p2.ql"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.0.v20100503a"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
|
@ -1,107 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>Eclipse Foundation Software User Agreement</title>
|
||||
</head>
|
||||
|
||||
<body lang="EN-US">
|
||||
<h2>Eclipse Foundation Software User Agreement</h2>
|
||||
<p>April 14, 2010</p>
|
||||
|
||||
<h3>Usage Of Content</h3>
|
||||
|
||||
<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
|
||||
(COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
|
||||
CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
|
||||
OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
|
||||
NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
|
||||
CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
|
||||
|
||||
<h3>Applicable Licenses</h3>
|
||||
|
||||
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
|
||||
("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
|
||||
For purposes of the EPL, "Program" will mean the Content.</p>
|
||||
|
||||
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
|
||||
repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").</p>
|
||||
|
||||
<ul>
|
||||
<li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").</li>
|
||||
<li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".</li>
|
||||
<li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins
|
||||
and/or Fragments associated with that Feature.</li>
|
||||
<li>Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.</li>
|
||||
</ul>
|
||||
|
||||
<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and
|
||||
Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module
|
||||
including, but not limited to the following locations:</p>
|
||||
|
||||
<ul>
|
||||
<li>The top-level (root) directory</li>
|
||||
<li>Plug-in and Fragment directories</li>
|
||||
<li>Inside Plug-ins and Fragments packaged as JARs</li>
|
||||
<li>Sub-directories of the directory named "src" of certain Plug-ins</li>
|
||||
<li>Feature directories</li>
|
||||
</ul>
|
||||
|
||||
<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the
|
||||
installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
|
||||
inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature.
|
||||
Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
|
||||
that directory.</p>
|
||||
|
||||
<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
|
||||
OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
|
||||
|
||||
<ul>
|
||||
<li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
|
||||
<li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
|
||||
<li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
|
||||
<li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
|
||||
<li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
|
||||
</ul>
|
||||
|
||||
<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please
|
||||
contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
|
||||
|
||||
|
||||
<h3>Use of Provisioning Technology</h3>
|
||||
|
||||
<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
|
||||
Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or
|
||||
other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to
|
||||
install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
|
||||
href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
|
||||
("Specification").</p>
|
||||
|
||||
<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
|
||||
applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
|
||||
in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
|
||||
Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
|
||||
|
||||
<ol>
|
||||
<li>A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology
|
||||
on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based
|
||||
product.</li>
|
||||
<li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
|
||||
accessed and copied to the Target Machine.</li>
|
||||
<li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
|
||||
Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target
|
||||
Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
|
||||
the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
|
||||
indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Cryptography</h3>
|
||||
|
||||
<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
|
||||
another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
|
||||
possession, or use, and re-export of encryption software, to see if this is permitted.</p>
|
||||
|
||||
<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,49 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="lib/asm.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/bsh.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/cglib.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-el.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-fileupload.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-io.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/fckez.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/Filters.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/gmapsz.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/groovy.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jruby.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/js.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/json_simple.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jxl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jython.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/keylistener.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/mvel.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/ognl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/timelinez-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/timelinez.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/timeplotz.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/xercesImpl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zcommon-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zcommon.jar" sourcepath="lib/zcommon-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zcommons-el.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zhtml-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zhtml.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zk-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zk.jar" sourcepath="lib/zk-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zkex-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zkex.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zkmax-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zkmax.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zkplus-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zkplus.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zml-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zml.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zul-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zul.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zweb-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zweb.jar" sourcepath="lib/zweb-sources.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>com.springsource.slf4j.api</name>
|
||||
<name>org.zkoss.zk.library</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
|
@ -1,4 +1,4 @@
|
|||
#Wed May 25 00:30:15 MYT 2011
|
||||
#Wed Feb 15 15:47:05 MYT 2012
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
|
@ -0,0 +1,4 @@
|
|||
#Wed Feb 15 15:47:05 MYT 2012
|
||||
eclipse.preferences.version=1
|
||||
pluginProject.extensions=false
|
||||
resolve.requirebundle=false
|
|
@ -0,0 +1,851 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Library
|
||||
Bundle-SymbolicName: org.zkoss.zk.library
|
||||
Bundle-Version: 3.6.3.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Import-Package: javax.servlet;version="3.0.0",
|
||||
javax.servlet.annotation;version="3.0.0",
|
||||
javax.servlet.descriptor;version="3.0.0",
|
||||
javax.servlet.http;version="3.0.0",
|
||||
javax.servlet.jsp;version="2.2.0",
|
||||
javax.servlet.jsp.el;version="2.2.0",
|
||||
javax.servlet.jsp.jstl.core;version="1.2.0",
|
||||
javax.servlet.jsp.jstl.fmt;version="1.2.0",
|
||||
javax.servlet.jsp.jstl.sql;version="1.2.0",
|
||||
javax.servlet.jsp.jstl.tlv;version="1.2.0",
|
||||
javax.servlet.jsp.resources;version="2.2.0",
|
||||
javax.servlet.jsp.tagext;version="2.2.0",
|
||||
javax.servlet.resources;version="3.0.0",
|
||||
org.osgi.framework;version="1.3.0"
|
||||
Bundle-ClassPath: .,
|
||||
lib/asm.jar,
|
||||
lib/bsh.jar,
|
||||
lib/cglib.jar,
|
||||
lib/commons-el.jar,
|
||||
lib/commons-fileupload.jar,
|
||||
lib/commons-io.jar,
|
||||
lib/fckez.jar,
|
||||
lib/Filters.jar,
|
||||
lib/gmapsz.jar,
|
||||
lib/groovy.jar,
|
||||
lib/jruby.jar,
|
||||
lib/js.jar,
|
||||
lib/json_simple.jar,
|
||||
lib/junit.jar,
|
||||
lib/jxl.jar,
|
||||
lib/jython.jar,
|
||||
lib/keylistener.jar,
|
||||
lib/mvel.jar,
|
||||
lib/ognl.jar,
|
||||
lib/timelinez-sources.jar,
|
||||
lib/timelinez.jar,
|
||||
lib/timeplotz.jar,
|
||||
lib/xercesImpl.jar,
|
||||
lib/zcommon-sources.jar,
|
||||
lib/zcommon.jar,
|
||||
lib/zcommons-el.jar,
|
||||
lib/zhtml-sources.jar,
|
||||
lib/zhtml.jar,
|
||||
lib/zk-sources.jar,
|
||||
lib/zk.jar,
|
||||
lib/zkex-sources.jar,
|
||||
lib/zkex.jar,
|
||||
lib/zkmax-sources.jar,
|
||||
lib/zkmax.jar,
|
||||
lib/zkplus-sources.jar,
|
||||
lib/zkplus.jar,
|
||||
lib/zml-sources.jar,
|
||||
lib/zml.jar,
|
||||
lib/zul-sources.jar,
|
||||
lib/zul.jar,
|
||||
lib/zweb-sources.jar,
|
||||
lib/zweb.jar
|
||||
Export-Package: bigdecimal,
|
||||
bsh,
|
||||
bsh.classpath,
|
||||
bsh.collection,
|
||||
bsh.commands,
|
||||
bsh.org.objectweb.asm,
|
||||
bsh.reflect,
|
||||
bsh.servlet,
|
||||
bsh.util,
|
||||
bsh.util.lib,
|
||||
builtin,
|
||||
builtin.core_ext,
|
||||
builtin.java,
|
||||
builtin.javasupport,
|
||||
builtin.javasupport.core_ext,
|
||||
builtin.javasupport.proxy,
|
||||
builtin.javasupport.utilities,
|
||||
builtin.yaml,
|
||||
cgi,
|
||||
cgi.session,
|
||||
com.jhlabs.composite,
|
||||
com.jhlabs.image,
|
||||
com.jhlabs.math,
|
||||
com.jhlabs.vecmath,
|
||||
com.kenai.constantine,
|
||||
com.kenai.constantine.platform,
|
||||
com.kenai.constantine.platform.darwin,
|
||||
com.kenai.constantine.platform.freebsd,
|
||||
com.kenai.constantine.platform.linux,
|
||||
com.kenai.constantine.platform.openbsd,
|
||||
com.sun.jna,
|
||||
com.sun.jna.darwin,
|
||||
com.sun.jna.ptr,
|
||||
com.sun.jna.win32,
|
||||
com.xhaus.modjy,
|
||||
com.ziclix.python.sql,
|
||||
com.ziclix.python.sql.connect,
|
||||
com.ziclix.python.sql.handler,
|
||||
com.ziclix.python.sql.pipe,
|
||||
com.ziclix.python.sql.pipe.csv,
|
||||
com.ziclix.python.sql.pipe.db,
|
||||
com.ziclix.python.sql.procedure,
|
||||
com.ziclix.python.sql.resource,
|
||||
com.ziclix.python.sql.util,
|
||||
common,
|
||||
common.log,
|
||||
date,
|
||||
doc,
|
||||
drb,
|
||||
groovy.inspect,
|
||||
groovy.inspect.swingui,
|
||||
groovy.io,
|
||||
groovy.lang,
|
||||
groovy.mock,
|
||||
groovy.mock.interceptor,
|
||||
groovy.model,
|
||||
groovy.security,
|
||||
groovy.servlet,
|
||||
groovy.sql,
|
||||
groovy.swing,
|
||||
groovy.swing.binding,
|
||||
groovy.swing.factory,
|
||||
groovy.swing.impl,
|
||||
groovy.text,
|
||||
groovy.time,
|
||||
groovy.ui,
|
||||
groovy.ui.icons,
|
||||
groovy.ui.text,
|
||||
groovy.ui.view,
|
||||
groovy.util,
|
||||
groovy.util.slurpersupport,
|
||||
groovy.xml,
|
||||
groovy.xml.dom,
|
||||
groovy.xml.streamingmarkupsupport,
|
||||
groovyjarjarantlr,
|
||||
groovyjarjarantlr.actions.cpp,
|
||||
groovyjarjarantlr.actions.csharp,
|
||||
groovyjarjarantlr.actions.java,
|
||||
groovyjarjarantlr.actions.python,
|
||||
groovyjarjarantlr.ASdebug,
|
||||
groovyjarjarantlr.build,
|
||||
groovyjarjarantlr.collections,
|
||||
groovyjarjarantlr.collections.impl,
|
||||
groovyjarjarantlr.debug,
|
||||
groovyjarjarantlr.debug.misc,
|
||||
groovyjarjarantlr.preprocessor,
|
||||
groovyjarjarasm.asm,
|
||||
groovyjarjarasm.asm.signature,
|
||||
groovyjarjarasm.asm.tree,
|
||||
groovyjarjarcommonscli,
|
||||
io,
|
||||
irb,
|
||||
irb.cmd,
|
||||
irb.ext,
|
||||
irb.lc,
|
||||
irb.lc.ja,
|
||||
javatests,
|
||||
jline,
|
||||
jruby,
|
||||
jruby.objectweb.asm,
|
||||
jruby.objectweb.asm.commons,
|
||||
jruby.objectweb.asm.signature,
|
||||
jruby.objectweb.asm.tree,
|
||||
jruby.objectweb.asm.tree.analysis,
|
||||
jruby.objectweb.asm.util,
|
||||
junit.extensions,
|
||||
junit.framework,
|
||||
junit.runner,
|
||||
junit.textui,
|
||||
jxl,
|
||||
jxl.biff,
|
||||
jxl.biff.drawing,
|
||||
jxl.biff.formula,
|
||||
jxl.demo,
|
||||
jxl.format,
|
||||
jxl.read.biff,
|
||||
jxl.write,
|
||||
jxl.write.biff,
|
||||
Lib,
|
||||
Lib.collections,
|
||||
Lib.compiler,
|
||||
Lib.distutils,
|
||||
Lib.distutils.command,
|
||||
Lib.distutils.tests,
|
||||
Lib.email,
|
||||
Lib.email.mime,
|
||||
Lib.encodings,
|
||||
Lib.logging,
|
||||
Lib.modjy,
|
||||
Lib.pawt,
|
||||
Lib.wsgiref,
|
||||
Lib.xml,
|
||||
Lib.xml.dom,
|
||||
Lib.xml.etree,
|
||||
Lib.xml.parsers,
|
||||
Lib.xml.sax,
|
||||
Lib.xml.sax.drivers2,
|
||||
metainfo.mesg,
|
||||
metainfo.org.zkoss.util.media,
|
||||
metainfo.tld,
|
||||
metainfo.xel,
|
||||
metainfo.xml,
|
||||
metainfo.zk,
|
||||
net,
|
||||
net.sf.cglib.asm,
|
||||
net.sf.cglib.asm.signature,
|
||||
net.sf.cglib.beans,
|
||||
net.sf.cglib.core,
|
||||
net.sf.cglib.proxy,
|
||||
net.sf.cglib.reflect,
|
||||
net.sf.cglib.transform,
|
||||
net.sf.cglib.transform.impl,
|
||||
net.sf.cglib.util,
|
||||
ognl,
|
||||
optparse,
|
||||
org.apache.commons.el,
|
||||
org.apache.commons.el.parser,
|
||||
org.apache.commons.fileupload,
|
||||
org.apache.commons.fileupload.disk,
|
||||
org.apache.commons.fileupload.portlet,
|
||||
org.apache.commons.fileupload.servlet,
|
||||
org.apache.commons.fileupload.util,
|
||||
org.apache.commons.io,
|
||||
org.apache.commons.io.filefilter,
|
||||
org.apache.commons.io.input,
|
||||
org.apache.commons.io.output,
|
||||
org.apache.html.dom,
|
||||
org.apache.wml,
|
||||
org.apache.wml.dom,
|
||||
org.apache.xerces.dom,
|
||||
org.apache.xerces.dom.events,
|
||||
org.apache.xerces.dom3.as,
|
||||
org.apache.xerces.impl,
|
||||
org.apache.xerces.impl.dtd,
|
||||
org.apache.xerces.impl.dtd.models,
|
||||
org.apache.xerces.impl.dv,
|
||||
org.apache.xerces.impl.dv.dtd,
|
||||
org.apache.xerces.impl.dv.util,
|
||||
org.apache.xerces.impl.dv.xs,
|
||||
org.apache.xerces.impl.io,
|
||||
org.apache.xerces.impl.msg,
|
||||
org.apache.xerces.impl.validation,
|
||||
org.apache.xerces.impl.xpath,
|
||||
org.apache.xerces.impl.xpath.regex,
|
||||
org.apache.xerces.impl.xs,
|
||||
org.apache.xerces.impl.xs.identity,
|
||||
org.apache.xerces.impl.xs.models,
|
||||
org.apache.xerces.impl.xs.opti,
|
||||
org.apache.xerces.impl.xs.traversers,
|
||||
org.apache.xerces.impl.xs.util,
|
||||
org.apache.xerces.jaxp,
|
||||
org.apache.xerces.jaxp.datatype,
|
||||
org.apache.xerces.jaxp.validation,
|
||||
org.apache.xerces.parsers,
|
||||
org.apache.xerces.util,
|
||||
org.apache.xerces.xinclude,
|
||||
org.apache.xerces.xni,
|
||||
org.apache.xerces.xni.grammars,
|
||||
org.apache.xerces.xni.parser,
|
||||
org.apache.xerces.xpointer,
|
||||
org.apache.xerces.xs,
|
||||
org.apache.xerces.xs.datatypes,
|
||||
org.apache.xml.serialize,
|
||||
org.codehaus.groovy,
|
||||
org.codehaus.groovy.ant,
|
||||
org.codehaus.groovy.antlr,
|
||||
org.codehaus.groovy.antlr.java,
|
||||
org.codehaus.groovy.antlr.parser,
|
||||
org.codehaus.groovy.antlr.treewalker,
|
||||
org.codehaus.groovy.ast,
|
||||
org.codehaus.groovy.ast.expr,
|
||||
org.codehaus.groovy.ast.stmt,
|
||||
org.codehaus.groovy.binding,
|
||||
org.codehaus.groovy.bsf,
|
||||
org.codehaus.groovy.classgen,
|
||||
org.codehaus.groovy.control,
|
||||
org.codehaus.groovy.control.io,
|
||||
org.codehaus.groovy.control.messages,
|
||||
org.codehaus.groovy.groovydoc,
|
||||
org.codehaus.groovy.reflection,
|
||||
org.codehaus.groovy.runtime,
|
||||
org.codehaus.groovy.runtime.metaclass,
|
||||
org.codehaus.groovy.runtime.typehandling,
|
||||
org.codehaus.groovy.runtime.wrappers,
|
||||
org.codehaus.groovy.syntax,
|
||||
org.codehaus.groovy.tools,
|
||||
org.codehaus.groovy.tools.groovydoc,
|
||||
org.codehaus.groovy.tools.javac,
|
||||
org.codehaus.groovy.tools.shell,
|
||||
org.codehaus.groovy.tools.shell.commands,
|
||||
org.codehaus.groovy.tools.shell.util,
|
||||
org.codehaus.groovy.tools.xml,
|
||||
org.codehaus.groovy.vmplugin,
|
||||
org.codehaus.groovy.vmplugin.v4,
|
||||
org.codehaus.groovy.vmplugin.v5,
|
||||
org.dynalang.mop,
|
||||
org.dynalang.mop.beans,
|
||||
org.dynalang.mop.collections,
|
||||
org.dynalang.mop.impl,
|
||||
org.jcodings,
|
||||
org.jcodings.ascii,
|
||||
org.jcodings.constants,
|
||||
org.jcodings.exception,
|
||||
org.jcodings.specific,
|
||||
org.jcodings.unicode,
|
||||
org.jcodings.util,
|
||||
org.joda.time,
|
||||
org.joda.time.base,
|
||||
org.joda.time.chrono,
|
||||
org.joda.time.convert,
|
||||
org.joda.time.field,
|
||||
org.joda.time.format,
|
||||
org.joda.time.tz,
|
||||
org.joda.time.tz.data,
|
||||
org.joda.time.tz.data.Africa,
|
||||
org.joda.time.tz.data.America,
|
||||
org.joda.time.tz.data.America.Argentina,
|
||||
org.joda.time.tz.data.America.Indiana,
|
||||
org.joda.time.tz.data.America.Kentucky,
|
||||
org.joda.time.tz.data.America.North_Dakota,
|
||||
org.joda.time.tz.data.Antarctica,
|
||||
org.joda.time.tz.data.Asia,
|
||||
org.joda.time.tz.data.Atlantic,
|
||||
org.joda.time.tz.data.Australia,
|
||||
org.joda.time.tz.data.Etc,
|
||||
org.joda.time.tz.data.Europe,
|
||||
org.joda.time.tz.data.Indian,
|
||||
org.joda.time.tz.data.Pacific,
|
||||
org.joni,
|
||||
org.joni.ast,
|
||||
org.joni.bench,
|
||||
org.joni.constants,
|
||||
org.joni.exception,
|
||||
org.jruby,
|
||||
org.jruby.anno,
|
||||
org.jruby.ast,
|
||||
org.jruby.ast.executable,
|
||||
org.jruby.ast.types,
|
||||
org.jruby.ast.util,
|
||||
org.jruby.ast.visitor,
|
||||
org.jruby.ast.visitor.rewriter,
|
||||
org.jruby.ast.visitor.rewriter.utils,
|
||||
org.jruby.common,
|
||||
org.jruby.compiler,
|
||||
org.jruby.compiler.impl,
|
||||
org.jruby.compiler.util,
|
||||
org.jruby.compiler.yarv,
|
||||
org.jruby.demo,
|
||||
org.jruby.environment,
|
||||
org.jruby.evaluator,
|
||||
org.jruby.exceptions,
|
||||
org.jruby.ext,
|
||||
org.jruby.ext.ffi,
|
||||
org.jruby.ext.ffi.io,
|
||||
org.jruby.ext.ffi.jna,
|
||||
org.jruby.ext.posix,
|
||||
org.jruby.ext.posix.util,
|
||||
org.jruby.ext.socket,
|
||||
org.jruby.gen,
|
||||
org.jruby.internal.runtime,
|
||||
org.jruby.internal.runtime.methods,
|
||||
org.jruby.java,
|
||||
org.jruby.java.addons,
|
||||
org.jruby.java.invokers,
|
||||
org.jruby.java.proxies,
|
||||
org.jruby.javasupport,
|
||||
org.jruby.javasupport.bsf,
|
||||
org.jruby.javasupport.proxy,
|
||||
org.jruby.javasupport.util,
|
||||
org.jruby.lexer.yacc,
|
||||
org.jruby.libraries,
|
||||
org.jruby.management,
|
||||
org.jruby.parser,
|
||||
org.jruby.platform,
|
||||
org.jruby.runtime,
|
||||
org.jruby.runtime.builtin,
|
||||
org.jruby.runtime.callback,
|
||||
org.jruby.runtime.callsite,
|
||||
org.jruby.runtime.component,
|
||||
org.jruby.runtime.invokedynamic,
|
||||
org.jruby.runtime.load,
|
||||
org.jruby.runtime.marshal,
|
||||
org.jruby.runtime.scope,
|
||||
org.jruby.util,
|
||||
org.jruby.util.collections,
|
||||
org.jruby.util.io,
|
||||
org.jruby.util.string,
|
||||
org.jruby.util.unsafe,
|
||||
org.jruby.yaml,
|
||||
org.json.simple,
|
||||
org.json.simple.parser,
|
||||
org.junit,
|
||||
org.junit.internal,
|
||||
org.junit.internal.requests,
|
||||
org.junit.internal.runners,
|
||||
org.junit.runner,
|
||||
org.junit.runner.manipulation,
|
||||
org.junit.runner.notification,
|
||||
org.junit.runners,
|
||||
org.jvyamlb,
|
||||
org.jvyamlb.events,
|
||||
org.jvyamlb.exceptions,
|
||||
org.jvyamlb.nodes,
|
||||
org.jvyamlb.tokens,
|
||||
org.jvyamlb.util,
|
||||
org.mozilla.classfile,
|
||||
org.mozilla.javascript,
|
||||
org.mozilla.javascript.continuations,
|
||||
org.mozilla.javascript.debug,
|
||||
org.mozilla.javascript.jdk11,
|
||||
org.mozilla.javascript.jdk13,
|
||||
org.mozilla.javascript.jdk15,
|
||||
org.mozilla.javascript.optimizer,
|
||||
org.mozilla.javascript.regexp,
|
||||
org.mozilla.javascript.resources,
|
||||
org.mozilla.javascript.serialize,
|
||||
org.mozilla.javascript.tools,
|
||||
org.mozilla.javascript.tools.idswitch,
|
||||
org.mozilla.javascript.tools.jsc,
|
||||
org.mozilla.javascript.tools.resources,
|
||||
org.mozilla.javascript.tools.shell,
|
||||
org.mozilla.javascript.xml,
|
||||
org.mozilla.javascript.xml.impl.xmlbeans,
|
||||
org.mozilla.javascript.xmlimpl,
|
||||
org.mvel,
|
||||
org.mvel.asm,
|
||||
org.mvel.ast,
|
||||
org.mvel.ast.cache,
|
||||
org.mvel.conversion,
|
||||
org.mvel.debug,
|
||||
org.mvel.integration,
|
||||
org.mvel.integration.impl,
|
||||
org.mvel.math,
|
||||
org.mvel.optimizers,
|
||||
org.mvel.optimizers.impl.asm,
|
||||
org.mvel.optimizers.impl.refl,
|
||||
org.mvel.optimizers.impl.refl.collection,
|
||||
org.mvel.tests,
|
||||
org.mvel.tests.main,
|
||||
org.mvel.tests.main.res,
|
||||
org.mvel.tests.perftests,
|
||||
org.mvel.tests.special,
|
||||
org.mvel.util,
|
||||
org.objectweb.asm,
|
||||
org.objectweb.asm.signature,
|
||||
org.python,
|
||||
org.python.antlr,
|
||||
org.python.antlr.adapter,
|
||||
org.python.antlr.ast,
|
||||
org.python.antlr.base,
|
||||
org.python.antlr.op,
|
||||
org.python.antlr.runtime,
|
||||
org.python.antlr.runtime.debug,
|
||||
org.python.antlr.runtime.misc,
|
||||
org.python.antlr.runtime.tree,
|
||||
org.python.apache.html.dom,
|
||||
org.python.apache.wml,
|
||||
org.python.apache.wml.dom,
|
||||
org.python.apache.xerces.dom,
|
||||
org.python.apache.xerces.dom.events,
|
||||
org.python.apache.xerces.dom3.as,
|
||||
org.python.apache.xerces.impl,
|
||||
org.python.apache.xerces.impl.dtd,
|
||||
org.python.apache.xerces.impl.dtd.models,
|
||||
org.python.apache.xerces.impl.dv,
|
||||
org.python.apache.xerces.impl.dv.dtd,
|
||||
org.python.apache.xerces.impl.dv.util,
|
||||
org.python.apache.xerces.impl.dv.xs,
|
||||
org.python.apache.xerces.impl.io,
|
||||
org.python.apache.xerces.impl.msg,
|
||||
org.python.apache.xerces.impl.validation,
|
||||
org.python.apache.xerces.impl.xpath,
|
||||
org.python.apache.xerces.impl.xpath.regex,
|
||||
org.python.apache.xerces.impl.xs,
|
||||
org.python.apache.xerces.impl.xs.identity,
|
||||
org.python.apache.xerces.impl.xs.models,
|
||||
org.python.apache.xerces.impl.xs.opti,
|
||||
org.python.apache.xerces.impl.xs.traversers,
|
||||
org.python.apache.xerces.impl.xs.util,
|
||||
org.python.apache.xerces.jaxp,
|
||||
org.python.apache.xerces.jaxp.datatype,
|
||||
org.python.apache.xerces.jaxp.validation,
|
||||
org.python.apache.xerces.parsers,
|
||||
org.python.apache.xerces.util,
|
||||
org.python.apache.xerces.xinclude,
|
||||
org.python.apache.xerces.xni,
|
||||
org.python.apache.xerces.xni.grammars,
|
||||
org.python.apache.xerces.xni.parser,
|
||||
org.python.apache.xerces.xpointer,
|
||||
org.python.apache.xerces.xs,
|
||||
org.python.apache.xerces.xs.datatypes,
|
||||
org.python.apache.xml.serialize,
|
||||
org.python.compiler,
|
||||
org.python.constantine,
|
||||
org.python.constantine.platform,
|
||||
org.python.constantine.platform.darwin,
|
||||
org.python.constantine.platform.fake,
|
||||
org.python.constantine.platform.freebsd,
|
||||
org.python.constantine.platform.linux,
|
||||
org.python.constantine.platform.openbsd,
|
||||
org.python.constantine.platform.sunos,
|
||||
org.python.core,
|
||||
org.python.core.adapter,
|
||||
org.python.core.io,
|
||||
org.python.core.packagecache,
|
||||
org.python.core.util,
|
||||
org.python.expose,
|
||||
org.python.modules,
|
||||
org.python.modules._collections,
|
||||
org.python.modules._csv,
|
||||
org.python.modules._functools,
|
||||
org.python.modules._weakref,
|
||||
org.python.modules.random,
|
||||
org.python.modules.sre,
|
||||
org.python.modules.thread,
|
||||
org.python.modules.time,
|
||||
org.python.modules.zipimport,
|
||||
org.python.objectweb.asm,
|
||||
org.python.objectweb.asm.commons,
|
||||
org.python.objectweb.asm.signature,
|
||||
org.python.objectweb.asm.util,
|
||||
org.python.posix,
|
||||
org.python.posix.util,
|
||||
org.python.tests,
|
||||
org.python.tests.identity,
|
||||
org.python.tests.inbred,
|
||||
org.python.tests.mro,
|
||||
org.python.tests.props,
|
||||
org.python.util,
|
||||
org.w3c.dom.html,
|
||||
org.zkforge.apache.commons.el,
|
||||
org.zkforge.apache.commons.el.parser,
|
||||
org.zkforge.fckez,
|
||||
org.zkforge.fckez.connector,
|
||||
org.zkforge.fckez.uploader,
|
||||
org.zkforge.json.simple,
|
||||
org.zkforge.json.simple.parser,
|
||||
org.zkforge.keylistener,
|
||||
org.zkforge.timeline,
|
||||
org.zkforge.timeline.data,
|
||||
org.zkforge.timeline.decorator,
|
||||
org.zkforge.timeline.event,
|
||||
org.zkforge.timeline.impl,
|
||||
org.zkforge.timeline.util,
|
||||
org.zkforge.timeplot,
|
||||
org.zkforge.timeplot.data,
|
||||
org.zkforge.timeplot.geometry,
|
||||
org.zkforge.timeplot.impl,
|
||||
org.zkforge.timeplot.operator,
|
||||
org.zkoss,
|
||||
org.zkoss.gmaps,
|
||||
org.zkoss.gmaps.event,
|
||||
org.zkoss.gmaps.render,
|
||||
org.zkoss.idom,
|
||||
org.zkoss.idom.impl,
|
||||
org.zkoss.idom.input,
|
||||
org.zkoss.idom.transform,
|
||||
org.zkoss.idom.util,
|
||||
org.zkoss.image,
|
||||
org.zkoss.image.encoder,
|
||||
org.zkoss.io,
|
||||
org.zkoss.lang,
|
||||
org.zkoss.lang.reflect,
|
||||
org.zkoss.math,
|
||||
org.zkoss.mesg,
|
||||
org.zkoss.net,
|
||||
org.zkoss.sound,
|
||||
org.zkoss.text,
|
||||
org.zkoss.util,
|
||||
org.zkoss.util.logging,
|
||||
org.zkoss.util.media,
|
||||
org.zkoss.util.resource,
|
||||
org.zkoss.util.resource.impl,
|
||||
org.zkoss.web,
|
||||
org.zkoss.web.fn,
|
||||
org.zkoss.web.init,
|
||||
org.zkoss.web.mesg,
|
||||
org.zkoss.web.portlet,
|
||||
org.zkoss.web.servlet,
|
||||
org.zkoss.web.servlet.dsp,
|
||||
org.zkoss.web.servlet.dsp.action,
|
||||
org.zkoss.web.servlet.dsp.action.html,
|
||||
org.zkoss.web.servlet.dsp.impl,
|
||||
org.zkoss.web.servlet.http,
|
||||
org.zkoss.web.servlet.xel,
|
||||
org.zkoss.web.util.resource,
|
||||
org.zkoss.xel,
|
||||
org.zkoss.xel.el,
|
||||
org.zkoss.xel.fn,
|
||||
org.zkoss.xel.taglib,
|
||||
org.zkoss.xel.util,
|
||||
org.zkoss.xml,
|
||||
org.zkoss.zhtml,
|
||||
org.zkoss.zhtml.impl,
|
||||
org.zkoss.zk,
|
||||
org.zkoss.zk.au,
|
||||
org.zkoss.zk.au.http,
|
||||
org.zkoss.zk.au.impl,
|
||||
org.zkoss.zk.au.in,
|
||||
org.zkoss.zk.au.out,
|
||||
org.zkoss.zk.device,
|
||||
org.zkoss.zk.fn,
|
||||
org.zkoss.zk.library,
|
||||
org.zkoss.zk.mesg,
|
||||
org.zkoss.zk.scripting,
|
||||
org.zkoss.zk.scripting.bsh,
|
||||
org.zkoss.zk.scripting.util,
|
||||
org.zkoss.zk.ui,
|
||||
org.zkoss.zk.ui.api,
|
||||
org.zkoss.zk.ui.event,
|
||||
org.zkoss.zk.ui.ext,
|
||||
org.zkoss.zk.ui.ext.client,
|
||||
org.zkoss.zk.ui.ext.render,
|
||||
org.zkoss.zk.ui.http,
|
||||
org.zkoss.zk.ui.impl,
|
||||
org.zkoss.zk.ui.metainfo,
|
||||
org.zkoss.zk.ui.metainfo.impl,
|
||||
org.zkoss.zk.ui.render,
|
||||
org.zkoss.zk.ui.sys,
|
||||
org.zkoss.zk.ui.util,
|
||||
org.zkoss.zk.xel,
|
||||
org.zkoss.zk.xel.impl,
|
||||
org.zkoss.zkex,
|
||||
org.zkoss.zkex.ui.impl,
|
||||
org.zkoss.zkex.zul,
|
||||
org.zkoss.zkex.zul.api,
|
||||
org.zkoss.zkex.zul.impl,
|
||||
org.zkoss.zkmax,
|
||||
org.zkoss.zkmax.au.http,
|
||||
org.zkoss.zkmax.au.in,
|
||||
org.zkoss.zkmax.event,
|
||||
org.zkoss.zkmax.init,
|
||||
org.zkoss.zkmax.scripting.groovy,
|
||||
org.zkoss.zkmax.scripting.jruby,
|
||||
org.zkoss.zkmax.scripting.jython,
|
||||
org.zkoss.zkmax.scripting.rhino,
|
||||
org.zkoss.zkmax.ui.comet,
|
||||
org.zkoss.zkmax.ui.eq,
|
||||
org.zkoss.zkmax.xel.el,
|
||||
org.zkoss.zkmax.xel.el21,
|
||||
org.zkoss.zkmax.xel.mvel,
|
||||
org.zkoss.zkmax.xel.ognl,
|
||||
org.zkoss.zkmax.xel.util,
|
||||
org.zkoss.zkmax.zul,
|
||||
org.zkoss.zkmax.zul.api,
|
||||
org.zkoss.zkmax.zul.render,
|
||||
org.zkoss.zkplus,
|
||||
org.zkoss.zkplus.acegi,
|
||||
org.zkoss.zkplus.databind,
|
||||
org.zkoss.zkplus.hibernate,
|
||||
org.zkoss.zkplus.jndi,
|
||||
org.zkoss.zkplus.jpa,
|
||||
org.zkoss.zkplus.seasar,
|
||||
org.zkoss.zkplus.spring,
|
||||
org.zkoss.zkplus.util,
|
||||
org.zkoss.zml,
|
||||
org.zkoss.zml.device,
|
||||
org.zkoss.zul,
|
||||
org.zkoss.zul.api,
|
||||
org.zkoss.zul.au.in,
|
||||
org.zkoss.zul.au.out,
|
||||
org.zkoss.zul.event,
|
||||
org.zkoss.zul.ext,
|
||||
org.zkoss.zul.fn,
|
||||
org.zkoss.zul.impl,
|
||||
org.zkoss.zul.impl.api,
|
||||
org.zkoss.zul.mesg,
|
||||
racc,
|
||||
rdoc,
|
||||
rdoc.dot,
|
||||
rdoc.generators,
|
||||
rdoc.generators.template.chm,
|
||||
rdoc.generators.template.html,
|
||||
rdoc.generators.template.xml,
|
||||
rdoc.markup,
|
||||
rdoc.markup.sample,
|
||||
rdoc.markup.simple_markup,
|
||||
rdoc.markup.test,
|
||||
rdoc.parsers,
|
||||
rdoc.ri,
|
||||
rexml,
|
||||
rexml.dtd,
|
||||
rexml.encodings,
|
||||
rexml.formatters,
|
||||
rexml.light,
|
||||
rexml.parsers,
|
||||
rexml.validation,
|
||||
rinda,
|
||||
rss,
|
||||
rss.maker,
|
||||
runit,
|
||||
runit.cui,
|
||||
shell,
|
||||
soap,
|
||||
soap.encodingstyle,
|
||||
soap.header,
|
||||
soap.mapping,
|
||||
soap.rpc,
|
||||
test,
|
||||
test.unit,
|
||||
test.unit.collector,
|
||||
test.unit.ui,
|
||||
test.unit.ui.console,
|
||||
test.unit.ui.fox,
|
||||
test.unit.ui.gtk,
|
||||
test.unit.ui.gtk2,
|
||||
test.unit.ui.tk,
|
||||
test.unit.util,
|
||||
uri,
|
||||
web,
|
||||
web.aud,
|
||||
web.dsp.action.html,
|
||||
web.fckez,
|
||||
web.gmaps,
|
||||
web.html,
|
||||
web.img,
|
||||
web.js.ext.aculo,
|
||||
web.js.ext.FCKeditor,
|
||||
web.js.ext.FCKeditor.editor,
|
||||
web.js.ext.FCKeditor.editor.css,
|
||||
web.js.ext.FCKeditor.editor.css.behaviors,
|
||||
web.js.ext.FCKeditor.editor.css.images,
|
||||
web.js.ext.FCKeditor.editor.dialog,
|
||||
web.js.ext.FCKeditor.editor.dialog.common,
|
||||
web.js.ext.FCKeditor.editor.dialog.common.images,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_about,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_about.sponsors,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_docprops,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_flash,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_image,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_link,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_select,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_spellerpages.spellerpages,
|
||||
web.js.ext.FCKeditor.editor.dialog.fck_template.images,
|
||||
web.js.ext.FCKeditor.editor.dtd,
|
||||
web.js.ext.FCKeditor.editor.filemanager.browser,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.asp,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.aspx,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.cfm,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.lasso,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.perl,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.php,
|
||||
web.js.ext.FCKeditor.editor.filemanager.connectors.py,
|
||||
web.js.ext.FCKeditor.editor.images,
|
||||
web.js.ext.FCKeditor.editor.images.smiley.msn,
|
||||
web.js.ext.FCKeditor.editor.js,
|
||||
web.js.ext.FCKeditor.editor.lang,
|
||||
web.js.ext.FCKeditor.editor.plugins.autogrow,
|
||||
web.js.ext.FCKeditor.editor.plugins.bbcode,
|
||||
web.js.ext.FCKeditor.editor.plugins.bbcode._sample,
|
||||
web.js.ext.FCKeditor.editor.plugins.dragresizetable,
|
||||
web.js.ext.FCKeditor.editor.plugins.placeholder,
|
||||
web.js.ext.FCKeditor.editor.plugins.placeholder.lang,
|
||||
web.js.ext.FCKeditor.editor.plugins.simplecommands,
|
||||
web.js.ext.FCKeditor.editor.plugins.tablecommands,
|
||||
web.js.ext.FCKeditor.editor.skins,
|
||||
web.js.ext.FCKeditor.editor.skins.office2003,
|
||||
web.js.ext.FCKeditor.editor.skins.office2003.images,
|
||||
web.js.ext.FCKeditor.editor.skins.silver,
|
||||
web.js.ext.FCKeditor.editor.skins.silver.images,
|
||||
web.js.ext.gmaps,
|
||||
web.js.ext.prototype,
|
||||
web.js.ext.timeline.api,
|
||||
web.js.ext.timeline.api.ext.geochrono,
|
||||
web.js.ext.timeline.api.ext.geochrono.scripts,
|
||||
web.js.ext.timeline.api.ext.geochrono.scripts.l10n.en,
|
||||
web.js.ext.timeline.api.ext.planning,
|
||||
web.js.ext.timeline.api.ext.planning.scripts,
|
||||
web.js.ext.timeline.api.ext.planning.scripts.l10n.en,
|
||||
web.js.ext.timeline.api.images,
|
||||
web.js.ext.timeline.api.scripts,
|
||||
web.js.ext.timeline.api.scripts.ext,
|
||||
web.js.ext.timeline.api.scripts.l10n.cs,
|
||||
web.js.ext.timeline.api.scripts.l10n.de,
|
||||
web.js.ext.timeline.api.scripts.l10n.en,
|
||||
web.js.ext.timeline.api.scripts.l10n.es,
|
||||
web.js.ext.timeline.api.scripts.l10n.fr,
|
||||
web.js.ext.timeline.api.scripts.l10n.it,
|
||||
web.js.ext.timeline.api.scripts.l10n.ru,
|
||||
web.js.ext.timeline.api.scripts.l10n.se,
|
||||
web.js.ext.timeline.api.scripts.l10n.vi,
|
||||
web.js.ext.timeline.api.scripts.l10n.zh,
|
||||
web.js.ext.timeline.api.scripts.util,
|
||||
web.js.ext.timeline.api.styles,
|
||||
web.js.ext.timeplot.api,
|
||||
web.js.ext.timeplot.api.images,
|
||||
web.js.ext.timeplot.api.locales.en,
|
||||
web.js.ext.timeplot.api.scripts,
|
||||
web.js.ext.timeplot.api.styles,
|
||||
web.js.fckez,
|
||||
web.js.gmapsz,
|
||||
web.js.timelinez,
|
||||
web.js.timeplotz,
|
||||
web.js.zhtml,
|
||||
web.js.zk,
|
||||
web.js.zk.html,
|
||||
web.js.zk.html.lang,
|
||||
web.js.zkex.ui,
|
||||
web.js.zkex.zul,
|
||||
web.js.zkmax.ui,
|
||||
web.js.zkmax.zul,
|
||||
web.js.zul,
|
||||
web.js.zul.lang,
|
||||
web.timeline,
|
||||
web.timeplot,
|
||||
web.zhtml,
|
||||
web.zk,
|
||||
web.zk.img,
|
||||
web.zkex.zul.css,
|
||||
web.zkex.zul.html,
|
||||
web.zkex.zul.img.layout,
|
||||
web.zkmax.zul.css,
|
||||
web.zml,
|
||||
web.zul.css,
|
||||
web.zul.css.cmps,
|
||||
web.zul.html,
|
||||
web.zul.img,
|
||||
web.zul.img.button,
|
||||
web.zul.img.cal,
|
||||
web.zul.img.common,
|
||||
web.zul.img.grid,
|
||||
web.zul.img.groupbox,
|
||||
web.zul.img.menu,
|
||||
web.zul.img.misc,
|
||||
web.zul.img.msgbox,
|
||||
web.zul.img.paging,
|
||||
web.zul.img.popup,
|
||||
web.zul.img.slider,
|
||||
web.zul.img.sort,
|
||||
web.zul.img.splt,
|
||||
web.zul.img.tab,
|
||||
web.zul.img.tree,
|
||||
web.zul.img.vd,
|
||||
web.zul.img.wnd,
|
||||
webrick,
|
||||
webrick.httpauth,
|
||||
webrick.httpservlet,
|
||||
wsdl,
|
||||
wsdl.soap,
|
||||
wsdl.xmlSchema,
|
||||
xmlrpc,
|
||||
xsd,
|
||||
xsd.codegen,
|
||||
xsd.xmlparser
|
||||
Bundle-Activator: org.zkoss.zk.library.Activator
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Eclipse-BuddyPolicy: registered
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,46 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
lib/asm.jar,\
|
||||
lib/bsh.jar,\
|
||||
lib/cglib.jar,\
|
||||
lib/commons-el.jar,\
|
||||
lib/commons-fileupload.jar,\
|
||||
lib/commons-io.jar,\
|
||||
lib/fckez.jar,\
|
||||
lib/Filters.jar,\
|
||||
lib/gmapsz.jar,\
|
||||
lib/groovy.jar,\
|
||||
lib/jruby.jar,\
|
||||
lib/js.jar,\
|
||||
lib/json_simple.jar,\
|
||||
lib/junit.jar,\
|
||||
lib/jxl.jar,\
|
||||
lib/jython.jar,\
|
||||
lib/keylistener.jar,\
|
||||
lib/mvel.jar,\
|
||||
lib/ognl.jar,\
|
||||
lib/timelinez-sources.jar,\
|
||||
lib/timelinez.jar,\
|
||||
lib/timeplotz.jar,\
|
||||
lib/xercesImpl.jar,\
|
||||
lib/zcommon-sources.jar,\
|
||||
lib/zcommon.jar,\
|
||||
lib/zcommons-el.jar,\
|
||||
lib/zhtml-sources.jar,\
|
||||
lib/zhtml.jar,\
|
||||
lib/zk-sources.jar,\
|
||||
lib/zk.jar,\
|
||||
lib/zkex-sources.jar,\
|
||||
lib/zkex.jar,\
|
||||
lib/zkmax-sources.jar,\
|
||||
lib/zkmax.jar,\
|
||||
lib/zkplus-sources.jar,\
|
||||
lib/zkplus.jar,\
|
||||
lib/zml-sources.jar,\
|
||||
lib/zml.jar,\
|
||||
lib/zul-sources.jar,\
|
||||
lib/zul.jar,\
|
||||
lib/zweb-sources.jar,\
|
||||
lib/zweb.jar
|
|
@ -0,0 +1,235 @@
|
|||
/* ClassLocator.java
|
||||
|
||||
{{IS_NOTE
|
||||
Purpose:
|
||||
|
||||
Description:
|
||||
|
||||
History:
|
||||
Tue Aug 30 09:56:06 2005, Created by tomyeh
|
||||
}}IS_NOTE
|
||||
|
||||
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
|
||||
|
||||
{{IS_RIGHT
|
||||
This program is distributed under GPL Version 3.0 in the hope that
|
||||
it will be useful, but WITHOUT ANY WARRANTY.
|
||||
}}IS_RIGHT
|
||||
*/
|
||||
package org.zkoss.util.resource;
|
||||
|
||||
import java.util.Enumeration;
|
||||
import java.util.LinkedHashMap;
|
||||
import java.util.Map;
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.Set;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
import java.util.Collections;
|
||||
import java.util.Iterator;
|
||||
import java.io.InputStream;
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
|
||||
import org.zkoss.lang.D;
|
||||
import org.zkoss.util.CollectionsX;
|
||||
import org.zkoss.util.logging.Log;
|
||||
import org.zkoss.zk.library.Activator;
|
||||
import org.zkoss.idom.Document;
|
||||
import org.zkoss.idom.Element;
|
||||
import org.zkoss.idom.util.IDOMs;
|
||||
import org.zkoss.idom.input.SAXBuilder;
|
||||
|
||||
/**
|
||||
* The locator searches the current thread's context class loader,
|
||||
* and then this class's class loader.
|
||||
*
|
||||
* <p>It is important to use this locator if you want to load something
|
||||
* in other jar files.
|
||||
*
|
||||
* <p>Besides {@link Locator}, it also provides additional methods,
|
||||
* such as {@link #getResources}.
|
||||
*
|
||||
* <p>Since this locator is used frequently, {@link Locators#getDefault}
|
||||
* is provided to return an instance of this class,
|
||||
*
|
||||
* @author tomyeh
|
||||
*/
|
||||
public class ClassLocator implements Locator {
|
||||
private static final Log log = Log.lookup(ClassLocator.class);
|
||||
|
||||
public ClassLocator() {
|
||||
}
|
||||
|
||||
/** Returns an enumeration of resources.
|
||||
* Unlike {@link #getDependentXMLResources}, it doesn't resolve the dependence
|
||||
* among the resouces.
|
||||
*
|
||||
* @param name the resouce name, such as "metainfo/i3-com.xml".
|
||||
*/
|
||||
public Enumeration getResources(String name) throws IOException {
|
||||
name = resolveName(name);
|
||||
if (Activator.getContext() != null) {
|
||||
final Enumeration en = Activator.getContext().getBundle().getResources(name);
|
||||
if (en != null && en.hasMoreElements()) return en;
|
||||
}
|
||||
ClassLoader cl = Thread.currentThread().getContextClassLoader();
|
||||
if (cl != null) {
|
||||
final Enumeration en = cl.getResources(name);
|
||||
if (en.hasMoreElements()) return en;
|
||||
}
|
||||
cl = ClassLocator.class.getClassLoader();
|
||||
if (cl != null) {
|
||||
final Enumeration en = cl.getResources(name);
|
||||
if (en.hasMoreElements()) return en;
|
||||
}
|
||||
return ClassLoader.getSystemResources(name);
|
||||
}
|
||||
/** Returns a list of resources ({@link Resource}) after resolving
|
||||
* the dependence.
|
||||
* The resource is returned in the format of {@link Resource}
|
||||
*
|
||||
* <p>To resolve the dependence, it assumes each resource has two
|
||||
* element whose name is identified by elName and elDepends.
|
||||
* The elName element specifies the unique name of each resource.
|
||||
* The elDepends element specifies a list of names of resources
|
||||
* that this resource depends on. If not found, it assumes it could
|
||||
* be loaded first.
|
||||
*
|
||||
* @param name the resouce name, such as "metainfo/i3-comp.xml".
|
||||
* @param elName the element used to specify the name.
|
||||
* @param elDepends the element used to specify the dependence.
|
||||
* @return a list of {@link Resource} of the specified name.
|
||||
*/
|
||||
public List getDependentXMLResources(String name, String elName,
|
||||
String elDepends) throws IOException {
|
||||
final Map rcmap = new LinkedHashMap();
|
||||
for (Enumeration en = getResources(name); en.hasMoreElements();) {
|
||||
final URL url = (URL)en.nextElement();
|
||||
final XMLResource xr = new XMLResource(url, elName, elDepends);
|
||||
final XMLResource old = (XMLResource)rcmap.put(xr.name, xr);
|
||||
if (old != null)
|
||||
log.warning("Replicate resource: "+xr.name
|
||||
+"\nOverwrite "+old.url+"\nwith "+xr.url);
|
||||
//it is possible if zcommon.jar is placed in both
|
||||
//WEB-INF/lib and shared/lib, i.e., appear twice in the class path
|
||||
//We overwrite because the order is the parent class loader first
|
||||
//so WEB-INF/lib is placed after
|
||||
}
|
||||
if (D.ON && rcmap.isEmpty() && log.debugable()) log.debug("No resouce is found for "+name);
|
||||
|
||||
final List rcs = new LinkedList(); //a list of Document
|
||||
final Set resolving = new LinkedHashSet();
|
||||
//a set of names used to prevent dead-loop
|
||||
while (!rcmap.isEmpty()) {
|
||||
final Iterator it = rcmap.values().iterator();
|
||||
final XMLResource xr = (XMLResource)it.next();
|
||||
it.remove();
|
||||
resolveDependency(xr, rcs, rcmap, resolving);
|
||||
assert D.OFF || resolving.isEmpty();
|
||||
}
|
||||
return rcs;
|
||||
}
|
||||
private static
|
||||
void resolveDependency(XMLResource xr, List rcs, Map rcmap, Set resolving) {
|
||||
if (!resolving.add(xr.name))
|
||||
throw new IllegalStateException("Recusrive reference among "+resolving);
|
||||
|
||||
for (Iterator it = xr.depends.iterator(); it.hasNext();) {
|
||||
final String nm = (String)it.next();
|
||||
final XMLResource dep = (XMLResource)rcmap.remove(nm);
|
||||
if (dep != null) //not resolved yet
|
||||
resolveDependency(dep, rcs, rcmap, resolving); //recusrively
|
||||
}
|
||||
|
||||
rcs.add(new Resource(xr.url, xr.document));
|
||||
resolving.remove(xr.name);
|
||||
|
||||
if (D.ON && log.debugable()) log.debug("Adding resolved resource: "+xr.name);
|
||||
}
|
||||
/** Info used with getDependentXMLResource. */
|
||||
private static class XMLResource {
|
||||
private final String name;
|
||||
private final URL url;
|
||||
private final Document document;
|
||||
private final List depends;
|
||||
private XMLResource(URL url, String elName, String elDepends)
|
||||
throws IOException{
|
||||
if (D.ON && log.debugable()) log.debug("Loading "+url);
|
||||
try {
|
||||
this.document = new SAXBuilder(false, false, true).build(url);
|
||||
} catch (Exception ex) {
|
||||
if (ex instanceof IOException) throw (IOException)ex;
|
||||
if (ex instanceof RuntimeException) throw (RuntimeException)ex;
|
||||
final IOException ioex = new IOException("Unable to load "+url);
|
||||
ioex.initCause(ex);
|
||||
throw ioex;
|
||||
}
|
||||
|
||||
this.url = url;
|
||||
final Element root = this.document.getRootElement();
|
||||
this.name = IDOMs.getRequiredElementValue(root, elName);
|
||||
final String deps = root.getElementValue(elDepends, true);
|
||||
if (deps == null || deps.length() == 0) {
|
||||
this.depends = Collections.EMPTY_LIST;
|
||||
} else {
|
||||
this.depends = new LinkedList();
|
||||
CollectionsX.parse(this.depends, deps, ',');
|
||||
if (D.ON && log.finerable()) log.finer(this.name+" depends on "+this.depends);
|
||||
}
|
||||
}
|
||||
public String toString() {
|
||||
return "["+name+": "+url+" depends on "+depends+']';
|
||||
}
|
||||
};
|
||||
|
||||
/** An item of the list returned by {@link ClassLocator#getDependentXMLResources}.
|
||||
*/
|
||||
public static class Resource {
|
||||
/** The URL of the resource. */
|
||||
public final URL url;
|
||||
/** The content of the resource. */
|
||||
public final Document document;
|
||||
private Resource(URL url, Document document) {
|
||||
this.url = url;
|
||||
this.document = document;
|
||||
}
|
||||
public String toString() {
|
||||
return "[res: " + url + ']';
|
||||
}
|
||||
}
|
||||
|
||||
//-- Locator --//
|
||||
/** Always returns null.
|
||||
*/
|
||||
public String getDirectory() {
|
||||
return null;
|
||||
}
|
||||
public URL getResource(String name) {
|
||||
if (Activator.getContext() != null) {
|
||||
final URL url = Activator.getContext().getBundle().getResource(name);
|
||||
if (url != null) return url;
|
||||
}
|
||||
final ClassLoader cl = Thread.currentThread().getContextClassLoader();
|
||||
final URL url = cl != null ? cl.getResource(resolveName(name)): null;
|
||||
return url != null ? url: ClassLocator.class.getResource(name);
|
||||
}
|
||||
public InputStream getResourceAsStream(String name) {
|
||||
final ClassLoader cl = Thread.currentThread().getContextClassLoader();
|
||||
final InputStream is =
|
||||
cl != null ? cl.getResourceAsStream(resolveName(name)): null;
|
||||
return is != null ? is: ClassLocator.class.getResourceAsStream(name);
|
||||
}
|
||||
private static String resolveName(String name) {
|
||||
return name != null && name.startsWith("/") ?
|
||||
name.substring(1): name;
|
||||
}
|
||||
|
||||
//-- Object --//
|
||||
public int hashCode() {
|
||||
return 1123;
|
||||
}
|
||||
public boolean equals(Object o) {
|
||||
return o instanceof ClassLocator;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
package org.zkoss.zk.library;
|
||||
|
||||
import org.osgi.framework.BundleActivator;
|
||||
import org.osgi.framework.BundleContext;
|
||||
|
||||
public class Activator implements BundleActivator {
|
||||
|
||||
private static BundleContext context;
|
||||
|
||||
public static BundleContext getContext() {
|
||||
return context;
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
|
||||
*/
|
||||
public void start(BundleContext bundleContext) throws Exception {
|
||||
Activator.context = bundleContext;
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)
|
||||
*/
|
||||
public void stop(BundleContext bundleContext) throws Exception {
|
||||
Activator.context = null;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue