Skip to content

Commit

Permalink
Add metadata stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckmaR committed Jan 27, 2017
1 parent 12a59e3 commit c7bcfd2
Show file tree
Hide file tree
Showing 12 changed files with 124 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions com.yakindu.examples.headless.ant/index.html
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ant Headless Example</title>
<link href="../css/style.css" rel="stylesheet">
</head>
<body class="body-container">

<h1>Ant Headless Example</h1>

<div>
<h2>Overview</h2>

<p>Invoke headless code generation with ant.</p>
</div>

</body>
</html>
12 changes: 12 additions & 0 deletions com.yakindu.examples.headless.ant/metadata.json
@@ -0,0 +1,12 @@
{
"id": "com.yakindu.examples.headless.ant",
"title": "Ant Headless Example",
"description": "Invoke headless code generation with ant.",
"previewImage": "preview.jpeg",
"author": "Rene Beckmann",
"organization": "itemis AG",
"license": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
"category": [
"headless"
]
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions com.yakindu.examples.headless.gradle/index.html
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gradle Headless Example</title>
<link href="../css/style.css" rel="stylesheet">
</head>
<body class="body-container">

<h1>Gradle Headless Example</h1>

<div>
<h2>Overview</h2>

<p>Invoke headless code generation with gradle.</p>
</div>

</body>
</html>
12 changes: 12 additions & 0 deletions com.yakindu.examples.headless.gradle/metadata.json
@@ -0,0 +1,12 @@
{
"id": "com.yakindu.examples.headless.gradle",
"title": "Gradle Headless Example",
"description": "Invoke headless code generation with gradle.",
"previewImage": "preview.jpeg",
"author": "Rene Beckmann",
"organization": "itemis AG",
"license": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
"category": [
"headless"
]
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions com.yakindu.examples.headless.make/index.html
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Make Headless Example</title>
<link href="../css/style.css" rel="stylesheet">
</head>
<body class="body-container">

<h1>Make Headless Example</h1>

<div>
<h2>Overview</h2>

<p>Invoke headless code generation with make.</p>
</div>

</body>
</html>
12 changes: 12 additions & 0 deletions com.yakindu.examples.headless.make/metadata.json
@@ -0,0 +1,12 @@
{
"id": "com.yakindu.examples.headless.make",
"title": "Make Headless Example",
"description": "Invoke headless code generation with make.",
"previewImage": "preview.jpeg",
"author": "Rene Beckmann",
"organization": "itemis AG",
"license": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
"category": [
"headless"
]
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions com.yakindu.examples.headless.maven/index.html
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Maven Headless Example</title>
<link href="../css/style.css" rel="stylesheet">
</head>
<body class="body-container">

<h1>Maven Headless Example</h1>

<div>
<h2>Overview</h2>

<p>Invoke headless code generation with Maven.</p>
</div>

</body>
</html>
12 changes: 12 additions & 0 deletions com.yakindu.examples.headless.maven/metadata.json
@@ -0,0 +1,12 @@
{
"id": "com.yakindu.examples.headless.maven",
"title": "Maven Headless Example",
"description": "Invoke headless code generation with Maven.",
"previewImage": "preview.jpeg",
"author": "Rene Beckmann",
"organization": "itemis AG",
"license": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
"category": [
"headless"
]
}

0 comments on commit c7bcfd2

Please sign in to comment.