Skip to content

Commit

Permalink
deploy repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jul 1, 2024
1 parent 75a1f79 commit 9e11a6d
Show file tree
Hide file tree
Showing 22 changed files with 1,464 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
17 changes: 17 additions & 0 deletions features/org.zikula.modulestudio.generator.feature/.project
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/feature.properties=UTF-8
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 features/org.zikula.modulestudio.generator.feature/feature.properties

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions features/org.zikula.modulestudio.generator.feature/feature.xml
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 features/org.zikula.modulestudio.generator.feature/license.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions features/pom.xml
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>
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<modules>
<module>MostProduct/releng/de.guite.modulestudio.target</module>
<module>bundles</module>
<module>features</module>
<module>tests</module>
<module>releng</module>
</modules>

<repositories>
Expand Down
1 change: 1 addition & 0 deletions releng/org.zikula.modulestudio.generator.build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
23 changes: 23 additions & 0 deletions releng/org.zikula.modulestudio.generator.build/.project
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
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 releng/org.zikula.modulestudio.generator.build/category.xml
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>
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 not shown.
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 releng/org.zikula.modulestudio.generator.build/feature.xml
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>
Loading

0 comments on commit 9e11a6d

Please sign in to comment.