-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
1,464 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
target/ |
17 changes: 17 additions & 0 deletions
17
features/org.zikula.modulestudio.generator.feature/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.zikula.modulestudio.generator.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> |
2 changes: 2 additions & 0 deletions
2
...ures/org.zikula.modulestudio.generator.feature/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/feature.properties=UTF-8 |
5 changes: 5 additions & 0 deletions
5
features/org.zikula.modulestudio.generator.feature/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
bin.includes = feature.xml,\ | ||
feature.properties,\ | ||
most_update_120.png,\ | ||
feature_de.properties,\ | ||
license.html |
168 changes: 168 additions & 0 deletions
168
features/org.zikula.modulestudio.generator.feature/feature.properties
Large diffs are not rendered by default.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
features/org.zikula.modulestudio.generator.feature/feature.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature | ||
id="org.zikula.modulestudio.generator.feature" | ||
label="%featureName" | ||
version="1.5.0.qualifier" | ||
provider-name="%providerName" | ||
plugin="de.guite.modulestudio.branding" | ||
image="most_update_120.jpg"> | ||
|
||
<description url="%descriptionUrl"> | ||
%description | ||
</description> | ||
|
||
<copyright url="%copyrightUrl"> | ||
%copyright | ||
</copyright> | ||
|
||
<license url="%licenseUrl"> | ||
%license | ||
</license> | ||
|
||
<requires> | ||
<import plugin="de.guite.modulestudio.mostdsl" version="1.5.0" match="greaterOrEqual"/> | ||
<import plugin="org.eclipse.core.runtime" version="3.26.100" match="greaterOrEqual"/> | ||
<import plugin="org.eclipse.emf.mwe2.launch" version="2.14.0" match="greaterOrEqual"/> | ||
<import plugin="org.eclipse.emf.mwe.utils" version="1.8.0" match="greaterOrEqual"/> | ||
<import plugin="org.eclipse.xtend.core" version="2.30.0" match="greaterOrEqual"/> | ||
<import plugin="org.eclipse.xtext" version="2.30.0" match="greaterOrEqual"/> | ||
<import plugin="org.objectweb.asm" version="9.4.0" match="greaterOrEqual"/> | ||
<import plugin="org.apache.log4j" version="1.2.24" match="greaterOrEqual"/> | ||
</requires> | ||
|
||
<plugin | ||
id="org.zikula.modulestudio.generator" | ||
version="0.0.0"/> | ||
|
||
</feature> |
517 changes: 517 additions & 0 deletions
517
features/org.zikula.modulestudio.generator.feature/license.html
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+1.42 KB
features/org.zikula.modulestudio.generator.feature/most_update_120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>org.zikula.modulestudio.generator.features</artifactId> | ||
<packaging>pom</packaging> | ||
|
||
<parent> | ||
<groupId>org.zikula.modulestudio.generator</groupId> | ||
<artifactId>org.zikula.modulestudio.generator.root</artifactId> | ||
<version>1.5.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<modules> | ||
<module>org.zikula.modulestudio.generator.feature</module> | ||
</modules> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
target/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.zikula.modulestudio.generator.build</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.FeatureBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.FeatureNature</nature> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> |
2 changes: 2 additions & 0 deletions
2
releng/org.zikula.modulestudio.generator.build/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
5 changes: 5 additions & 0 deletions
5
releng/org.zikula.modulestudio.generator.build/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
bin.includes = category.xml,\ | ||
feature.xml,\ | ||
feature.properties,\ | ||
feature_de.properties,\ | ||
license.html |
11 changes: 11 additions & 0 deletions
11
releng/org.zikula.modulestudio.generator.build/category.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<site> | ||
<feature url="features/org.zikula.modulestudio.generator.feature_1.5.0.qualifier.jar" id="org.zikula.modulestudio.generator.feature" version="1.5.0.qualifier"> | ||
<category name="de.guite.modulestudio.generators.category"/> | ||
</feature> | ||
<category-def name="de.guite.modulestudio.generators.category" label="%CategoryGeneratorsLabel"> | ||
<description> | ||
%CategoryGeneratorsDesc | ||
</description> | ||
</category-def> | ||
</site> |
42 changes: 42 additions & 0 deletions
42
releng/org.zikula.modulestudio.generator.build/fatjar/fat-jar-in-jar.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<project default="create_run_jar" name="Create Runnable Jar with Jar-in-Jar Loader"> | ||
<!-- ANT 1.7 is required --> | ||
<!-- define folder properties --> | ||
<property name="main.class" value="org.example.standalone.Main" /> | ||
<property name="project.build.directory" value="${basedir}/target" /> | ||
<property name="dir.buildfile" value="${project.build.directory}" /> | ||
<property name="dir.classes" value="${dir.buildfile}/classes" /> | ||
<property name="dir.lib" value="${dir.buildfile}/lib" /> | ||
<property name="dir.jarfile" value="${dir.buildfile}" /> | ||
<property name="jar.filename" value="fatjar-example.jar" /> | ||
<property name="jar.file" value="${dir.jarfile}/${jar.filename}" /> | ||
<target name="create_run_jar"> | ||
<path id="build-classpath"> | ||
<fileset dir="${dir.lib}/" /> | ||
</path> | ||
|
||
<pathconvert property="manifest.classpath" pathsep=" "> | ||
<path refid="build-classpath" /> | ||
<mapper> | ||
<chainedmapper> | ||
<!-- since the jars will be placed in the root of the jar | ||
we want their names with stripped directory to be placed | ||
in the manifest classpath --> | ||
<flattenmapper /> | ||
</chainedmapper> | ||
</mapper> | ||
</pathconvert> | ||
|
||
<jar destfile="${jar.file}"> | ||
<manifest> | ||
<attribute name="Main-Class" value="org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader" /> | ||
<attribute name="Rsrc-Main-Class" value="${main.class}" /> | ||
<attribute name="Class-Path" value="." /> | ||
<attribute name="Rsrc-Class-Path" value="./ ${manifest.classpath}" /> | ||
</manifest> | ||
<zipfileset src="${ant.file}/../jar-in-jar-loader.zip" /> | ||
<fileset dir="${dir.classes}" /> | ||
<zipfileset dir="${dir.lib}" /> | ||
</jar> | ||
</target> | ||
</project> |
Binary file added
BIN
+7.5 KB
releng/org.zikula.modulestudio.generator.build/fatjar/jar-in-jar-loader.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
releng/org.zikula.modulestudio.generator.build/feature.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#Properties file for org.zikula.modulestudio.generator.build | ||
CategoryGeneratorsLabel=ModuleStudio (generators) | ||
CategoryGeneratorsDesc=Transformation layers and generator cartridges |
26 changes: 26 additions & 0 deletions
26
releng/org.zikula.modulestudio.generator.build/feature.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature | ||
id="org.zikula.modulestudio.generator.build" | ||
label="Generators build feature" | ||
version="1.5.0.qualifier" | ||
provider-name="Zikula" | ||
plugin="de.guite.modulestudio.branding" | ||
image="most_update_120.jpg"> | ||
|
||
<description url="%descriptionUrl"> | ||
Generator build feature. | ||
</description> | ||
|
||
<copyright url="%copyrightUrl"> | ||
%copyright | ||
</copyright> | ||
|
||
<license url="%licenseUrl"> | ||
%license | ||
</license> | ||
|
||
<includes | ||
id="org.zikula.modulestudio.generator.feature" | ||
version="0.0.0"/> | ||
|
||
</feature> |
Oops, something went wrong.