<?xml version="1.0" encoding="UTF-8"?>\r
<classpath>\r
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">\r
- <attributes>\r
- <attribute name="maven.pomderived" value="true"/>\r
- </attributes>\r
- </classpathentry>\r
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>\r
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>\r
<classpathentry kind="src" path="src/"/>\r
<classpathentry exported="true" kind="lib" path="lib/log4j-api-2.17.2.jar"/>\r
<classpathentry exported="true" kind="lib" path="lib/log4j-core-2.17.2.jar"/>\r
<classpathentry exported="true" kind="lib" path="lib/log4j-slf4j-impl-2.17.2.jar"/>\r
- <classpathentry kind="output" path="bin"/>\r
+ <classpathentry kind="output" path="target/classes"/>\r
</classpath>\r
<?xml version="1.0" encoding="UTF-8"?>\r
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"\r
+<project\r
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"\r
+ xmlns="http://maven.apache.org/POM/4.0.0"\r
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
<parent>\r
<relativePath>../-modules</relativePath>\r
<modelVersion>4.0.0</modelVersion>\r
<artifactId>user.jobengine.log4j</artifactId>\r
<packaging>eclipse-plugin</packaging>\r
- <version>1.0.0</version>\r
<build>\r
<plugins>\r
-\r
<plugin>\r
<groupId>org.apache.maven.plugins</groupId>\r
<artifactId>maven-resources-plugin</artifactId>\r
<goal>copy-resources</goal>\r
</goals>\r
<configuration>\r
- <outputDirectory>${project.basedir}/../-product/target/deploy</outputDirectory>\r
+ <outputDirectory>\r
+ ${project.basedir}/../-product/target/deploy</outputDirectory>\r
<resources>\r
<resource>\r
<directory>target</directory>\r
<includes>\r
- <include>${project.artifactId}_${project.version}.jar</include>\r
+ <include>\r
+ ${project.artifactId}_${project.version}.jar</include>\r
</includes>\r
</resource>\r
</resources>\r
</plugin>\r
</plugins>\r
</build>\r
- \r
+\r
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>\r
<classpath>\r
- <classpathentry exported="true" kind="lib" path="lib/userdark-1.0.0.jar"/>\r
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>\r
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>\r
<classpathentry kind="src" path="src"/>\r
user.commons.zk;bundle-version="1.0.0",
org.apache.servicemix.bundles.quartz;bundle-version="2.3.0",
user.jobengine.osgi.server
-Export-Package: org.zkoss.theme.___THEME_NAME___,
- org.zkoss.theme.userdark,
- user.jobengine.gui
+Export-Package: user.jobengine.gui
DynamicImport-Package: *
-Bundle-ClassPath: .,
- lib/userdark-1.0.0.jar
+Bundle-ClassPath: .
Bundle-ActivationPolicy: lazy
Web-ContextPath: /
Bundle-RequiredExecutionEnvironment: JavaSE-1.8