Skip to content

Commit

Permalink
update to version 1.5.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaKaRee committed Jan 30, 2016
1 parent 77e8390 commit 9ec3a7a
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 103 deletions.
File renamed without changes.
42 changes: 0 additions & 42 deletions Concordion.Kickstart.vs2010.sln

This file was deleted.

4 changes: 1 addition & 3 deletions Kickstart.Spec/HelloWorld/HelloWorldTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using Concordion.Integration;
using Concordion.NET.Integration;
using Kickstart.Example;

namespace Kickstart.Spec.HelloWorld
Expand Down
36 changes: 34 additions & 2 deletions Kickstart.Spec/Kickstart.Spec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,51 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Concordion, Version=0.5.44.78, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Concordion, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\Concordion.dll</HintPath>
</Reference>
<Reference Include="Concordion.NET, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\Concordion.NET.dll</HintPath>
</Reference>
<Reference Include="Concordion.NUnit">
<HintPath>..\lib\Concordion\Concordion.NUnit.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.Core, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\IKVM.OpenJDK.Core.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.Localedata, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\IKVM.OpenJDK.Localedata.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.Text, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\IKVM.OpenJDK.Text.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.Util, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\IKVM.OpenJDK.Util.dll</HintPath>
</Reference>
<Reference Include="IKVM.Runtime, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\IKVM.Runtime.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NUnit-2.6.4\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="OGNL">
<Reference Include="OGNL, Version=1.0.3982.16799, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\OGNL.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="xom, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\xom.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="HelloWorld\HelloWorldTest.cs" />
Expand Down
7 changes: 3 additions & 4 deletions Kickstart.Spec/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Concordion.Integration;
using Concordion.NET.Integration;
using NUnit.Framework;

// General Information about an assembly is controlled through the following
Expand All @@ -10,9 +10,9 @@
[assembly: AssemblyTitle("Kickstart.Spec")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HP")]
[assembly: AssemblyCompany("concordion.org")]
[assembly: AssemblyProduct("Kickstart.Spec")]
[assembly: AssemblyCopyright("Copyright © HP 2013")]
[assembly: AssemblyCopyright("Copyright © concordion.org 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -37,5 +37,4 @@
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: ConcordionAssembly]
[assembly: RequiredAddin("ConcordionNUnitAddin")]
4 changes: 2 additions & 2 deletions Kickstart.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("Kickstart.Test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HP")]
[assembly: AssemblyCompany("concordion.org")]
[assembly: AssemblyProduct("Kickstart.Test")]
[assembly: AssemblyCopyright("Copyright © HP 2014")]
[assembly: AssemblyCopyright("Copyright © concordion.org 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
84 changes: 42 additions & 42 deletions Kickstart/Kickstart.csproj
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6C4F96CB-9762-4F3D-A7BF-F74422B186CA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Kickstart</RootNamespace>
<AssemblyName>Kickstart</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="Example\Greeter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6C4F96CB-9762-4F3D-A7BF-F74422B186CA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Kickstart</RootNamespace>
<AssemblyName>Kickstart</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="Example\Greeter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
-->
</Project>
4 changes: 2 additions & 2 deletions Kickstart/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("Kickstart")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HP")]
[assembly: AssemblyCompany("concordion.org")]
[assembly: AssemblyProduct("Kickstart")]
[assembly: AssemblyCopyright("Copyright © HP 2013")]
[assembly: AssemblyCopyright("Copyright © concordion.org 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Binary file added lib/Concordion/Concordion.NET.dll
Binary file not shown.
Binary file modified lib/Concordion/Concordion.NUnit.dll
Binary file not shown.
6 changes: 0 additions & 6 deletions lib/Concordion/Concordion.config

This file was deleted.

Binary file modified lib/Concordion/Concordion.dll
Binary file not shown.
Binary file added lib/Concordion/IKVM.OpenJDK.Core.dll
Binary file not shown.
Binary file added lib/Concordion/IKVM.OpenJDK.Localedata.dll
Binary file not shown.
Binary file added lib/Concordion/IKVM.OpenJDK.Text.dll
Binary file not shown.
Binary file added lib/Concordion/IKVM.OpenJDK.Util.dll
Binary file not shown.
Binary file added lib/Concordion/IKVM.Runtime.dll
Binary file not shown.
Binary file added lib/Concordion/xom.dll
Binary file not shown.

0 comments on commit 9ec3a7a

Please sign in to comment.