Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/11 20:35:40 (13 years ago)
Author:
ascheibe
Message:

#1233 Hive Experiment Manager is now called Hive Job Manager

Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3

    • Property svn:ignore
      •  

        old new  
        55obj
        66*.suo
         7HeuristicLabClientsHiveJobManagerPlugin.cs
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj

    r6756 r6792  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Clients.Hive.ExperimentManager</RootNamespace>
    12     <AssemblyName>HeuristicLab.Clients.Hive.ExperimentManager-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.Clients.Hive.JobManager</RootNamespace>
     12    <AssemblyName>HeuristicLab.Clients.Hive.JobManager-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    151151  </ItemGroup>
    152152  <ItemGroup>
    153     <Compile Include="Views\HiveExperimentManagerView.cs">
    154       <SubType>UserControl</SubType>
    155     </Compile>
    156     <Compile Include="Views\HiveExperimentManagerView.Designer.cs">
    157       <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
    158     </Compile>
    159     <Compile Include="MenuItems\ExperimentManagerMenuItem.cs" />
    160     <Compile Include="Views\HiveExperimentPermissionListView.cs">
    161       <SubType>UserControl</SubType>
    162     </Compile>
    163     <Compile Include="Views\HiveExperimentPermissionListView.Designer.cs">
    164       <DependentUpon>HiveExperimentPermissionListView.cs</DependentUpon>
    165     </Compile>
    166     <Compile Include="Views\HiveExperimentPermissionView.cs">
    167       <SubType>UserControl</SubType>
    168     </Compile>
    169     <Compile Include="Views\HiveExperimentPermissionView.Designer.cs">
    170       <DependentUpon>HiveExperimentPermissionView.cs</DependentUpon>
    171     </Compile>
    172     <Compile Include="Views\RefreshableHiveExperimentListView.cs">
    173       <SubType>UserControl</SubType>
    174     </Compile>
    175     <Compile Include="Views\RefreshableHiveExperimentListView.Designer.cs">
    176       <DependentUpon>RefreshableHiveExperimentListView.cs</DependentUpon>
    177     </Compile>
    178     <Compile Include="Views\RefreshableHiveExperimentView.cs">
    179       <SubType>UserControl</SubType>
    180     </Compile>
    181     <Compile Include="Views\RefreshableHiveExperimentView.Designer.cs">
    182       <DependentUpon>RefreshableHiveExperimentView.cs</DependentUpon>
    183     </Compile>
    184     <Compile Include="HeuristicLabClientsHiveExperimentManagerPlugin.cs" />
    185     <None Include="HeuristicLabClientsHiveExperimentManagerPlugin.cs.frame" />
     153    <Compile Include="HeuristicLabClientsHiveJobManagerPlugin.cs" />
     154    <Compile Include="Views\HiveJobManagerView.cs">
     155      <SubType>UserControl</SubType>
     156    </Compile>
     157    <Compile Include="Views\HiveJobManagerView.Designer.cs">
     158      <DependentUpon>HiveJobManagerView.cs</DependentUpon>
     159    </Compile>
     160    <Compile Include="MenuItems\JobManagerMenuItem.cs" />
     161    <Compile Include="Views\HiveJobPermissionListView.cs">
     162      <SubType>UserControl</SubType>
     163    </Compile>
     164    <Compile Include="Views\HiveJobPermissionListView.Designer.cs">
     165      <DependentUpon>HiveJobPermissionListView.cs</DependentUpon>
     166    </Compile>
     167    <Compile Include="Views\HiveJobPermissionView.cs">
     168      <SubType>UserControl</SubType>
     169    </Compile>
     170    <Compile Include="Views\HiveJobPermissionView.Designer.cs">
     171      <DependentUpon>HiveJobPermissionView.cs</DependentUpon>
     172    </Compile>
     173    <Compile Include="Views\RefreshableHiveJobListView.cs">
     174      <SubType>UserControl</SubType>
     175    </Compile>
     176    <Compile Include="Views\RefreshableHiveJobListView.Designer.cs">
     177      <DependentUpon>RefreshableHiveJobListView.cs</DependentUpon>
     178    </Compile>
     179    <Compile Include="Views\RefreshableHiveJobView.cs">
     180      <SubType>UserControl</SubType>
     181    </Compile>
     182    <Compile Include="Views\RefreshableHiveJobView.Designer.cs">
     183      <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>
     184    </Compile>
     185    <None Include="HeuristicLabClientsHiveJobManagerPlugin.cs.frame" />
    186186    <Compile Include="Properties\AssemblyInfo.cs" />
    187187    <None Include="Properties\AssemblyInfo.cs.frame" />
     
    205205  </ItemGroup>
    206206  <ItemGroup>
    207     <EmbeddedResource Include="Views\HiveExperimentManagerView.resx">
    208       <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
     207    <EmbeddedResource Include="Views\HiveJobManagerView.resx">
     208      <DependentUpon>HiveJobManagerView.cs</DependentUpon>
    209209      <SubType>Designer</SubType>
    210210    </EmbeddedResource>
    211     <EmbeddedResource Include="Views\HiveExperimentPermissionView.resx">
    212       <DependentUpon>HiveExperimentPermissionView.cs</DependentUpon>
     211    <EmbeddedResource Include="Views\HiveJobPermissionView.resx">
     212      <DependentUpon>HiveJobPermissionView.cs</DependentUpon>
    213213    </EmbeddedResource>
    214     <EmbeddedResource Include="Views\RefreshableHiveExperimentView.resx">
    215       <DependentUpon>RefreshableHiveExperimentView.cs</DependentUpon>
     214    <EmbeddedResource Include="Views\RefreshableHiveJobView.resx">
     215      <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>
    216216    </EmbeddedResource>
    217217  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.